summary refs log tree commit diff
path: root/src/librustc_mir/build/expr/as_rvalue.rs
AgeCommit message (Expand)AuthorLines
2015-12-10MIR: Make Mir take ownership of InlineAsm values.Michael Woerister-1/+1
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-2/+2
2015-11-24Remove the GraphExtents, the design of which seems bogus. They carriedNiko Matsakis-1/+1
2015-11-10use Constant for repetition count in mir::RepeatSimonas Kazlauskas-2/+2
2015-11-03Convert from using named fields to always using indicesNiko Matsakis-3/+6
2015-11-03Change ShallowDrop to Free, so that it matches what trans will doNiko Matsakis-1/+1
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-16/+7
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-5/+5
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-1/+1
2015-09-17Remove hir::ExprParenNick Cameron-3/+0
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+220