rust/compiler
Matthias Krüger 53a753e31f
Rollup merge of #122748 - nnethercote:rustc_session-pub, r=jackh726
Reduce `pub` usage in `rustc_session`.

In particular, almost none of the errors in `errors.rs` are used outside the crate.

r? `@jackh726`
2024-03-20 05:51:24 +01:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_ast_ir
rustc_ast_lowering The AssocOpaqueTy HIR node is not actually needed to differentiate from other hir nodes that were fed 2024-03-19 08:37:53 +00:00
rustc_ast_passes Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compiler-errors 2024-03-19 19:57:51 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends implementing it 2024-03-19 09:17:40 +00:00
rustc_codegen_gcc Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_codegen_llvm Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_codegen_ssa Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=Amanieu 2024-03-19 18:03:51 +01:00
rustc_const_eval Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk 2024-03-19 00:04:09 +00:00
rustc_error_messages
rustc_errors
rustc_expand Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank 2024-03-20 05:51:22 +01:00
rustc_feature Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnr 2024-03-19 18:03:52 +01:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead 2024-03-19 18:03:53 +01:00
rustc_hir_analysis Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead 2024-03-19 18:03:53 +01:00
rustc_hir_pretty The AssocOpaqueTy HIR node is not actually needed to differentiate from other hir nodes that were fed 2024-03-19 08:37:53 +00:00
rustc_hir_typeck Auto merge of #122119 - estebank:issue-117846, r=Nadrieril 2024-03-20 02:36:37 +00:00
rustc_incremental
rustc_index
rustc_index_macros
rustc_infer Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank 2024-03-20 05:51:22 +01:00
rustc_interface
rustc_lexer
rustc_lint The AssocOpaqueTy HIR node is not actually needed to differentiate from other hir nodes that were fed 2024-03-19 08:37:53 +00:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_middle Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_mir_build Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk 2024-03-20 05:51:22 +01:00
rustc_mir_dataflow
rustc_mir_transform Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb 2024-03-19 13:10:01 +00:00
rustc_monomorphize Remove all checks of IntrinsicDef::must_be_overridden except for the actual overrides in codegen 2024-03-19 09:19:58 +00:00
rustc_next_trait_solver
rustc_parse Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank 2024-03-20 05:51:22 +01:00
rustc_parse_format
rustc_passes Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead 2024-03-19 18:03:53 +01:00
rustc_pattern_analysis Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors 2024-03-18 22:24:36 +01:00
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve Rollup merge of #122435 - jieyouxu:unused_qualifications_global_paths, r=petrochenkov 2024-03-19 18:03:49 +01:00
rustc_serialize
rustc_session Rollup merge of #122748 - nnethercote:rustc_session-pub, r=jackh726 2024-03-20 05:51:24 +01:00
rustc_smir
rustc_span
rustc_symbol_mangling
rustc_target
rustc_trait_selection Rollup merge of #122732 - compiler-errors:coroutine-captures-note, r=nnethercote 2024-03-20 05:51:23 +01:00
rustc_traits
rustc_transmute
rustc_ty_utils Ensure nested statics have a HIR node to prevent various queries from ICEing 2024-03-19 09:38:15 +00:00
rustc_type_ir Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr 2024-03-19 15:38:41 +00:00
stable_mir resolve clippy errors 2024-03-20 00:12:00 +03:00