rust/compiler/rustc_middle/src/mir
Matthias Krüger 795af36d01
Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii
A few cleanups after the removal of `cfg(not(parallel))`

I noticed a few small things that are no longer needed after the removal of `cfg(not(parallel))` in #132282.

One of the later changes adjusts several imports, so viewing the changes individually is recommended.

r? SparrowLii (or reroll)
2025-03-03 20:47:15 +01:00
..
interpret Rollup merge of #137894 - compiler-errors:no-scalar-pair-opt, r=oli-obk 2025-03-03 20:47:12 +01:00
basic_blocks.rs Remove some unnecessary aliases from rustc_data_structures::sync 2025-03-03 20:20:24 +11:00
consts.rs introduce ty::Value 2025-01-30 17:47:44 +01:00
coverage.rs coverage: Remove the old code for simplifying counters after MIR opts 2025-02-06 21:44:31 +11:00
generic_graph.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
generic_graphviz.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
graphviz.rs Simplify intra-crate qualifiers. 2025-02-11 14:59:13 +11:00
mod.rs Move impl blocks out of rustc_middle/src/mir/syntax.rs. 2025-02-24 09:16:10 +11:00
mono.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
pretty.rs Make -Z unpretty=mir suggest -Z dump-mir as well 2025-02-26 13:07:12 +01:00
query.rs use fmt::from_fn in more places, instead of using structs that impl formatting traits 2025-01-24 14:45:56 +00:00
statement.rs Move impl blocks out of rustc_middle/src/mir/syntax.rs. 2025-02-24 09:16:10 +11:00
syntax.rs Move impl blocks out of rustc_middle/src/mir/syntax.rs. 2025-02-24 09:16:10 +11:00
terminator.rs Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
traversal.rs Simplify Postorder customization. 2025-02-20 14:00:36 +11:00
visit.rs Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril 2025-02-22 11:36:43 +01:00