rust/compiler
bors 159bdc1e93 Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot
Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system

This avoids 2 instances of the destructor of `ThinVec<Diagnostic>` from being included in `execute_job`. It also outlines the cold branch in `store_side_effects` / `store_side_effects_for_anon_node`.
2024-01-20 15:20:15 +00:00
..
rustc
rustc_abi
rustc_arena
rustc_ast Auto merge of #116672 - maurer:128-align, r=nikic 2024-01-20 00:56:53 +00:00
rustc_ast_lowering Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwco 2024-01-20 11:21:28 +00:00
rustc_builtin_macros
rustc_codegen_cranelift Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=bjorn3 2024-01-19 19:27:00 +01:00
rustc_codegen_gcc
rustc_codegen_llvm LLVM 18 x86 data layout update 2024-01-19 10:52:01 +01:00
rustc_codegen_ssa
rustc_const_eval Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr 2024-01-20 04:57:51 +00:00
rustc_data_structures Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot 2024-01-20 13:18:33 +00:00
rustc_driver
rustc_driver_impl
rustc_error_codes Stabilize simple offset_of 2024-01-19 20:38:51 +00:00
rustc_error_messages
rustc_errors
rustc_expand Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr 2024-01-19 16:26:37 +00:00
rustc_feature Split remaining offset_of features into new tracking issues 2024-01-19 21:13:11 +00:00
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser 2024-01-19 02:36:13 +00:00
rustc_hir_analysis Account for traits using self-trait by name without dyn 2024-01-19 23:37:39 +00:00
rustc_hir_pretty
rustc_hir_typeck Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr 2024-01-20 09:37:26 +01:00
rustc_incremental
rustc_index
rustc_index_macros Restrict access to the private field of newtype indexes 2024-01-19 15:38:47 +00:00
rustc_infer Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr 2024-01-20 09:37:26 +01:00
rustc_interface Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=bjorn3 2024-01-19 19:27:00 +01:00
rustc_lexer
rustc_lint Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin 2024-01-18 10:34:18 +01:00
rustc_lint_defs
rustc_llvm
rustc_log
rustc_macros
rustc_metadata Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=bjorn3 2024-01-19 19:27:00 +01:00
rustc_middle Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr 2024-01-20 04:57:51 +00:00
rustc_mir_build Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errors 2024-01-19 19:27:02 +01:00
rustc_mir_dataflow Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen 2024-01-17 20:21:19 +01:00
rustc_mir_transform Rollup merge of #115291 - cjgillot:dest-prop-save, r=JakobDegen 2024-01-17 20:21:19 +01:00
rustc_monomorphize Make crate_inherent_impls fallible and stop using track_errors for it 2024-01-17 10:02:29 +00:00
rustc_next_trait_solver
rustc_parse Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 2024-01-19 08:15:03 +01:00
rustc_parse_format
rustc_passes Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb 2024-01-19 08:15:05 +01:00
rustc_pattern_analysis Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors 2024-01-19 19:27:00 +01:00
rustc_privacy
rustc_query_impl
rustc_query_system Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot 2024-01-20 15:20:15 +00:00
rustc_resolve Don't delete any lifetimes with bounds 2024-01-20 02:30:58 +04:00
rustc_serialize Rollup merge of #117561 - tgross35:split-array, r=scottmcm 2024-01-19 19:26:59 +01:00
rustc_session Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot 2024-01-20 13:18:33 +00:00
rustc_smir Rollup merge of #119833 - celinval:smir-accept-closures, r=oli-obk 2024-01-18 10:34:17 +01:00
rustc_span Stabilize simple offset_of 2024-01-19 20:38:51 +00:00
rustc_symbol_mangling
rustc_target Update more data layouts 2024-01-19 11:09:30 +01:00
rustc_trait_selection Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr 2024-01-20 09:37:26 +01:00
rustc_traits Correctly handle normalization in implied bounds 2024-01-17 21:27:34 -05:00
rustc_transmute
rustc_ty_utils
rustc_type_ir Restrict access to the private field of newtype indexes 2024-01-19 15:38:47 +00:00
stable_mir Make the remaining "private" fields actually private 2024-01-19 16:37:50 +00:00