| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Rollup merge of #60347 - JohnTitor:remove-flags, r=matthewjasper | Mazdak Farrokhzad | -4/+0 |
| 2019-04-28 | Rollup merge of #60270 - alexcrichton:metadata-multi-cgu, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-04-28 | Remove two-phase-beyond-autoref | Yuki OKUSHI | -2/+0 |
| 2019-04-28 | Remove two-phase-borrows | Yuki OKUSHI | -2/+0 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | rustc: Flag metadata compatible with multiple CGUs | Alex Crichton | -3/+2 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -15/+2 |
| 2019-04-18 | Implement event filtering for self-profiler. | Michael Woerister | -0/+2 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -36/+70 |
| 2019-04-14 | Derive Default for ExternEntry | Aaron Hill | -20/+11 |
| 2019-04-14 | Fix ExternEntry test | Aaron Hill | -25/+11 |
| 2019-04-14 | Refactor structure of ExternEntry | Aaron Hill | -38/+28 |
| 2019-04-14 | Move new_public to 'tess' module | Aaron Hill | -8/+10 |
| 2019-04-14 | Improve formatting | Aaron Hill | -24/+1 |
| 2019-04-14 | Fix tests | Aaron Hill | -7/+28 |
| 2019-04-14 | Fix tidy | Aaron Hill | -1/+1 |
| 2019-04-14 | Combine 'Extern' and 'ExternPrivate' | Aaron Hill | -27/+50 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -6/+37 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -6/+32 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -23/+33 |
| 2019-04-02 | Fix forgotten capitalization | Oliver Scherer | -5/+5 |
| 2019-04-02 | Adjust tests to new enum variant fields | Oliver Scherer | -20/+25 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -8/+27 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -0/+2 |
| 2019-03-23 | Fixes #59361 | Peter Hall | -6/+6 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -0/+2 |
| 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-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-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -10/+26 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -3/+12 |
| 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 | -2/+2 |
| 2019-03-05 | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | -0/+2 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -3/+1 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+7 |
| 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 | -2/+1 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -21/+23 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+1 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -21/+23 |
| 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 | -5/+5 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -15/+15 |
| 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 | -15/+15 |
| 2019-02-01 | Cleanup unecessary code | Aaron Hill | -10/+0 |