rust/compiler/rustc_middle/src/mir
2023-09-28 16:13:38 +00:00
..
interpret Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung 2023-09-20 12:07:26 +00:00
basic_blocks.rs Remove more unused Lift impls. 2023-09-18 09:37:10 +10:00
consts.rs Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk 2023-09-21 13:25:39 +02:00
coverage.rs coverage: Don't bother renumbering expressions on the Rust side 2023-09-21 18:32:49 +10:00
generic_graph.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
generic_graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
mod.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00
mono.rs treat host effect params as erased generics in codegen 2023-09-14 07:34:35 +00:00
patch.rs cache the terminate block with the last reason that we saw 2023-08-24 13:28:26 +02:00
pretty.rs fix clippy::{redundant_guards, useless_format} 2023-09-27 23:49:15 +02:00
query.rs Remove span from BrAnon. 2023-09-24 09:46:55 +00:00
spanview.rs sync printing of MIR terminators with their new names (and dedup some to-str logic) 2023-08-20 15:52:40 +02:00
statement.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00
syntax.rs Add a mir validation check to prevent OpaqueCast after analysis passes finish 2023-09-28 16:13:38 +00:00
tcx.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00
terminator.rs organize mir pretty.rs and move more things into it; move statement-related things out of mir/mod.rs 2023-09-19 11:06:32 +02:00
traversal.rs remove redundant combinators between PO and RPO 2023-06-18 09:16:40 +00:00
type_foldable.rs Remove more unused Lift impls. 2023-09-18 09:37:10 +10:00
visit.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00