| Age | Commit message (Expand) | Author | Lines |
| 2016-05-03 | rebasing | Nick Cameron | -7/+1 |
| 2016-05-03 | Fix tests | Nick Cameron | -2/+7 |
| 2016-05-03 | Refactor pretty printing to use more of the driver | Nick Cameron | -263/+330 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -79/+79 |
| 2016-05-03 | Make pretty printer take Session by ref | Nick Cameron | -21/+21 |
| 2016-05-02 | patch travis failure | Niko Matsakis | -1/+2 |
| 2016-05-02 | fix rebase flaws | Niko Matsakis | -3/+2 |
| 2016-05-02 | fix error message in librustc_driver tests | Niko Matsakis | -1/+2 |
| 2016-05-02 | refactor the Emitter trait | Niko Matsakis | -8/+9 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -11/+9 |
| 2016-05-01 | Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrc | bors | -14/+3 |
| 2016-05-02 | Avoid keeping MTWT tables for save-analysis | Jeffrey Seyfried | -3/+1 |
| 2016-05-01 | Avoid using the lowering context in `librustc_save_analysis` | Jeffrey Seyfried | -11/+2 |
| 2016-05-01 | Remove rust flags from doc block | Guillaume Gomez | -1/+7 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -19/+2 |
| 2016-04-28 | Auto merge of #33217 - aochagavia:fileloader, r=nrc | bors | -9/+21 |
| 2016-04-28 | Auto merge of #33208 - nrc:save-json, r=pnkfelix | bors | -6/+32 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -11/+5 |
| 2016-04-27 | rustc_driver: Allow running the compiler with a FileLoader | Adolfo OchagavĂa | -9/+21 |
| 2016-04-26 | save-analysis-json: thread through -z option | Nick Cameron | -6/+32 |
| 2016-04-22 | Auto merge of #33089 - nrc:hir-name-res, r=eddyb | bors | -48/+49 |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -11/+5 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -65/+40 |
| 2016-04-20 | Check that the feature strings are well-formed | Andrea Canciani | -0/+1 |
| 2016-04-20 | Make the feature whitelists constants | Andrea Canciani | -25/+25 |
| 2016-04-20 | rebasing | Nick Cameron | -1/+1 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -23/+28 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -37/+27 |
| 2016-04-20 | Separate def collection and hir map making even further | Nick Cameron | -11/+12 |
| 2016-04-20 | Move DefCollector to its own module. | Nick Cameron | -1/+1 |
| 2016-04-20 | Split up NodeCollector so that defs are collected separately from nodes for t... | Nick Cameron | -16/+21 |
| 2016-04-20 | Trivial refactoring | Nick Cameron | -7/+7 |
| 2016-04-19 | Distinguish different `vfp?` features | Andrea Canciani | -1/+7 |
| 2016-04-19 | Do not intern NUL terminators | Andrea Canciani | -1/+1 |
| 2016-04-12 | Auto merge of #32811 - alexcrichton:check-lints, r=nrc | bors | -1/+1 |
| 2016-04-11 | rustdoc: Fix testing no_run code blocks | Alex Crichton | -1/+1 |
| 2016-04-09 | Remove redundant gated feature checking pass | Jeffrey Seyfried | -17/+2 |
| 2016-04-08 | Avoid gated feature checking unconfigured items | Jeffrey Seyfried | -15/+13 |
| 2016-04-09 | Expose the features computed from LLVM in `cfg!` | Andrea Canciani | -63/+31 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -3/+21 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -49/+4 |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -2/+12 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -1/+1 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -2/+17 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -15/+12 |
| 2016-04-05 | Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakis | Manish Goregaokar | -8/+17 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -49/+4 |
| 2016-04-04 | Address nits | Masood Malekghassemi | -3/+3 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -7/+13 |