rust/compiler/rustc_middle/src/mir
2021-11-07 03:59:06 +00:00
..
interpret use matches!() macro in more places 2021-11-06 16:13:14 +01:00
coverage.rs Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
generic_graph.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
generic_graphviz.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
graph_cyclic_cache.rs Cache result of 2020-12-20 10:29:26 +01:00
graphviz.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
mod.rs Replace some uses of vec.drain(..) with vec.into_iter() 2021-11-06 19:04:31 +01:00
mono.rs Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr 2021-10-17 12:33:12 +00:00
patch.rs Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
predecessors.rs words 2020-11-16 22:42:09 +01:00
pretty.rs Give inline const separate DefKind 2021-11-07 03:59:06 +00:00
query.rs Do not promote values with const drop that need to be dropped 2021-10-18 21:56:57 +02:00
spanview.rs clippy::perf fixes 2021-11-04 21:07:56 +01:00
tcx.rs Introduce Rvalue::ShallowInitBox 2021-09-25 01:08:41 +01:00
terminator.rs rustc: Fill out remaining parts of C-unwind ABI 2021-08-03 07:06:19 -07:00
traversal.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
type_foldable.rs Introduce Rvalue::ShallowInitBox 2021-09-25 01:08:41 +01:00
visit.rs Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink 2021-09-25 11:01:13 +00:00