rust/compiler/rustc_middle/src/mir
2024-03-18 09:34:08 +00:00
..
interpret Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
basic_blocks.rs Remove deleted docs + better link together MIR traversing docs 2023-09-29 19:16:02 +00:00
consts.rs Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None 2024-03-18 09:34:08 +00:00
coverage.rs coverage: Include recorded branch info in coverage instrumentation 2024-03-14 17:19:02 +11:00
generic_graph.rs remove redundant imports 2023-12-10 10:56:22 +08:00
generic_graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
graphviz.rs remove redundant imports 2023-12-10 10:56:22 +08:00
mod.rs coverage: Data structures for recording branch info during MIR building 2024-03-14 16:27:42 +11:00
mono.rs Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00:00
patch.rs Update MIR with MirPatch in UninhabitedEnumBranching 2024-03-08 08:15:14 +08:00
pretty.rs coverage: Data structures for recording branch info during MIR building 2024-03-14 16:27:42 +11:00
query.rs Enforce coroutine-closure layouts are identical 2024-02-15 01:18:09 +00:00
statement.rs ctfe interpreter: extend provenance so that it can track whether a pointer is immutable 2023-12-07 17:46:36 +01:00
syntax.rs Distinguish between library and lang UB in assert_unsafe_precondition 2024-03-08 18:53:58 -05:00
tcx.rs Distinguish between library and lang UB in assert_unsafe_precondition 2024-03-08 18:53:58 -05:00
terminator.rs Rename IntoDiagnosticArg as IntoDiagArg. 2024-03-11 09:12:19 +11:00
traversal.rs Avoid lowering code under dead SwitchInt targets 2024-03-12 19:01:04 -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 Implement asm goto in MIR and MIR lowering 2024-02-24 18:50:09 +00:00