| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -3/+0 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-07-05 | Replace early-bound normalization hack with per-query key/value type aliases. | Eduard-Mihai Burtescu | -6/+3 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -0/+2 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -5/+2 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -0/+5 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -37/+94 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -15/+9 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -9/+15 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -18/+34 |
| 2020-06-20 | Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor | Ralf Jung | -3/+8 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -18/+34 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -18/+34 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -15/+9 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -15/+9 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -8/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -18/+34 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -2/+11 |
| 2020-05-29 | Use the virtual name for libstd files in StableSourceFileId and also in the | Felix S. Klock II | -1/+1 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -9/+17 |
| 2020-05-26 | Properly encode AnonConst into crate metadata | Aaron Hill | -3/+8 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -6/+6 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -1/+3 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -11/+10 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -14/+14 |
| 2020-05-03 | Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry | Dylan DPC | -2/+4 |
| 2020-05-02 | Decode qualifs from defaulted trait associated consts | Dylan MacKenzie | -2/+4 |
| 2020-05-02 | Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -2/+2 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -2/+2 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -15/+11 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -35/+31 |
| 2020-04-26 | Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -30/+26 |
| 2020-04-25 | Bump rustfmt to most recently shipped | Mark Rousskov | -5/+2 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 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 | -31/+27 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -8/+8 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -8/+8 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -48/+54 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+1 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -21/+9 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -7/+7 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -9/+9 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -19/+18 |
| 2020-04-05 | Remove unneeded Lrc in query results. | Camille GILLOT | -11/+11 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -5/+4 |