rust/compiler
2022-09-24 06:22:59 +00:00
..
rustc
rustc_apfloat
rustc_arena
rustc_ast Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett 2022-09-17 15:31:06 +05:30
rustc_ast_lowering Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_ast_passes Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
rustc_ast_pretty make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
rustc_attr FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_borrowck Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=oli-obk 2022-09-22 04:22:24 +00:00
rustc_builtin_macros UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_codegen_cranelift rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_codegen_gcc
rustc_codegen_llvm Use LLVM C-API to build atomic cmpxchg and fence 2022-09-18 16:01:57 -07:00
rustc_codegen_ssa Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk 2022-09-22 18:25:51 +05:30
rustc_const_eval Auto merge of #102056 - b-naber:unevaluated, r=lcnr 2022-09-23 13:39:11 +00:00
rustc_data_structures Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr 2022-09-22 18:25:53 +05:30
rustc_driver Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
rustc_error_codes
rustc_error_messages Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_errors FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_expand FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_feature Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett 2022-09-17 15:31:06 +05:30
rustc_hir_pretty
rustc_incremental Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_index Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
rustc_infer Auto merge of #102056 - b-naber:unevaluated, r=lcnr 2022-09-23 13:39:11 +00:00
rustc_interface UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_lexer
rustc_lint FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_lint_defs Compute lint_levels by definition 2022-09-14 19:02:44 +02:00
rustc_llvm Use LLVM C-API to build atomic cmpxchg and fence 2022-09-18 16:01:57 -07:00
rustc_log
rustc_macros FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_metadata Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-refactor, r=davidtwco 2022-09-21 19:58:39 +00:00
rustc_middle Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk 2022-09-24 01:23:17 +00:00
rustc_mir_build rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_mir_dataflow UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_mir_transform rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_monomorphize rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_parse FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_parse_format
rustc_passes Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_plugin_impl UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_privacy UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic 2022-09-21 11:39:53 -04:00
rustc_query_impl rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_query_system FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04:00
rustc_resolve Fix a typo in error message 2022-09-22 01:28:45 +02:00
rustc_save_analysis UPDATE - rename DiagnosticHandler macro to Diagnostic 2022-09-21 11:39:53 -04:00
rustc_serialize Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms, r=isikkema 2022-09-20 10:12:57 -07:00
rustc_session Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
rustc_smir
rustc_span Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors 2022-09-23 04:29:15 +02:00
rustc_symbol_mangling UPDATE - rename DiagnosticHandler trait to IntoDiagnostic 2022-09-21 11:39:52 -04:00
rustc_target Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr 2022-09-23 09:33:23 +00:00
rustc_trait_selection Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr 2022-09-23 16:44:06 +00:00
rustc_traits remove the Subst trait, always use EarlyBinder 2022-09-19 11:37:27 +02:00
rustc_transmute rustc_transmute: fix big-endian discriminants 2022-09-20 13:03:43 -07:00
rustc_ty_utils rename Unevaluated to UnevaluatedConst 2022-09-23 14:27:34 +02:00
rustc_type_ir Address code review comments 2022-09-13 14:50:12 -07:00
rustc_typeck Allow specializing on const trait bounds 2022-09-24 06:22:59 +00:00