| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2695/+0 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -4/+2 |
| 2020-08-16 | Use LocalDefId instead of HirId for reachable_set elements. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -201/+162 |
| 2020-08-13 | self-profile: Cache more query key strings when doing self-profiling. | Michael Woerister | -1/+45 |
| 2020-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -8/+4 |
| 2020-08-03 | Use more appropriate `tls::with_*` methods in some places. | Nicholas Nethercote | -3/+2 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -5/+8 |
| 2020-08-03 | Rollup merge of #75054 - cjgillot:rename-depkind, r=petrochenkov | Yuki Okushi | -6/+6 |
| 2020-08-02 | Rename rustc_middle::cstore::DepKind to DependencyKind. | Camille GILLOT | -6/+6 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -0/+11 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -28/+34 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -72/+148 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -0/+11 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -1/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -1/+1 |
| 2020-07-17 | Remove some `Symbol:as_str()` calls. | Nicholas Nethercote | -3/+4 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -0/+33 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -2/+13 |
| 2020-07-15 | typeck all the tables | Bastian Kauschke | -0/+11 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -0/+11 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -5/+9 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -8/+7 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -8/+7 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -9/+12 |
| 2020-07-05 | Replace early-bound normalization hack with per-query key/value type aliases. | Eduard-Mihai Burtescu | -2/+21 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -0/+1 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -16/+31 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -59/+62 |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -7/+7 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+3 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -0/+12 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -1/+3 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -1/+1 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -1/+3 |
| 2020-05-02 | Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPC | bors | -13/+0 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -13/+0 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -0/+1 |
| 2020-05-01 | Move the DepNode construction to librustc_query_system. | Camille GILLOT | -7/+1 |
| 2020-05-01 | Monomorphise load_from_disk_and_cache_in_memory. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Allow the QueryCache to specify storage. | Camille GILLOT | -3/+11 |
| 2020-04-27 | Use `LocalDefId` for `type_param_predicates` query | marmeladema | -0/+11 |