summary refs log tree commit diff
path: root/src/librustc_mir/build
AgeCommit message (Expand)AuthorLines
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-187/+180
2015-10-06fix some tidy complaintsNiko Matsakis-4/+6
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-234/+251
2015-10-04change how we declare bindings so that unreachable arms don'tNiko Matsakis-42/+39
2015-10-04rather than just passing the block around, track the candidate's index,Niko Matsakis-19/+31
2015-10-04switch to using constvals for constants, instead of having constantNiko Matsakis-121/+42
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-2/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-1/+1
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-2/+2
2015-09-17Remove hir::ExprParenNick Cameron-35/+9
2015-09-06enable slice patterns and enable building rustdocNiko Matsakis-105/+192
2015-09-06convert TODOs to FIXMEsNiko Matsakis-1/+3
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+2803