| Age | Commit message (Expand) | Author | Lines |
| 2016-12-28 | Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis | bors | -1/+1 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-24 | Teach `rustdoc --test` about `--sysroot`, pass it when testing rust | Aidan Hobson Sayers | -9/+16 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-09 | rustdoc: fix doctests with non-feature crate attrs | Alex Burka | -1/+2 |
| 2016-12-08 | Fix doc-tests on exported `macro_rules!`. | Jeffrey Seyfried | -0/+4 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-29 | librustdoc: Fix compilation after visitor change | Florian Diebold | -6/+2 |
| 2016-11-29 | Fix doc test collection | Florian Diebold | -0/+4 |
| 2016-11-24 | rustdoc: sidestep the main pipeline for test collection. | Eduard-Mihai Burtescu | -80/+93 |
| 2016-11-10 | Fix fallout in `librustdoc`. | Jeffrey Seyfried | -1/+2 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -2/+2 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -22/+14 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -1/+1 |
| 2016-10-07 | Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfackler | bors | -1/+1 |
| 2016-10-06 | std: Minor cleanup to libtest | Alex Crichton | -1/+1 |
| 2016-10-02 | Simplify equality checks. | Corey Farwell | -3/+3 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -3/+3 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -1/+1 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -4/+4 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -1/+1 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -4/+5 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -0/+1 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+1 |
| 2016-09-04 | Allow CompilerControllers to access rustc_plugin::registry::Registry structure. | Keunhong Lee | -1/+1 |
| 2016-08-30 | Auto merge of #36066 - jseyfried:rollup, r=Manishearth | bors | -2/+1 |
| 2016-08-27 | Use deterministic `FnvHash{Map,Set}` in rustdoc | Jonas Schievink | -3/+3 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Refactor away `AttrNestedMetaItemMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -1/+2 |
| 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 |