summary refs log tree commit diff
path: root/src/librustc_mir/build/expr
AgeCommit message (Expand)AuthorLines
2016-01-07[MIR] Set dest ∀ expr with optional valueSimonas Kazlauskas-6/+25
2016-01-06[MIR] Get rid of that nasty unit_ty temporary lvalSimonas Kazlauskas-2/+3
2016-01-06panic/panic_bounds_check to destructure tysSimonas Kazlauskas-1/+1
2016-01-06Merge Call and DivergingCall diffs into CallKindSimonas Kazlauskas-10/+15
2016-01-06Remove the Panic block terminatorSimonas Kazlauskas-2/+2
2016-01-06Add Resume Terminator which corresponds to resumeSimonas Kazlauskas-2/+2
2016-01-06Generate DivergingCall terminatorSimonas Kazlauskas-10/+19
2016-01-06Split Call into Call and DivergingCallSimonas Kazlauskas-6/+5
2015-12-10MIR: Make Mir take ownership of InlineAsm values.Michael Woerister-1/+1
2015-12-10MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.Michael Woerister-7/+7
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-11/+11
2015-11-24Remove the GraphExtents, the design of which seems bogus. They carriedNiko Matsakis-2/+2
2015-11-12Auto merge of #29616 - nagisa:mir-repeat, r=nikomatsakisbors-2/+2
2015-11-10use Constant for repetition count in mir::RepeatSimonas Kazlauskas-2/+2
2015-11-05remove excess string allocationSteve Klabnik-1/+1
2015-11-03Change Call operands to be, well, OperandsNiko Matsakis-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-64/+28
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-31/+33
2015-10-04switch to using constvals for constants, instead of having constantNiko Matsakis-90/+13
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-1/+1
2015-09-17Remove hir::ExprParenNick Cameron-35/+9
2015-09-06convert TODOs to FIXMEsNiko Matsakis-1/+3
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+1081