rust/compiler
2023-07-05 07:42:53 +00:00
..
rustc
rustc_abi
rustc_apfloat
rustc_arena
rustc_ast Syntatically accept become expressions 2023-06-19 12:54:34 +00:00
rustc_ast_lowering Do not generate lifetime_mapping for RPIT no in_trait 2023-06-29 14:26:28 -03:00
rustc_ast_passes Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr 2023-06-27 21:31:47 +00:00
rustc_ast_pretty Syntatically accept become expressions 2023-06-19 12:54:34 +00:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #112882 - DrMeepster:new_un_derefer, r=oli-obk 2023-07-03 02:46:39 +00:00
rustc_builtin_macros fix typo 2023-06-28 10:52:48 +08:00
rustc_codegen_cranelift Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk 2023-06-30 00:35:19 +00:00
rustc_codegen_gcc Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3 2023-06-22 02:11:08 +00:00
rustc_codegen_llvm Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko 2023-07-02 12:48:44 +00:00
rustc_codegen_ssa Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko 2023-07-02 12:48:44 +00:00
rustc_const_eval Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot 2023-07-02 07:43:36 +00:00
rustc_data_structures Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00
rustc_driver Downgrade rustix 2023-07-02 21:02:31 +02:00
rustc_driver_impl Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se 2023-06-28 18:28:46 +05:30
rustc_feature Rollup merge of #112670 - petrochenkov:typriv, r=eholk 2023-06-29 05:48:39 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Add bidirectional where clauses on RPITIT synthesized GATs 2023-06-29 14:26:26 -03:00
rustc_hir_analysis Lint now-unnecessary associated type bounds 2023-07-05 07:42:53 +00:00
rustc_hir_pretty hir: Add Become expression kind 2023-06-26 08:56:32 +00:00
rustc_hir_typeck Replace const_error methods with Const::new_error 2023-07-04 14:46:32 +01:00
rustc_incremental
rustc_index
rustc_infer Replace const_error methods with Const::new_error 2023-07-04 14:46:32 +01:00
rustc_interface Remove chalk from the compiler 2023-07-03 21:40:04 +00:00
rustc_lexer
rustc_lint Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr 2023-07-04 09:09:09 +00:00
rustc_lint_defs Lint now-unnecessary associated type bounds 2023-07-05 07:42:53 +00:00
rustc_llvm Add rustc option to output LLVM optimization remarks to YAML files 2023-07-02 13:41:36 +02:00
rustc_log Downgrade tracing and syn 2023-07-02 21:02:31 +02:00
rustc_macros Downgrade tracing and syn 2023-07-02 21:02:31 +02:00
rustc_metadata Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino 2023-07-04 04:24:24 +00:00
rustc_middle Don't require associated types with Self: Sized bounds in dyn Trait objects 2023-07-05 07:42:53 +00:00
rustc_mir_build Replace const_error methods with Const::new_error 2023-07-04 14:46:32 +01:00
rustc_mir_dataflow Merge un_derefer into MovePathLookup 2023-06-29 22:14:27 -07:00
rustc_mir_transform Auto merge of #112882 - DrMeepster:new_un_derefer, r=oli-obk 2023-07-03 02:46:39 +00:00
rustc_monomorphize Tweak thread names for CGU processing. 2023-06-26 09:14:45 +10:00
rustc_parse Detect extra space in keyword for better hint 2023-07-04 18:13:31 +08:00
rustc_parse_format
rustc_passes Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_plugin_impl
rustc_privacy remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
rustc_query_impl Avoid calling queries during query stack printing 2023-06-27 16:12:07 +02:00
rustc_query_system
rustc_resolve Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank 2023-07-04 02:01:24 +00:00
rustc_serialize Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00
rustc_session Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnr 2023-07-04 17:46:28 +02:00
rustc_smir Use scoped-tls for SMIR to map between TyCtxt and SMIR datastructures 2023-07-02 07:48:41 +08:00
rustc_span Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00
rustc_symbol_mangling nit 2023-07-04 15:11:12 +01:00
rustc_target abi: avoid ice for non-ffi-safe fn ptrs 2023-07-03 13:40:20 +01:00
rustc_trait_selection Don't require associated types with Self: Sized bounds in dyn Trait objects 2023-07-05 07:42:53 +00:00
rustc_traits remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
rustc_transmute Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02:00
rustc_ty_utils Replace const_error methods with Const::new_error 2023-07-04 14:46:32 +01:00
rustc_type_ir