rust/compiler
bors 3811f40d27 Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #127350 (Parser: Suggest Placing the Return Type After Function Parameters)
 - #127621 (Rewrite and rename `issue-22131` and `issue-26006` `run-make` tests to rmake)
 - #127662 (When finding item gated behind a `cfg` flag, point at it)
 - #127903 (`force_collect` improvements)
 - #127932 (rustdoc: fix `current` class on sidebar modnav)
 - #127943 (Don't allow unsafe statics outside of extern blocks)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-07-19 13:39:12 +00:00
..
rustc The rustc crate feature is called jemalloc 2024-07-15 13:01:20 -04:00
rustc_abi Rollup merge of #127769 - compiler-errors:ed-2024-dep, r=oli-obk 2024-07-17 16:22:31 +02:00
rustc_arena
rustc_ast Rollup merge of #127806 - nnethercote:parser-improvements, r=spastorino 2024-07-17 19:53:27 -05:00
rustc_ast_ir Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_ast_lowering Add ConstArgKind::Path and make ConstArg its own HIR node 2024-07-16 19:27:28 -07:00
rustc_ast_passes Don't allow unsafe statics outside of extern blocks 2024-07-18 18:02:29 -04:00
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Remove tag field from relations 2024-07-18 14:34:05 -04:00
rustc_builtin_macros Use ForceCollect in parse_attr_item. 2024-07-19 08:24:54 +10:00
rustc_codegen_cranelift Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco 2024-07-16 16:15:13 -05:00
rustc_codegen_gcc Format cg_gcc with same formatting parameters 2024-07-17 20:22:07 +02:00
rustc_codegen_llvm Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote 2024-07-19 03:27:46 -05:00
rustc_codegen_ssa valtree construction: keep track of which type was valtree-incompatible 2024-07-18 11:58:16 +02:00
rustc_const_eval valtree construction: keep track of which type was valtree-incompatible 2024-07-18 11:58:16 +02:00
rustc_data_structures Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_driver
rustc_driver_impl
rustc_error_codes avoid creating an Instance only to immediately disassemble it again 2024-07-18 11:58:16 +02:00
rustc_error_messages
rustc_errors
rustc_expand Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov 2024-07-17 19:53:25 -05:00
rustc_feature Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukang 2024-07-14 20:24:59 +02:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Clarify docs explaining purpose of ConstArg 2024-07-17 20:31:36 -07:00
rustc_hir_analysis Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 2024-07-19 11:08:02 +00:00
rustc_hir_pretty Remove some unintended changes to imports 2024-07-17 20:31:37 -07:00
rustc_hir_typeck Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 2024-07-19 11:08:02 +00:00
rustc_incremental
rustc_index Fix feature gating on rustc_index to not use implicit features 2024-07-15 12:44:24 -04:00
rustc_index_macros
rustc_infer Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU 2024-07-19 08:44:51 +00:00
rustc_interface Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_lexer
rustc_lint Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35 2024-07-19 11:08:02 +00:00
rustc_lint_defs make pub_use_of_private_extern_crate show up in future breakage reports 2024-07-18 13:43:56 +02:00
rustc_llvm Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco 2024-07-16 16:15:13 -05:00
rustc_log
rustc_macros lift_to_tcx -> lift_to_interner 2024-07-17 10:46:10 -04:00
rustc_metadata
rustc_middle Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU 2024-07-19 08:44:51 +00:00
rustc_mir_build Rollup merge of #127858 - Zalathar:pair-tree, r=Nadrieril 2024-07-18 23:05:22 +02:00
rustc_mir_dataflow Stop using the gen keyword in the compiler 2024-07-14 14:01:01 -04:00
rustc_mir_transform coverage: Restrict ExpressionUsed simplification to Code mappings 2024-07-15 20:54:28 +10:00
rustc_monomorphize
rustc_next_trait_solver Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_parse Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr 2024-07-19 13:39:12 +00:00
rustc_parse_format
rustc_passes hir: Create hir::ConstArgKind enum 2024-07-16 19:27:28 -07:00
rustc_pattern_analysis pattern lowering: make sure we never call user-defined PartialEq instances 2024-07-18 11:58:16 +02:00
rustc_privacy
rustc_query_impl
rustc_query_system Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_resolve Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr 2024-07-19 13:39:12 +00:00
rustc_sanitizers
rustc_serialize
rustc_session Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726 2024-07-14 12:44:07 +00:00
rustc_smir Avoid comments that describe multiple use items. 2024-07-17 08:02:46 +10:00
rustc_span Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compiler-errors 2024-07-18 18:10:16 +02:00
rustc_symbol_mangling
rustc_target cleanup: remove support for 3DNow! cpu features 2024-07-17 11:45:02 -04:00
rustc_trait_selection Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU 2024-07-19 08:44:51 +00:00
rustc_traits
rustc_transmute Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_ty_utils
rustc_type_ir Rollup merge of #127925 - compiler-errors:tag, r=lcnr 2024-07-18 23:05:24 +02:00
rustc_type_ir_macros lift_to_tcx -> lift_to_interner 2024-07-17 10:46:10 -04:00
stable_mir