| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2012/+0 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -6/+9 |
| 2020-08-18 | Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | Don't use `dep_graph.with_ignore` when encoding fn param names | Aaron Hill | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -10/+10 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -118/+92 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -10/+10 |
| 2020-08-09 | Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum | bors | -17/+5 |
| 2020-08-09 | rustc_metadata: use IndexSet in EncodeContext | Josh Stone | -17/+5 |
| 2020-08-09 | Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov | bors | -0/+4 |
| 2020-08-09 | Add comment about the lack of `ExpnData` serialization for proc-macro crates | Aaron Hill | -0/+4 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -8/+7 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -8/+7 |
| 2020-08-07 | fix clippy::unnecessary_mut_passed: function arg is not required to be mutable | Matthias Krüger | -1/+1 |
| 2020-08-06 | Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis | bors | -3/+9 |
| 2020-08-04 | metadata: skip empty polymorphization bitset | David Wood | -2/+5 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-08-01 | rustc_metadata: track the simplified Self type for every trait impl. | Eduard-Mihai Burtescu | -3/+9 |
| 2020-07-28 | Cache non-exhaustive separately from attributes | Mark Rousskov | -0/+5 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -110/+50 |
| 2020-07-26 | Add test for serializing hygiene *into* a proc-macro crate | Aaron Hill | -4/+27 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -9/+133 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+2 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -2/+2 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -3/+3 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -24/+78 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -11/+5 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -5/+11 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -16/+11 |
| 2020-06-20 | Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor | Ralf Jung | -1/+1 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -10/+25 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -10/+25 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -11/+5 |
| 2020-06-11 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -11/+5 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -5/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -10/+25 |
| 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 | -0/+1 |
| 2020-05-26 | Properly encode AnonConst into crate metadata | Aaron Hill | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -2/+2 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -4/+2 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -5/+5 |
| 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-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -35/+31 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -8/+8 |