rust/compiler/rustc_middle/src/mir
2024-11-04 04:45:52 +00:00
..
interpret compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
basic_blocks.rs Remove Engine::new_gen_kill. 2024-10-14 16:35:28 +11:00
consts.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
coverage.rs coverage. Adapt to mcdc mapping formats introduced by llvm 19 2024-10-08 11:15:24 +08:00
generic_graph.rs Add warn(unreachable_pub) to rustc_middle. 2024-08-29 20:13:06 +10:00
generic_graphviz.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graphviz.rs tcx.is_const_fn doesn't work the way it is described, remove it 2024-10-25 20:52:39 +02:00
mod.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
mono.rs Effects cleanup 2024-10-26 10:19:07 +08:00
patch.rs Remove #[macro_use] extern crate tracing from rustc_middle. 2024-05-23 18:02:40 +10:00
pretty.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
query.rs ty::BrK -> ty::BoundRegionKind::K 2024-11-04 04:45:52 +00:00
statement.rs be even more precise about "cast" vs "coercion" 2024-09-24 23:12:02 +02:00
syntax.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
tcx.rs Get rid of const eval_* and try_eval_* helpers 2024-10-19 18:07:35 +00:00
terminator.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
traversal.rs Compute reachable locals as part of non_ssa_locals 2024-09-21 01:07:00 -04:00
type_foldable.rs Make DefiningAnchor::Bind only store the opaque types that may be constrained, instead of the current infcx root item. 2024-03-11 17:19:37 +00:00
visit.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00