| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+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 | -3/+3 |
| 2020-02-29 | added `try_find_description` to distinguish no desc from invalid code | Jake Vossen | -6/+10 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 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 | -2/+2 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -2/+2 |
| 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/+36 |
| 2020-02-12 | remove some unused objects | ljedrz | -4/+0 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -5/+0 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -4/+36 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -3/+3 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -5/+5 |
| 2020-02-04 | Remove unused feature gates from librustc_driver | bjorn3 | -5/+0 |
| 2020-02-01 | pretty: injected_crate_name -> has_injected_crate | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -2/+2 |
| 2020-02-01 | pretty: remove ParseSess dependency | Mazdak Farrokhzad | -10/+8 |
| 2020-01-15 | Rollup merge of #68252 - matthiaskrgr:redundant_clones, r=oli-obk | Dylan DPC | -2/+0 |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -2/+0 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -13/+8 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -13/+8 |
| 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 | -8/+8 |
| 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-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -2/+0 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -1/+1 |
| 2020-01-09 | Remove unused dependencies | Shotaro Yamada | -2/+0 |
| 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 | -4/+5 |
| 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 | -6/+6 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -6/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -380/+345 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -1/+1 |
| 2019-12-11 | Fix fallout from rebase | Aaron Hill | -2/+0 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -2/+7 |
| 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/+10 |
| 2019-11-30 | pass Queries to compiler callbacks | Ralf Jung | -7/+19 |