summary refs log tree commit diff
path: root/src/librustc_mir/mir_map.rs
AgeCommit message (Expand)AuthorLines
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-1/+1
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-19/+15
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-2/+2
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-2/+2
2015-11-12Auto merge of #29757 - dotdash:mir_simplify_cfg, r=nikomatsakisbors-1/+4
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-1/+4
2015-11-10Remove the mirroring for patterns and just convert them eagerly; then,Niko Matsakis-2/+2
2015-11-05remove excess string allocationSteve Klabnik-1/+1
2015-11-03Move the "HAIR" code that reads the tcx tables etc out of the `tcx`Niko Matsakis-1/+1
2015-11-03Build the MIR using the liberated fn sigs, and track the return typeNiko Matsakis-20/+36
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-59/+51
2015-10-06rename `dump` to `mir_map`, which seems more suitableNiko Matsakis-0/+249