rust/compiler
Matthias Krüger 9ada89d9a1
Rollup merge of #127903 - nnethercote:force_collect-improvements, r=petrochenkov
`force_collect` improvements

Yet more cleanups relating to `cfg_attr` processing.

r? ````@petrochenkov````
2024-07-19 10:48:05 +02: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 Delegation: support coercion for target expression 2024-07-16 18:03:15 +03:00
rustc_ast_passes Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister 2024-07-16 16:15:15 -05: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 #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco 2024-07-16 16:15:13 -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 Stop using the gen keyword in the compiler 2024-07-14 14:01:01 -04:00
rustc_hir_analysis Rollup merge of #127929 - estebank:addr_of, r=compiler-errors 2024-07-18 23:05:24 +02:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease 2024-07-17 16:22:26 +02: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 Remove tag field from relations 2024-07-18 14:34:05 -04:00
rustc_interface Use dep: for crate dependencies 2024-07-15 12:40:10 -04:00
rustc_lexer
rustc_lint Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compiler-errors 2024-07-18 18:10:16 +02: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 pattern lowering: make sure we never call user-defined PartialEq instances 2024-07-18 11:58:16 +02: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 Rollup merge of #127903 - nnethercote:force_collect-improvements, r=petrochenkov 2024-07-19 10:48:05 +02:00
rustc_parse_format
rustc_passes
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 Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki 2024-07-19 10:48:05 +02: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 Remove tag field from relations 2024-07-18 14:34:05 -04: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