| Age | Commit message (Expand) | Author | Lines |
| 2015-10-26 | Disable MIR on beta/stable until we've resolved #29227 is resolved. | Niko Matsakis | -3/+13 |
| 2015-10-22 | fix bug in hir,identified | Niko Matsakis | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -9/+13 |
| 2015-10-09 | review comments | Nick Cameron | -16/+16 |
| 2015-10-09 | Misc fixups | Nick Cameron | -5/+6 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -7/+5 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -46/+46 |
| 2015-10-09 | Add a lowering context | Nick Cameron | -8/+21 |
| 2015-10-08 | Rollup merge of #28872 - iwillspeak:master, r=Manishearth | Steve Klabnik | -1/+6 |
| 2015-10-07 | Make `--explain` Handle Partial Error Codes | Will Speak | -1/+6 |
| 2015-10-06 | rename `dump` to `mir_map`, which seems more suitable | Niko Matsakis | -1/+1 |
| 2015-10-06 | make mir map available to later passes (currently unused) | Niko Matsakis | -2/+3 |
| 2015-10-04 | do MIR construction after pattern evaluation for now to sidestep | Niko Matsakis | -3/+3 |
| 2015-10-02 | Auto merge of #28650 - sanxiyn:attr-usage, r=nrc | bors | -0/+4 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -34/+31 |
| 2015-10-02 | rustc: Emit phony targets for inputs in dep-info | Alex Crichton | -1/+8 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -0/+4 |
| 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 | -2/+2 |
| 2015-09-30 | rustc: Support output filenames for each emit type | Alex Crichton | -33/+23 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+1 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -2/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -1/+1 |
| 2015-09-17 | Auto merge of #28454 - GSam:master, r=nrc | bors | -1/+3 |
| 2015-09-17 | Add compiler option to keep mtwt tables | Garming Sam | -1/+3 |
| 2015-09-17 | Change to a multi-trait approach | Nick Cameron | -3/+6 |
| 2015-09-17 | Changes to tests | Nick Cameron | -4/+3 |
| 2015-09-17 | Add an early lint pass for lints that operate on the AST | Nick Cameron | -8/+6 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -0/+1 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -1/+1 |
| 2015-09-06 | add MIR crate and link it into the driver | Niko Matsakis | -0/+5 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -101/+273 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -13/+16 |
| 2015-08-24 | fix other test | Ariel Ben-Yehuda | -3/+5 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -18/+28 |
| 2015-08-21 | Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis... | Richard Diamond | -0/+3 |
| 2015-08-17 | Add some SIMD target_feature cfg's when appropriate. | Huon Wilson | -1/+101 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -3/+16 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -84/+82 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-05 | Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakis | bors | -2/+2 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+1 |
| 2015-08-01 | Split off `LocalCrateReader` from `CrateReader` | mitaa | -2/+2 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -3/+3 |
| 2015-07-16 | Fixup #27046 with pattern bindings | Manish Goregaokar | -12/+12 |
| 2015-07-16 | Rollup merge of #27046 - nrc:driver-defaults, r=alexcrichton | Manish Goregaokar | -3/+9 |
| 2015-07-15 | Some more default implementations for the compiler driver callbacks. | Nick Cameron | -3/+9 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -4/+4 |