| Age | Commit message (Expand) | Author | Lines |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -0/+6 |
| 2021-12-20 | Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoerister | bors | -1/+4 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -3/+3 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -3/+3 |
| 2021-12-15 | Fully serialize AdtDef | Aaron Hill | -1/+4 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-10 | Use a more accurate `Span` for `'static` obligation from return type | Esteban Kuber | -34/+2 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -1/+5 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -5/+0 |
| 2021-10-20 | Build jump table at runtime. | Camille GILLOT | -1/+1 |
| 2021-10-20 | Merge two query callbacks arrays. | Camille GILLOT | -1/+8 |
| 2021-10-20 | Move def_path_hash_to_def_id to rustc_middle. | Camille GILLOT | -5/+21 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -7/+3 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -6/+1 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -1/+2 |
| 2021-10-08 | Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa | bors | -6/+1 |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -6/+1 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -2/+7 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -1/+1 |
| 2021-10-04 | Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisa | Jubilee | -1/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -1/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -0/+23 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -6/+0 |
| 2021-09-19 | Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisa | bors | -55/+26 |
| 2021-09-18 | [HACK(eddyb)] arena-allocate but don't intern `FnAbi`s. | Eduard-Mihai Burtescu | -5/+0 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -0/+5 |
| 2021-09-18 | ty::context: move interning `Allocation`s and `Layout`s to `direct_interners!`. | Eduard-Mihai Burtescu | -55/+26 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -1/+4 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -0/+20 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -5/+1 |
| 2021-09-14 | Remove RawDefId tracking infrastructure from incr. comp. framework. | Michael Woerister | -13/+1 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -0/+11 |
| 2021-09-06 | Auto merge of #83214 - cjgillot:dep-map, r=michaelwoerister | bors | -1/+4 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2/+2 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-28 | Drop the query result memmap before serializing it back. | Camille GILLOT | -0/+2 |
| 2021-08-28 | Mmap the incremental data instead of reading it. | Camille GILLOT | -1/+2 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -1/+1 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-08-11 | Make concrete_opaque_types be FxHashSet<DefId> | Santiago Pastorino | -3/+1 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -12/+5 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -1/+1 |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -1/+1 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -10/+50 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -7/+2 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -5/+5 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -58/+46 |