rust/compiler
2023-12-17 07:31:07 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Don't gate the feature twice 2023-12-12 14:52:05 +01:00
rustc_ast_lowering Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov 2023-12-13 18:03:33 +01:00
rustc_ast_passes Correctly gate the parsing of match arms without body 2023-12-12 14:42:04 +01:00
rustc_ast_pretty Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors 2023-12-11 20:46:49 +01:00
rustc_attr
rustc_baked_icu_data
rustc_borrowck fix diagnostic regresssion 2023-12-17 07:31:07 +00:00
rustc_builtin_macros Avoid struct_diagnostic where possible. 2023-12-14 15:53:55 +11:00
rustc_codegen_cranelift update use of feature flags 2023-12-14 15:22:37 +01:00
rustc_codegen_gcc Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00
rustc_codegen_llvm Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_codegen_ssa Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_const_eval Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_data_structures Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov 2023-12-13 06:37:08 +00:00
rustc_driver
rustc_driver_impl clippy::complexity fixes 2023-12-12 19:28:13 +01:00
rustc_error_codes Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
rustc_error_messages
rustc_errors Split Handler::emit_diagnostic in two. 2023-12-15 10:13:12 +11:00
rustc_expand Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_feature Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis update use of feature flags 2023-12-14 15:22:37 +01:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_incremental Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
rustc_index
rustc_index_macros
rustc_infer use Vec for region constraints 2023-12-17 07:31:07 +00:00
rustc_interface rename -Ztrait-solver to -Znext-solver 2023-12-14 15:22:37 +01:00
rustc_lexer
rustc_lint Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov 2023-12-13 19:45:57 +00:00
rustc_lint_defs Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiser 2023-12-12 17:40:53 +01:00
rustc_llvm llvm-wrapper: adapt for LLVM API change 2023-12-12 12:29:30 +00:00
rustc_log
rustc_macros
rustc_metadata Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
rustc_middle Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_mir_build Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov 2023-12-13 10:31:56 +00:00
rustc_mir_dataflow
rustc_mir_transform Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_monomorphize Add unstable -Zdefault-hidden-visibility cmdline flag for rustc. 2023-12-13 21:14:23 +00:00
rustc_next_trait_solver
rustc_parse Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_parse_format
rustc_passes Auto merge of #118870 - Enselic:rustc_passes-query-stability, r=compiler-errors 2023-12-13 12:47:43 +00:00
rustc_pattern_analysis Update compiler/rustc_pattern_analysis/src/constructor.rs 2023-12-12 21:12:19 +01:00
rustc_privacy Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
rustc_query_impl
rustc_query_system Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_resolve Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin 2023-12-12 18:48:54 -08:00
rustc_serialize
rustc_session Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-errors 2023-12-14 16:07:48 -08:00
rustc_smir Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin 2023-12-12 18:48:54 -08:00
rustc_span Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco 2023-12-11 14:33:16 +00:00
rustc_symbol_mangling Typo 2023-12-12 13:48:20 -05:00
rustc_target Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00
rustc_trait_selection use Vec for region constraints 2023-12-17 07:31:07 +00:00
rustc_traits
rustc_transmute
rustc_ty_utils Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-errors 2023-12-13 18:03:33 +01:00
rustc_type_ir Make ConstKind and TyKind Copy 2023-12-12 01:09:12 +00:00
stable_mir add stable_mir output test 2023-12-14 18:10:38 +03:00