| Age | Commit message (Expand) | Author | Lines |
| 2017-05-02 | Add option to display warnings in rustdoc | Guillaume Gomez | -2/+3 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -1/+1 |
| 2017-03-23 | convert privacy access levels into a query | Niko Matsakis | -2/+2 |
| 2017-03-23 | move `export_map` into the tcx | Niko Matsakis | -4/+2 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -7/+3 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-02 | Avoid rustdoc ICE when an unstable feature is used | Seo Sanghyeon | -3/+9 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -2/+5 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -2/+0 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -3/+7 |
| 2016-11-24 | rustdoc: we can now assume DocContext always has a TyCtxt. | Eduard-Mihai Burtescu | -35/+7 |
| 2016-11-10 | Fix fallout in `librustdoc`. | Jeffrey Seyfried | -2/+4 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -7/+7 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -3/+5 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -3/+5 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -1/+1 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+1 |
| 2016-09-26 | Rollup merge of #36586 - japaric:rustdoc-sysroot, r=alexcrichton | Jonathan Turner | -2/+4 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -4/+4 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -4/+32 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+3 |
| 2016-09-19 | rustdoc: implement --sysroot | Jorge Aparicio | -2/+4 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -0/+2 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+2 |
| 2016-09-04 | Allow CompilerControllers to access rustc_plugin::registry::Registry structure. | Keunhong Lee | -1/+1 |
| 2016-08-27 | Use deterministic `FnvHash{Map,Set}` in rustdoc | Jonas Schievink | -6/+6 |
| 2016-08-20 | compute and cache HIR hashes at beginning | Niko Matsakis | -1/+1 |
| 2016-08-11 | Remove the 'cfg' field from session::config::Options. | Michael Woerister | -2/+1 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -2/+1 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -1/+0 |
| 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 |