summary refs log tree commit diff
path: root/src/librustc_mir/transform/add_call_guards.rs
AgeCommit message (Expand)AuthorLines
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-06-16fix MirSource::Promoted handlingAriel Ben-Yehuda-4/+1
2016-06-09use the type name as the pass nameAriel Ben-Yehuda-3/+1
2016-06-09add hook infrastructure for automatically dumping MIR on every passAriel Ben-Yehuda-1/+3
2016-06-09add a cache for MIR predecessorsAriel Ben-Yehuda-11/+2
2016-06-09make the basic_blocks field privateAriel Ben-Yehuda-9/+6
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-4/+6
2016-06-08remove the librustc_trans -> librustc_mir dependencyAriel Ben-Yehuda-3/+1
2016-06-07mir: group span + visibility scope under a new SourceInfo type.Eduard Burtescu-3/+2
2016-06-05break critical edges only when neededAriel Ben-Yehuda-0/+98