| Age | Commit message (Expand) | Author | Lines |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-26 | don't take redundant references to operands | Matthias Krüger | -1/+1 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -1/+1 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -1/+4 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -2/+2 |
| 2020-01-14 | Rollup merge of #67989 - ollie27:rustdoc_unstable, r=GuillaumeGomez | Yuki Okushi | -2/+1 |
| 2020-01-11 | lints: promote levels.rs to lint.rs & extract passes.rs | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -5/+8 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -9/+17 |
| 2020-01-07 | rustdoc: Don't allow `#![feature(...)]` on stable or beta | Oliver Middleton | -2/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -1/+1 |
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -9/+17 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -21/+8 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-03 | Address review comments + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2020-01-03 | rustdoc: Respect diagnostic debugging options | Vadim Petrochenkov | -21/+8 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -215/+225 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -1/+3 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -1/+1 |
| 2019-11-26 | Review nits. | Camille GILLOT | -2/+2 |
| 2019-11-26 | Reduce righward drift. | Camille GILLOT | -129/+127 |
| 2019-11-25 | Don't move stuff out of Compiler::enter. | Camille GILLOT | -104/+102 |
| 2019-11-25 | Pass Queries by reference. | Camille GILLOT | -2/+2 |
| 2019-11-24 | Tidy. | Camille GILLOT | -4/+5 |
| 2019-11-24 | Isolate compiler queries inside the Queries type. | Camille GILLOT | -25/+29 |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -1/+1 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -1/+1 |
| 2019-11-13 | Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomez | bors | -1/+24 |
| 2019-11-13 | Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk | Yuki Okushi | -0/+1 |
| 2019-11-11 | Add a callback that allows compiler consumers to override queries. | Vytautas Astrauskas | -0/+1 |
| 2019-11-08 | rustdoc: Deliberately load extern crates before processing docs | Daniel Silverstone | -1/+24 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -1/+1 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -6/+1 |
| 2019-10-23 | Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis | Mazdak Farrokhzad | -4/+4 |
| 2019-10-19 | move parse_cfgspecs to rustc_interface | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Update API to be more compatible with plugin needs | Mark Rousskov | -0/+1 |
| 2019-10-17 | Make get_lints be a static function | Mark Rousskov | -4/+3 |
| 2019-10-01 | Prevent rustdoc feature to be passed down to doctests | Guillaume Gomez | -1/+4 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -0/+2 |
| 2019-09-04 | address rebase changes | Dario Gonzalez | -1/+0 |
| 2019-09-03 | changed target from option to plain target, populated with host triple at arg... | Dario Gonzalez | -2/+1 |