| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -513/+0 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -3/+6 |
| 2020-08-18 | Auto merge of #75635 - Aaron1011:fix/incr-fn-param-names, r=eddyb | bors | -4/+0 |
| 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 | -4/+0 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -2/+1 |
| 2020-08-06 | Record query name when profiling "metadata_decode_entry" | Aaron Hill | -1/+1 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -8/+7 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+1 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -1/+1 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -1/+1 |
| 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-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-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -1/+3 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -3/+4 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -11/+7 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -5/+2 |
| 2020-04-05 | Remove unneeded Lrc in query results. | Camille GILLOT | -1/+3 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -2/+1 |
| 2020-04-05 | Allocate query Vecs on the arena. | Camille GILLOT | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -7/+7 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -7/+7 |
| 2020-03-26 | Make QueryConfig argument a type. | Camille GILLOT | -1/+1 |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -3/+3 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | hir: replace "items" terminology with "nodes" where appropriate. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -1/+1 |
| 2020-03-14 | Replace `HirBody` with `hir_owner_items` in tests | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -12/+4 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -27/+14 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -27/+14 |
| 2020-03-05 | rustc_metadata: Give decoder access to whole crate store | Vadim Petrochenkov | -1/+1 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -9/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -5/+5 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -9/+1 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -0/+1 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -0/+4 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -1/+0 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+4 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -4/+4 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -1/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |