| Age | Commit message (Expand) | Author | Lines |
| 2020-04-19 | Make option type descriptions non-optional. | Nicholas Nethercote | -20/+5 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -1/+1 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -2/+0 |
| 2020-04-04 | comment refers to removed type | Tshepang Lekhonkhobe | -1/+0 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -5/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -11/+7 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -11/+7 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -6/+6 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+1 |
| 2020-03-08 | Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehuss | Mazdak Farrokhzad | -0/+4 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -6/+1 |
| 2020-03-02 | Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrum | bors | -6/+10 |
| 2020-03-01 | Expose target libdir information via print command. | O01eg | -0/+4 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | added `try_find_description` to distinguish no desc from invalid code | Jake Vossen | -6/+10 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -1/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-12 | Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC | Dylan DPC | -4/+0 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -4/+35 |
| 2020-02-12 | remove some unused objects | ljedrz | -4/+0 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -4/+35 |
| 2020-02-04 | Remove unused feature gates from librustc_driver | bjorn3 | -5/+0 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -13/+5 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -13/+5 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -7/+6 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -0/+2 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -7/+7 |
| 2020-01-09 | Tweak timers | John Kåre Alsaker | -1/+0 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -0/+3 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -1/+1 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -1/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -259/+254 |
| 2019-12-11 | Fix fallout from rebase | Aaron Hill | -2/+0 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -2/+4 |
| 2019-12-03 | Move early lint declarations to librustc_session | Mark Rousskov | -1/+1 |
| 2019-12-01 | Rollup merge of #66896 - RalfJung:queries, r=Zoxc | Mazdak Farrokhzad | -7/+19 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -15/+9 |
| 2019-11-30 | pass Queries to compiler callbacks | Ralf Jung | -7/+19 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -4/+2 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -1/+2 |
| 2019-11-30 | simplify gated cfgs logic | Mazdak Farrokhzad | -13/+8 |
| 2019-11-26 | Review nits. | Camille GILLOT | -3/+0 |
| 2019-11-25 | Simplify early exits. | Camille GILLOT | -16/+9 |