| Age | Commit message (Expand) | Author | Lines |
| 2017-10-08 | Introduce `Print` trait for displaying types | Wonwoo Choi | -803/+968 |
| 2017-10-08 | Name higher-ranked lifetimes properly while displaying | Wonwoo Choi | -20/+76 |
| 2017-10-08 | Auto merge of #45100 - kennytm:rollup, r=kennytm | bors | -29/+30 |
| 2017-10-08 | Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichton | kennytm | -1/+2 |
| 2017-10-08 | Rollup merge of #45058 - hunteke:fix_rustc_private_typo_2017Oct, r=shepmaster | kennytm | -1/+1 |
| 2017-10-08 | Rollup merge of #45018 - michaelwoerister:fix-dep-node-debug-recursion, r=eddyb | kennytm | -27/+27 |
| 2017-10-08 | Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister | bors | -0/+19 |
| 2017-10-07 | Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoerister | bors | -14/+6 |
| 2017-10-07 | Document that `-C ar=PATH` doesn't do anything | Vadim Petrochenkov | -1/+2 |
| 2017-10-07 | Fix invalid rustdoc rendering for FnTy args | Guillaume Gomez | -14/+11 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -14/+6 |
| 2017-10-07 | Add names to BareFnTy | Guillaume Gomez | -2/+10 |
| 2017-10-07 | Auto merge of #44614 - tschottdorf:pat_adjustments, r=nikomatsakis | bors | -7/+94 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -7/+94 |
| 2017-10-06 | Auto merge of #45065 - arielb1:not-correct, r=nikomatsakis | bors | -1/+1 |
| 2017-10-06 | fix logic error in #44269's `prune_cache_value_obligations` | Ariel Ben-Yehuda | -1/+1 |
| 2017-10-06 | Auto merge of #44818 - petrochenkov:astymac2, r=jseyfried | bors | -15/+26 |
| 2017-10-05 | Fix typo, per #45057. | Kevin Hunter Kesling | -1/+1 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -15/+26 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -2/+98 |
| 2017-10-05 | Auto merge of #44878 - Nashenas88:master, r=nikomatsakis | bors | -43/+4 |
| 2017-10-05 | Rollup merge of #45006 - MaikKlein:patch-2, r=nikomatsakis | kennytm | -1/+1 |
| 2017-10-05 | Fix infinite recursion in <DepNode as Debug>. | Michael Woerister | -27/+27 |
| 2017-10-05 | Auto merge of #44940 - philipc:remap-path, r=michaelwoerister | bors | -3/+2 |
| 2017-10-04 | Generate SerializedDepNodeIndex using newtype_index macro | Santiago Pastorino | -18/+2 |
| 2017-10-04 | Generate DepNodeIndexNew using newtype_index macro | Santiago Pastorino | -1/+2 |
| 2017-10-04 | Move newtype_index to rustc_data_structures | Santiago Pastorino | -25/+1 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -526/+855 |
| 2017-10-04 | avoid using match keyword as module name | Niv Kaminer | -1/+1 |
| 2017-10-04 | groundwork for #45009: rustc_dirty/clean enhancements | Garrett Berg | -0/+19 |
| 2017-10-04 | seperate and move miscellaneous benchmarks to librustc | Niv Kaminer | -0/+98 |
| 2017-10-04 | incr.comp.: Address review comments. | Michael Woerister | -31/+71 |
| 2017-10-03 | Typo in `librustc/README.md` | Maik Klein | -1/+1 |
| 2017-10-03 | Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 | bors | -0/+211 |
| 2017-10-03 | incr.comp.: Fix some merge fallout. | Michael Woerister | -1/+1 |
| 2017-10-03 | Rename FileMap::path and change to an Option | Philip Craig | -1/+1 |
| 2017-10-02 | incr.comp.: Do some cleanup. | Michael Woerister | -1/+4 |
| 2017-10-02 | incr.comp.: Remove legacy dep-graph runtime. | Michael Woerister | -386/+87 |
| 2017-10-02 | incr.comp.: Remove saving and loading of legacy dep-graph. | Michael Woerister | -1/+3 |
| 2017-10-02 | incr.comp.: Build DepGraphQuery from new dep-graph impl. | Michael Woerister | -13/+13 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -21/+62 |
| 2017-10-02 | incr.comp.: Add some logging to DepGraph::try_mark_green(). | Michael Woerister | -4/+32 |
| 2017-10-02 | incr.comp.: Make some DepNodes non-anonymous. | Michael Woerister | -59/+36 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -84/+377 |
| 2017-10-02 | incr.comp.: Add minimal version of try_mark_green procedure. | Michael Woerister | -51/+251 |
| 2017-10-02 | incr.comp.: Determine red/green state of every new node. | Michael Woerister | -10/+54 |
| 2017-10-02 | Auto merge of #44959 - arielb1:generic-errors, r=eddyb | bors | -13/+58 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -11/+33 |
| 2017-10-01 | fix handling of Self | Ariel Ben-Yehuda | -5/+14 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -10/+24 |