| Age | Commit message (Expand) | Author | Lines |
| 2023-05-19 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -27/+45 |
| 2023-04-27 | Encode lifetime param spans too | Michael Goulet | -1/+1 |
| 2023-04-26 | Encode def span for ConstParam | Michael Goulet | -2/+2 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -57/+22 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -3/+21 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -15/+146 |
| 2023-04-10 | rustc_metadata: Cleanup `fn encode_info_for_item` | Vadim Petrochenkov | -62/+33 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -2/+2 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -13/+7 |
| 2023-04-06 | Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-04-06 | Remove f32 & f64 from MemDecoder/MemEncoder | Scott McMurray | -2/+0 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -13/+7 |
| 2023-04-04 | Another AppendOnlyVec | Oli Scherer | -6/+6 |
| 2023-04-04 | Remove a lock in favor of an AppendOnlyVec | Oli Scherer | -2/+1 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -3/+8 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -11/+7 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -2/+1 |
| 2023-03-23 | rustc_metadata: Freeze cstore after the full crate list is queried | Vadim Petrochenkov | -0/+3 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -11/+4 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -16/+0 |
| 2023-03-23 | Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot | Matthias Krüger | -16/+0 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -12/+10 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -5/+4 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -12/+10 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -1/+12 |
| 2023-03-21 | Always encode RPITITs | Santiago Pastorino | -1/+7 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -7/+9 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -26/+9 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -5/+4 |
| 2023-03-20 | Rollup merge of #109362 - nnethercote:split-meta-stats-items, r=bjorn3 | Matthias Krüger | -4/+3 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -4/+4 |
| 2023-03-20 | Split `items` from `-Zmeta-stats` in two. | Nicholas Nethercote | -4/+3 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -14/+29 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -8/+0 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -1/+1 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -1/+9 |
| 2023-03-15 | Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorino | bors | -2/+12 |
| 2023-03-14 | Encode opt_rpitit_info for associated types | Michael Goulet | -2/+12 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -1/+9 |
| 2023-03-14 | Get impl defaultness using query | Santiago Pastorino | -2/+3 |
| 2023-03-14 | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | -0/+2 |
| 2023-03-14 | Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillot | bors | -64/+7 |
| 2023-03-13 | Don't opt_rpitit_info as a separate query | Michael Goulet | -0/+2 |
| 2023-03-13 | Better names? | Michael Goulet | -2/+2 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -1/+2 |
| 2023-03-13 | metadata: Remove some more untracked `CStore` methods | Vadim Petrochenkov | -10/+4 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -24/+1 |