| Age | Commit message (Expand) | Author | Lines |
| 2016-05-10 | Fix funky formatting. | Pavel Sountsov | -11/+10 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -16/+46 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -1/+1 |
| 2016-05-10 | Refactor `hir::lowering` API | Jeffrey Seyfried | -3/+2 |
| 2016-05-10 | Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont... | Jeffrey Seyfried | -3/+3 |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -2/+2 |
| 2016-05-09 | Refactor out `driver::lower_and_resolve` | Jeffrey Seyfried | -24/+34 |
| 2016-05-09 | Reimplement pretty printing | Jeffrey Seyfried | -0/+9 |
| 2016-05-09 | Resolve paths generated in the ast->hir lowerer | Jeffrey Seyfried | -10/+11 |
| 2016-05-09 | Refactor the interface that `resolve` exposes to `driver` | Jeffrey Seyfried | -32/+36 |
| 2016-05-09 | Move resolution to before lowering | Jeffrey Seyfried | -27/+36 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -0/+2 |
| 2016-05-07 | mir: qualify and promote constants. | Eduard Burtescu | -5/+2 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -0/+2 |
| 2016-05-03 | Refactor pretty printing to use more of the driver | Nick Cameron | -36/+61 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -20/+36 |
| 2016-05-01 | Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrc | bors | -13/+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 | -10/+2 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -19/+2 |
| 2016-04-28 | Auto merge of #33208 - nrc:save-json, r=pnkfelix | bors | -4/+14 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -11/+5 |
| 2016-04-26 | save-analysis-json: thread through -z option | Nick Cameron | -4/+14 |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -11/+5 |
| 2016-04-20 | rebasing | Nick Cameron | -1/+1 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -4/+5 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -29/+25 |
| 2016-04-20 | Separate def collection and hir map making even further | Nick Cameron | -10/+10 |
| 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-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-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+8 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -2/+10 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -5/+4 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -7/+13 |
| 2016-03-31 | Turn break critical edges into a MIR pass | James Miller | -12/+11 |
| 2016-03-31 | Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrc | Manish Goregaokar | -0/+4 |
| 2016-03-30 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+4 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -1/+2 |
| 2016-03-30 | Add and use a break critical edges transform | James Miller | -1/+8 |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -2/+2 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -1/+1 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -3/+7 |
| 2016-03-25 | Make the definite name of the local crate available in the tcx. | Michael Woerister | -0/+1 |