| Age | Commit message (Expand) | Author | Lines |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -3/+5 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -1/+2 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+2 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -1/+2 |
| 2015-10-07 | Partially format librustc_mir with rustfmt. | Ms2ger | -529/+651 |
| 2015-10-06 | remove now unnecessary trait impls | Niko Matsakis | -25/+0 |
| 2015-10-06 | fix some tidy complaints | Niko Matsakis | -5/+9 |
| 2015-10-06 | rename `dump` to `mir_map`, which seems more suitable | Niko Matsakis | -2/+2 |
| 2015-10-06 | make mir map available to later passes (currently unused) | Niko Matsakis | -5/+10 |
| 2015-10-06 | store the mir into a map, restructure to avoid rebuilding so many times | Niko Matsakis | -10/+35 |
| 2015-10-06 | purge `-Z always-build-mir`, which is no longer relevant | Niko Matsakis | -8/+3 |
| 2015-10-06 | strip out the hair trait and use concrete types instead | Niko Matsakis | -673/+621 |
| 2015-10-05 | Fix some typos. | Ms2ger | -2/+2 |
| 2015-10-04 | change PartialEq impl for ConstVal so that two constants are `==` | Niko Matsakis | -0/+5 |
| 2015-10-04 | change how we declare bindings so that unreachable arms don't | Niko Matsakis | -42/+39 |
| 2015-10-04 | rather than just passing the block around, track the candidate's index, | Niko Matsakis | -19/+31 |
| 2015-10-04 | switch to using constvals for constants, instead of having constant | Niko Matsakis | -235/+106 |
| 2015-10-04 | always build MIR | Niko Matsakis | -1/+1 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -2/+2 |
| 2015-10-01 | Rename `node_id` to `var_id` and limit to the cases that are actually used | Niko Matsakis | -1/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -1/+1 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -4/+2 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -12/+10 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -11/+6 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -12/+10 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -4/+3 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -38/+9 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -28/+29 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -5/+5 |
| 2015-09-06 | enable slice patterns and enable building rustdoc | Niko Matsakis | -107/+207 |
| 2015-09-06 | convert TODOs to FIXMEs | Niko Matsakis | -2/+4 |
| 2015-09-06 | add MIR code (unused thus far) | Niko Matsakis | -0/+5830 |