rust/compiler/rustc_middle/src/mir
León Orell Valerian Liehr 46eb43e71b
Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=Nadrieril
Make -Z unpretty=mir suggest -Z dump-mir as well for discoverability

While debugging something else, I got quite annoyed with `-Z unpretty=mir` showing me post-processed MIR instead of the one just after it is built. I ended up asking on Zulip and got pointed to `-Z dump-mir`. While this feature is documented in the rustc dev guide, I think it'd be good if the possibility of making use of it was staring you in the face while you need it.
2025-02-26 19:03:59 +01:00
..
interpret Teach structured errors to display short Ty 2025-02-25 16:56:03 +00:00
basic_blocks.rs Simplify Postorder customization. 2025-02-20 14:00:36 +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