| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-06 | Make tcx.stable_crate_id() faster | bjorn3 | -2/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -6/+6 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -0/+17 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -5/+1 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -5/+1 |
| 2021-06-30 | Auto merge of #86695 - sexxi-goose:closure_size, r=nikomatsakis | bors | -5/+13 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -1/+5 |
| 2021-06-28 | Introduce -Zprofile-closures to evaluate the impact of 2229 | Aman Arora | -5/+13 |
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -1/+5 |
| 2021-06-28 | Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011 | bors | -5/+0 |
| 2021-06-24 | Prefer "allow list" structure to check a type | Yuki Okushi | -18/+8 |
| 2021-06-24 | Rename function name in comments | Yuki Okushi | -3/+3 |
| 2021-06-24 | Do not panic in `return_type_impl_trait` | Yuki Okushi | -0/+7 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -1/+0 |
| 2021-06-20 | Make allocator_kind a query. | Camille GILLOT | -5/+1 |