rust/compiler/rustc_middle/src/mir
Matthias Krüger d88752a4b5
Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk
depend more on attr_data_structures and move find_attr! there

r?  ``@oli-obk``

This should be an easy one. It just moves some imports around. This is necessary for other changes that I'm working on not to have import cycles. However, it's an easy one to just merge on its own.
2025-03-09 10:34:52 +01:00
..
interpret Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compiler-errors 2025-03-09 10:34:49 +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 compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00
mono.rs depend more on attr_data_structures and move find_attr! there 2025-03-07 18:05:42 +01: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 Also simplify Preorder's size_hint 2025-03-03 21:07:55 -08:00
visit.rs Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril 2025-02-22 11:36:43 +01:00