os-rust/compiler
2022-09-29 16:49:04 +09:00
..
rustc Don't rerun the build script for the compiler each time on linux 2022-07-10 23:57:25 -05:00
rustc_apfloat Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_arena Make use of [wrapping_]byte_{add,sub} 2022-08-23 19:32:37 +04:00
rustc_ast Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_ast_lowering Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_ast_passes Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead 2022-09-26 19:19:21 +02:00
rustc_ast_pretty Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_attr Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_borrowck Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_builtin_macros Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_codegen_cranelift Stabilize bench_black_box 2022-09-27 17:38:51 +02:00
rustc_codegen_gcc Stabilize bench_black_box 2022-09-27 17:38:51 +02:00
rustc_codegen_llvm Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_codegen_ssa rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_const_eval Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_data_structures Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_driver rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_error_codes Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser 2022-09-28 19:07:50 +00:00
rustc_error_messages Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_errors Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_expand Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_feature Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_fs_util Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_graphviz Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_hir Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_hir_analysis Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser 2022-09-28 19:07:50 +00:00
rustc_hir_pretty Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_incremental Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_index Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_infer Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_interface Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_lexer Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_lint Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot 2022-09-27 21:42:22 +02:00
rustc_lint_defs Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" 2022-09-22 19:36:11 +02:00
rustc_llvm Avoid LLVM-deprecated Optional::hasValue 2022-09-26 16:51:18 -07:00
rustc_log Add diagnostic translation lints to crates that don't emit them 2022-08-18 19:29:02 +01:00
rustc_macros Allow raw identifiers to be used as fluent arguments 2022-09-27 20:29:18 +02:00
rustc_metadata Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_middle Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_mir_build Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_mir_dataflow Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_mir_transform Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_monomorphize Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_parse Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_parse_format Separate CountIsStar from CountIsParam in rustc_parse_format. 2022-08-25 14:49:09 +02:00
rustc_passes rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_plugin_impl Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_privacy rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_query_impl Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_query_system Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_resolve Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_save_analysis remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
rustc_serialize remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
rustc_session Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco 2022-09-28 11:11:42 +00:00
rustc_smir Only keep one version of ImplicitSelfKind. 2022-09-13 19:18:23 +02:00
rustc_span Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_symbol_mangling Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_target remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
rustc_trait_selection Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_traits remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
rustc_transmute rustc_transmute: fix big-endian discriminants 2022-09-20 13:03:43 -07:00
rustc_ty_utils rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
rustc_type_ir Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
rustc_typeck Remove from compiler/ crates 2022-09-29 16:49:04 +09:00