| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-18 | add various coments to explain how the code works | Niko Matsakis | -0/+28 |
| 2021-06-17 | Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoerister | bors | -0/+6 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -4/+0 |
| 2021-06-09 | Access stable_crate_id directly. | Camille GILLOT | -0/+6 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -12/+3 |
| 2021-06-07 | Remove ResolvedOpaqueTy and just use Ty, SubstsRef is already there | Santiago Pastorino | -12/+1 |
| 2021-06-07 | Make OpaqueTypeKey the key of opaque types map | Santiago Pastorino | -1/+2 |
| 2021-06-07 | Change concrete opaque type to be a `VecMap` | Santiago Pastorino | -1/+2 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -6/+6 |
| 2021-06-03 | Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011 | Yuki Okushi | -2/+2 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -6/+0 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -2/+2 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -4/+0 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -6/+0 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -3/+5 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -12/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -60/+90 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -4/+0 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -5/+5 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -10/+4 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -5/+1 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -2/+2 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -3/+5 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -59/+52 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -12/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -6/+6 |
| 2021-05-25 | Auto merge of #85273 - LeSeulArtichaut:thir-query, r=nikomatsakis | bors | -0/+5 |