| Age | Commit message (Expand) | Author | Lines |
| 2022-01-06 | rustc_metadata: Make `opt_item_ident` in decoder faster and stricter | Vadim Petrochenkov | -3/+1 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -4/+2 |
| 2022-01-01 | rustc_metadata: Use a query for collecting all traits in encoder | Vadim Petrochenkov | -25/+1 |
| 2021-12-31 | Auto merge of #92175 - Aaron1011:fix-missing-source-file, r=cjgillot | bors | -0/+4 |
| 2021-12-28 | rustc_metadata: Encode list of all crate's traits into metadata | Vadim Petrochenkov | -0/+26 |
| 2021-12-28 | Auto merge of #92159 - petrochenkov:decoditer, r=cjgillot | bors | -5/+3 |
| 2021-12-27 | Rollup merge of #92161 - petrochenkov:misclean, r=cjgillot | Matthias Krüger | -6/+2 |
| 2021-12-23 | Import `SourceFile`s from crate before decoding foreign `Span` | Aaron Hill | -0/+4 |
| 2021-12-22 | rustc_metadata: Merge `get_ctor_def_id` and `get_ctor_kind` | Vadim Petrochenkov | -5/+3 |
| 2021-12-21 | Remove ArenaCacheSelector for visible_parent_map query. | Alik Aslanyan | -1/+1 |
| 2021-12-21 | resolve: Minor miscellaneous cleanups from #89059 | Vadim Petrochenkov | -6/+2 |
| 2021-12-21 | rustc_metadata: Switch crate data iteration from a callback to iterator | Vadim Petrochenkov | -5/+3 |
| 2021-12-20 | Prefer visibility paths where items are not named `_` | Michael Goulet | -4/+19 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_metadata` | Sylvan Bowdler | -1/+1 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -1/+1 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -3/+3 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -0/+6 |
| 2021-10-06 | Access Session while decoding expn_id. | Camille GILLOT | -2/+8 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -2/+1 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -0/+6 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -6/+1 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -34/+20 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -4/+3 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -8/+8 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+1 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -1/+1 |
| 2021-09-11 | Ensure that crates are linked with compatible panic-in-drop settings | Amanieu d'Antras | -0/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -23/+17 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -1/+1 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -18/+5 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -1/+18 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -17/+13 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -0/+1 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -1/+1 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+1 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -4/+3 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -5/+1 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -5/+1 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -3/+4 |
| 2021-06-04 | Rollup merge of #85889 - denismerigoux:master, r=petrochenkov | Yuki Okushi | -0/+7 |
| 2021-06-03 | Restore the num_def_ids_untracked public function giving the total number of ... | Denis Merigoux | -0/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -2/+1 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -5/+1 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -4/+5 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -3/+11 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -5/+1 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -4/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -2/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -4/+3 |