rust/compiler
2021-12-10 00:51:39 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast
rustc_ast_lowering asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
rustc_ast_passes
rustc_ast_pretty Pretty print break and continue without redundant space 2021-12-08 14:35:20 -08:00
rustc_attr
rustc_borrowck
rustc_builtin_macros Implement concat_bytes! 2021-12-06 21:05:13 -05:00
rustc_codegen_cranelift
rustc_codegen_gcc Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett 2021-12-09 05:08:32 +01:00
rustc_codegen_llvm Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett 2021-12-09 05:08:32 +01:00
rustc_codegen_ssa asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
rustc_const_eval Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk 2021-12-08 16:08:07 +01:00
rustc_data_structures Annotate comments onto the LT algorithm 2021-12-06 20:30:15 -05:00
rustc_driver
rustc_error_codes
rustc_errors
rustc_expand Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
rustc_feature
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_pretty Pretty print break and continue without redundant space 2021-12-08 14:35:20 -08:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #90709 - estebank:erase-known-type-params, r=nagisa 2021-12-08 16:08:06 +01:00
rustc_interface Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank 2021-12-09 05:02:20 +01:00
rustc_lexer
rustc_lint
rustc_lint_defs Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
rustc_llvm
rustc_macros
rustc_metadata
rustc_middle Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk 2021-12-08 16:08:07 +01:00
rustc_mir_build
rustc_mir_dataflow
rustc_mir_transform Use Vec extend instead of repeated pushes in several places 2021-12-08 22:57:33 +01:00
rustc_monomorphize
rustc_parse Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisa 2021-12-09 05:08:33 +01:00
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_save_analysis
rustc_serialize avoid string validation in rustc_serialize, check a marker byte instead 2021-12-06 18:43:01 +01:00
rustc_session
rustc_span Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr 2021-12-09 07:08:32 +00:00
rustc_symbol_mangling
rustc_target asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
rustc_trait_selection Use Vec extend instead of repeated pushes in several places 2021-12-08 22:57:33 +01:00
rustc_traits
rustc_ty_utils
rustc_type_ir
rustc_typeck Rollup merge of #91042 - Kobzol:vec-extend-cleanup, r=nagisa 2021-12-09 05:08:33 +01:00