Auto merge of #135370 - matthiaskrgr:rollup-g2w6d5n, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #134030 (add `-Zmin-function-alignment`) - #134776 (Avoid ICE: Account for `for<'a>` types when checking for non-structural type in constant as pattern) - #135205 (Rename `BitSet` to `DenseBitSet`) - #135314 (Eagerly collect mono items for non-generic closures) r? `@ghost` `@rustbot` modify labels: rollup
Showing
- compiler/rustc_borrowck/src/borrow_set.rs 5 additions, 4 deletionscompiler/rustc_borrowck/src/borrow_set.rs
- compiler/rustc_borrowck/src/dataflow.rs 7 additions, 7 deletionscompiler/rustc_borrowck/src/dataflow.rs
- compiler/rustc_borrowck/src/lib.rs 3 additions, 3 deletionscompiler/rustc_borrowck/src/lib.rs
- compiler/rustc_borrowck/src/type_check/liveness/trace.rs 3 additions, 3 deletionscompiler/rustc_borrowck/src/type_check/liveness/trace.rs
- compiler/rustc_codegen_gcc/src/debuginfo.rs 5 additions, 5 deletionscompiler/rustc_codegen_gcc/src/debuginfo.rs
- compiler/rustc_codegen_llvm/src/attributes.rs 5 additions, 1 deletioncompiler/rustc_codegen_llvm/src/attributes.rs
- compiler/rustc_codegen_llvm/src/debuginfo/create_scope_map.rs 5 additions, 5 deletions...iler/rustc_codegen_llvm/src/debuginfo/create_scope_map.rs
- compiler/rustc_codegen_ssa/src/mir/analyze.rs 3 additions, 3 deletionscompiler/rustc_codegen_ssa/src/mir/analyze.rs
- compiler/rustc_codegen_ssa/src/mir/mod.rs 3 additions, 3 deletionscompiler/rustc_codegen_ssa/src/mir/mod.rs
- compiler/rustc_codegen_ssa/src/mir/naked_asm.rs 6 additions, 2 deletionscompiler/rustc_codegen_ssa/src/mir/naked_asm.rs
- compiler/rustc_const_eval/src/check_consts/check.rs 3 additions, 3 deletionscompiler/rustc_const_eval/src/check_consts/check.rs
- compiler/rustc_data_structures/src/graph/implementation/mod.rs 4 additions, 4 deletions...ler/rustc_data_structures/src/graph/implementation/mod.rs
- compiler/rustc_data_structures/src/graph/iterate/mod.rs 7 additions, 7 deletionscompiler/rustc_data_structures/src/graph/iterate/mod.rs
- compiler/rustc_data_structures/src/stable_hasher.rs 2 additions, 2 deletionscompiler/rustc_data_structures/src/stable_hasher.rs
- compiler/rustc_data_structures/src/stable_hasher/tests.rs 3 additions, 3 deletionscompiler/rustc_data_structures/src/stable_hasher/tests.rs
- compiler/rustc_data_structures/src/work_queue.rs 3 additions, 3 deletionscompiler/rustc_data_structures/src/work_queue.rs
- compiler/rustc_hir_analysis/src/check/check.rs 1 addition, 1 deletioncompiler/rustc_hir_analysis/src/check/check.rs
- compiler/rustc_hir_analysis/src/check/mod.rs 1 addition, 1 deletioncompiler/rustc_hir_analysis/src/check/mod.rs
- compiler/rustc_index/src/bit_set.rs 56 additions, 46 deletionscompiler/rustc_index/src/bit_set.rs
- compiler/rustc_index/src/bit_set/tests.rs 23 additions, 23 deletionscompiler/rustc_index/src/bit_set/tests.rs
Loading
Please register or sign in to comment