| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -9/+16 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+5 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -15/+13 |
| 2020-04-05 | Remove unneeded Lrc in query results. | Camille GILLOT | -10/+8 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -3/+3 |
| 2020-04-05 | Allocate query Vecs on the arena. | Camille GILLOT | -2/+2 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+0 |
| 2020-04-03 | Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrum | bors | -9/+52 |
| 2020-04-02 | Rollup merge of #70634 - Centril:import-directly, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -9/+52 |
| 2020-03-31 | Renamed `PerDefTables` to `Tables` | Valentin Lazureanu | -26/+26 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -11/+11 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -11/+11 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -25/+31 |
| 2020-03-23 | Fallout in other crates. | Camille GILLOT | -1/+1 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -25/+31 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -2/+2 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -6/+85 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -12/+11 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -0/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -12/+11 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -5/+5 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+2 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -2/+3 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -2/+2 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-05 | rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet... | Vadim Petrochenkov | -89/+87 |
| 2020-03-05 | rustc_metadata: Give decoder access to whole crate store | Vadim Petrochenkov | -17/+22 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -6/+13 |
| 2020-02-24 | rustc_metadata: Use binary search from standard library | Vadim Petrochenkov | -13/+5 |
| 2020-02-22 | get rid of lazy | mark | -1/+1 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -6/+13 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -4/+0 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -4/+0 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -4/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -12/+8 |
| 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 | -7/+7 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -2/+2 |