| Age | Commit message (Expand) | Author | Lines |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -1/+1 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -2/+1 |
| 2016-07-01 | Add the `after_expand` entry point between import resolution and the rest of ... | Jeffrey Seyfried | -3/+3 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -2/+3 |
| 2016-06-01 | Remove the `dep-info-no-analysis` test and fix other fallout. | Jeffrey Seyfried | -15/+5 |
| 2016-05-19 | Auto merge of #33702 - crimsun:pr33678, r=alexcrichton | bors | -4/+3 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -6/+6 |
| 2016-05-18 | Resolved rustdoc crash (#33678) by aborting instead of unwrapping. | User | -4/+3 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -5/+5 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -2/+2 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -1/+0 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -3/+3 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -3/+3 |
| 2016-05-10 | Delay wrapping Definitions into a RefCell around LocalCrateReader. | Ms2ger | -4/+5 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -1/+1 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -5/+8 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -3/+3 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -4/+9 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -8/+12 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -5/+14 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -48/+22 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -2/+2 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+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-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -4/+4 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-08 | Make rustdoc report driver phase-3 errors instead of continuing | Dirk Gadsden | -4/+15 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+2 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -1/+1 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -9/+9 |
| 2016-01-15 | Add a test | Nick Cameron | -5/+5 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+2 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -7/+9 |
| 2015-11-26 | fix tests & rustdoc | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make check works | Ariel Ben-Yehuda | -2/+8 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -14/+9 |
| 2015-11-04 | Auto merge of #29217 - nikomatsakis:mir-trans, r=dotdash | bors | -1/+1 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -1/+1 |
| 2015-11-02 | librustdoc: ignore lint warnings when compiling documentation | Kevin Butler | -0/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -1/+1 |
| 2015-10-09 | Misc fixups | Nick Cameron | -1/+1 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -2/+1 |
| 2015-10-09 | Fixes to rustdoc, etc. | Nick Cameron | -5/+7 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -3/+15 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -5/+4 |
| 2015-09-17 | Add an early lint pass for lints that operate on the AST | Nick Cameron | -1/+0 |