| Age | Commit message (Expand) | Author | Lines |
| 2019-03-23 | Fixes #59361 | Peter Hall | -6/+6 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -0/+4 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -0/+5 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -1/+2 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -0/+4 |
| 2019-03-14 | Add `-Z allow_features=...` flag | Tyler Mandry | -0/+6 |
| 2019-03-14 | Add support for comma-separated option lists | Tyler Mandry | -0/+13 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+2 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -24/+30 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -5/+14 |
| 2019-03-07 | Update treat-err-as-bug help text | Esteban Küber | -1/+1 |
| 2019-03-07 | Keep current behavior while accepting error count | Esteban Küber | -2/+11 |
| 2019-03-06 | Fix incorrect default | Esteban Kuber | -1/+1 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -4/+4 |
| 2019-03-05 | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | -0/+3 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -7/+2 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -24/+22 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -27/+3 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -43/+73 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -15/+1 |
| 2019-02-14 | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister | Mazdak Farrokhzad | -0/+2 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -4/+3 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -22/+24 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -4/+3 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -22/+24 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -15/+1 |
| 2019-02-11 | Add an option to print the status of incremental tasks / dep nodes after runn... | John Kåre Alsaker | -0/+2 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -20/+20 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -2/+2 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -32/+32 |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -0/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -32/+32 |
| 2019-02-01 | Cleanup unecessary code | Aaron Hill | -10/+0 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -20/+21 |
| 2019-02-01 | Tidy fixes | Aaron Hill | -1/+1 |
| 2019-02-01 | Move --extern-public behind -Z unstable-options | Aaron Hill | -17/+22 |
| 2019-02-01 | Track extern_public command-line argument | Aaron Hill | -5/+5 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -1/+1 |
| 2019-02-01 | Always treat 'std' and 'core' as public | Aaron Hill | -1/+5 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -0/+24 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -0/+2 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -2/+2 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -12/+12 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -0/+2 |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -0/+2 |
| 2019-01-19 | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk | Mazdak Farrokhzad | -2/+7 |
| 2019-01-19 | Rollup merge of #57573 - Xanewok:querify-entry-fn, r=Zoxc | Mazdak Farrokhzad | -8/+4 |
| 2019-01-19 | Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisa | Mazdak Farrokhzad | -4/+24 |