rust/compiler
2024-09-21 20:29:22 +03:00
..
rustc
rustc_abi compiler: reuse {un,}signed_fit in get_type_suggestion (nfc) 2024-09-20 17:19:27 -07:00
rustc_arena
rustc_ast
rustc_ast_ir
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Begin experimental support for pin reborrowing 2024-09-18 12:36:31 -07:00
rustc_builtin_macros
rustc_codegen_cranelift Do not unnecessarily eval consts in codegen 2024-09-20 20:38:11 -04:00
rustc_codegen_gcc Reorder ConstMethods. 2024-09-19 20:10:42 +10:00
rustc_codegen_llvm Do not unnecessarily eval consts in codegen 2024-09-20 20:38:11 -04:00
rustc_codegen_ssa Do not unnecessarily eval consts in codegen 2024-09-20 20:38:11 -04:00
rustc_const_eval
rustc_data_structures
rustc_driver
rustc_driver_impl Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors 2024-09-20 17:25:34 +00:00
rustc_error_codes Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors 2024-09-20 17:25:34 +00:00
rustc_error_messages
rustc_errors Add suggestions for expressions in patterns 2024-09-18 20:38:43 +02:00
rustc_expand
rustc_feature Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors 2024-09-20 19:46:38 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Allow shortening reborrows 2024-09-19 15:34:00 -07:00
rustc_hir_analysis Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors 2024-09-20 17:25:34 +00:00
rustc_hir_pretty
rustc_hir_typeck Don't emit spurious error for pattern matched array with erroneous len const 2024-09-20 20:26:20 -04:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer
rustc_interface
rustc_lexer
rustc_lint Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=compiler-errors 2024-09-21 07:22:50 +02:00
rustc_lint_defs Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors 2024-09-20 17:25:34 +00:00
rustc_llvm Update the minimum external LLVM to 18 2024-09-18 13:53:31 -07:00
rustc_log
rustc_macros
rustc_metadata
rustc_middle Only expect mono consts in CFI 2024-09-20 20:38:13 -04:00
rustc_mir_build Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors 2024-09-20 19:46:38 +02:00
rustc_mir_dataflow
rustc_mir_transform
rustc_monomorphize
rustc_next_trait_solver add comment 2024-09-20 14:49:03 +00:00
rustc_parse Parser: recover from ::: to :: in delegations 2024-09-21 20:29:22 +03:00
rustc_parse_format
rustc_passes Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease 2024-09-18 14:32:24 -07:00
rustc_pattern_analysis
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang 2024-09-18 04:42:31 +02:00
rustc_sanitizers Only expect mono consts in CFI 2024-09-20 20:38:13 -04:00
rustc_serialize
rustc_session
rustc_smir
rustc_span Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors 2024-09-20 19:46:38 +02:00
rustc_symbol_mangling Rollup merge of #130485 - compiler-errors:impossible-types, r=BoxyUwU 2024-09-20 06:43:38 +02:00
rustc_target Add arm64e-apple-tvos target 2024-09-20 18:53:09 +04:00
rustc_trait_selection skip normalizing param env if it is already normalized 2024-09-19 15:56:24 +02:00
rustc_traits
rustc_transmute
rustc_ty_utils
rustc_type_ir
rustc_type_ir_macros
stable_mir