rust/compiler
2023-08-03 05:18:19 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_ast_lowering Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
rustc_ast_passes Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_ast_pretty Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck
rustc_builtin_macros Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_codegen_cranelift
rustc_codegen_gcc
rustc_codegen_llvm Auto merge of - calebzulawski:simd-bswap, r=compiler-errors 2023-07-29 18:51:45 +00:00
rustc_codegen_ssa
rustc_const_eval Rollup merge of - compiler-errors:err-layout-bail, r=cjgillot 2023-07-29 06:13:05 +02:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors Auto merge of - bvanjoi:fix-112713-2, r=petrochenkov 2023-07-29 06:04:41 +00:00
rustc_expand Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_feature Parse generic const items 2023-07-28 22:21:33 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
rustc_hir_analysis Take RPITITs inherit the assumed_wf_types of their parent fn 2023-07-29 21:19:33 +00:00
rustc_hir_pretty Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
rustc_hir_typeck Auto merge of - clubby789:improve-option-ref-suggestion, r=WaffleLapkin 2023-07-29 13:15:56 +00:00
rustc_incremental
rustc_index
rustc_infer Auto merge of - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr 2023-07-28 23:53:12 +00:00
rustc_interface
rustc_lexer
rustc_lint Auto merge of - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb 2023-07-29 07:48:44 +00:00
rustc_lint_defs fix(resolve): update the ambiguity glob binding as warning recursively 2023-07-29 00:19:50 +08:00
rustc_llvm Update the minimum external LLVM to 15 2023-07-27 14:07:08 -07:00
rustc_log
rustc_macros
rustc_metadata Implement assumed_wf_types for RPITITs' implementations 2023-07-29 21:19:33 +00:00
rustc_middle Implement assumed_wf_types for RPITITs' implementations 2023-07-29 21:19:33 +00:00
rustc_mir_build Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
rustc_mir_dataflow
rustc_mir_transform Replace a lazy RefCell<Option<T>> with OnceCell<T> 2023-07-28 12:55:13 +10:00
rustc_monomorphize
rustc_parse Apply suggestions 2023-08-03 05:18:19 +00:00
rustc_parse_format
rustc_passes Lower generic const items to HIR 2023-07-28 22:21:40 +02:00
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Auto merge of - bvanjoi:fix-112713-2, r=petrochenkov 2023-07-29 06:04:41 +00:00
rustc_serialize
rustc_session Rollup merge of - Urgau:make-print-with-path-unstable, r=jackh726 2023-07-27 13:22:07 -07:00
rustc_smir
rustc_span Auto merge of - calebzulawski:simd-bswap, r=compiler-errors 2023-07-29 18:51:45 +00:00
rustc_symbol_mangling
rustc_target
rustc_trait_selection Auto merge of - fee1-dead-contrib:noop-method-call-warn, r=compiler-errors 2023-07-29 01:40:50 +00:00
rustc_traits
rustc_transmute Don't attempt to compute layout of type referencing error 2023-07-27 18:24:08 +00:00
rustc_ty_utils some nits, bless test 2023-07-29 21:29:03 +00:00
rustc_type_ir