| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -4/+4 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -4/+4 |
| 2020-07-28 | Cache non-exhaustive separately from attributes | Mark Rousskov | -4/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+33 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -4/+4 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -2/+76 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -1/+1 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+10 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -3/+0 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -12/+15 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -2/+2 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -2/+2 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -2/+23 |
| 2020-06-20 | Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor | Ralf Jung | -2/+6 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -8/+9 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -8/+9 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -2/+2 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -2/+2 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -2/+0 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -8/+9 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -9/+16 |
| 2020-05-26 | Properly encode AnonConst into crate metadata | Aaron Hill | -2/+6 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -4/+4 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+2 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -5/+5 |
| 2020-05-02 | Decode qualifs from defaulted trait associated consts | Dylan MacKenzie | -2/+4 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -4/+4 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-24 | add a few more DefKinds | mark | -30/+26 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -19/+7 |
| 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 |