summary refs log tree commit diff
path: root/src/librustc_mir/build/expr/as_temp.rs
AgeCommit message (Expand)AuthorLines
2016-03-31librustc_mir: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-23track the innermost scope for every stmtNiko Matsakis-1/+2
2016-03-23record a scope for each `VarDecl`Niko Matsakis-1/+1
2016-02-04Synthesize calls to box_free language itemSimonas Kazlauskas-1/+1
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-2/+2
2015-11-05remove excess string allocationSteve Klabnik-1/+1
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-18/+6
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-5/+5
2015-09-17Remove hir::ExprParenNick Cameron-10/+4
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+85