| Age | Commit message (Expand) | Author | Lines |
| 2017-11-14 | Backported merge of #45785 - arielb1:unsafe-fixes, r=eddyb | bors | -7/+21 |
| 2017-10-20 | incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind. | Michael Woerister | -0/+3 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -0/+2 |
| 2017-10-09 | Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoerister | bors | -2/+16 |
| 2017-10-08 | Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r... | bors | -0/+13 |
| 2017-10-08 | Auto merge of #45012 - Gankro:noalias, r=arielb1 | bors | -0/+2 |
| 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 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -0/+2 |
| 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 | rustc: Reduce default CGUs to 16 | Alex Crichton | -2/+16 |
| 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 | Add method to `Mir` that maps a `Location` to its `SourceInfo`. | Felix S. Klock II | -0/+13 |
| 2017-10-04 | incr.comp.: Address review comments. | Michael Woerister | -31/+71 |
| 2017-10-03 | Add -Zmutable-noalias flag | Alexis Beingessner | -0/+2 |
| 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 |