| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Use the virtual name for libstd files in StableSourceFileId and also in the | Felix S. Klock II | -1/+1 |
| 2020-06-01 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -0/+1 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -7/+7 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+0 |
| 2020-04-02 | Rollup merge of #70634 - Centril:import-directly, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Renamed `PerDefTables` to `Tables` | Valentin Lazureanu | -82/+82 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -6/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -10/+14 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -10/+10 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -4/+9 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -4/+9 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -9/+14 |
| 2020-03-24 | move rustc_hir::print -> rustc_hir_pretty | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -9/+14 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-19 | Use `assert_ignored` when encoding metadata | John Kåre Alsaker | -38/+37 |
| 2020-03-19 | Add some comments | John Kåre Alsaker | -1/+15 |
| 2020-03-19 | Make metadata prefetching more accurate | John Kåre Alsaker | -7/+75 |
| 2020-03-19 | Prefetch exported symbols | John Kåre Alsaker | -4/+9 |
| 2020-03-19 | Encode exported symbols last | John Kåre Alsaker | -6/+6 |
| 2020-03-19 | Prefetch queries used by the metadata encoder | John Kåre Alsaker | -1/+17 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -13/+48 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -13/+11 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -6/+8 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -13/+11 |
| 2020-03-15 | MethodData -> AssocFnData | Mark Mansi | -2/+2 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -6/+6 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -3/+3 |
| 2020-03-15 | Avoid ICEs when we emit errors constructing the specialization graph | Matthew Jasper | -6/+7 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+1 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -4/+1 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -2/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -1/+1 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-22 | get rid of lazy | mark | -1/+1 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -12/+4 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -8/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -2/+2 |