| Age | Commit message (Expand) | Author | Lines |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -4/+2 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -7/+7 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -4/+1 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -2/+2 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -3/+2 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -3/+3 |
| 2016-06-23 | Updating test I missed for old school refactor | Jonathan Turner | -2/+3 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -2/+2 |
| 2016-06-20 | Add error code flag | Guillaume Gomez | -1/+1 |
| 2016-06-12 | Add error codes block code flag | Guillaume Gomez | -5/+21 |
| 2016-06-01 | Remove the `dep-info-no-analysis` test and fix other fallout. | Jeffrey Seyfried | -14/+10 |
| 2016-05-27 | * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected... | Guillaume Gomez | -2/+6 |
| 2016-05-18 | ignore dep-graph in resolve and lower_crate | Niko Matsakis | -1/+1 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -3/+8 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -1/+1 |
| 2016-05-13 | Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc | bors | -3/+2 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -1/+1 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -1/+1 |
| 2016-05-10 | Refactor `hir::lowering` API | Jeffrey Seyfried | -2/+2 |
| 2016-05-10 | Refactor the `hir::lowering::lower_*` functions into methods of `LoweringCont... | Jeffrey Seyfried | -3/+2 |
| 2016-05-10 | Give lowering functions mutable access to the lowering context | Jeffrey Seyfried | -2/+2 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -1/+1 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -2/+3 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -2/+2 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -3/+5 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -2/+1 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -1/+2 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -5/+4 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -13/+8 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -13/+8 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -2/+2 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -4/+4 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -1/+4 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -1/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -3/+1 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+2 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -1/+1 |
| 2016-03-08 | rustdoc: Don't inline all impls all at once | Alex Crichton | -2/+2 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -15/+6 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -11/+33 |
| 2016-02-09 | Fix librustdoc test | Guillaume Gomez | -6/+4 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -11/+35 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+4 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -1/+6 |
| 2016-01-15 | rustdoc: remove extraneous whitespace inserted in playpen links | Tshepang Lekhonkhobe | -0/+1 |
| 2016-01-15 | Add a test | Nick Cameron | -5/+5 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+2 |