| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -1/+2 |
| 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 |
| 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-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -6/+6 |
| 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 | -4/+4 |
| 2019-01-19 | Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisa | Mazdak Farrokhzad | -4/+24 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -0/+2 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -4/+4 |
| 2019-01-15 | Add missing unpretty option help message | Hirokazu Hata | -2/+7 |
| 2019-01-05 | Add a target option "merge-functions" taking values in ("disabled", | Peter Jin | -4/+24 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -4/+0 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -4/+0 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -0/+2 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+2 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -2/+0 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -2/+2 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -2/+2 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -25/+26 |
| 2018-12-08 | Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiser | Mazdak Farrokhzad | -1/+7 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 2018-12-07 | Improve the usage message for `-Z dump-mir`. | Edd Barrett | -1/+7 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -22/+21 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -2/+2 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -22/+21 |
| 2018-11-29 | Remove not used option | yui-knk | -2/+0 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -2/+0 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -2/+0 |