| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -4/+2 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -1/+3 |
| 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 |
| 2019-11-24 | Tidy. | Camille GILLOT | -1/+3 |
| 2019-11-24 | Move linking ouside the interface queries. | Camille GILLOT | -12/+23 |
| 2019-11-24 | Isolate compiler queries inside the Queries type. | Camille GILLOT | -91/+95 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -1/+1 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -61/+9 |
| 2019-11-20 | Remove pretty printing of specific nodes in AST | Mark Rousskov | -61/+9 |
| 2019-11-20 | Rollup merge of #66546 - aradzie:remove_duplicate_function, r=Dylan-DPC | Mazdak Farrokhzad | -12/+1 |
| 2019-11-19 | Remove duplicate function | Aliaksandr Radzivanovich | -12/+1 |
| 2019-11-17 | Rename directory `rustc_plugin` -> `rustc_plugin_impl` | Vadim Petrochenkov | -1/+1 |
| 2019-11-17 | rustc_plugin: Remove the compatibility shim | Vadim Petrochenkov | -1/+0 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -6/+11 |
| 2019-11-14 | Update rustc --explain to the new error codes format | Guillaume Gomez | -2/+2 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+2 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -1/+1 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+2 |
| 2019-11-10 | Move lock into CodeStats | Mark Rousskov | -1/+1 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -8/+10 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -8/+10 |
| 2019-11-09 | Move pretty parsing into Session options | Mark Rousskov | -279/+73 |