| Age | Commit message (Expand) | Author | Lines |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -1/+4 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -5/+6 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -18/+5 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -1/+4 |
| 2023-03-20 | Update some names and comments | Michael Goulet | -1/+1 |
| 2023-03-18 | Implement FixedSizeEncoding for UnusedGenericParams. | Camille GILLOT | -9/+1 |
| 2023-03-16 | resolve: Remove `item_attrs_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-03-16 | resolve: Remove `item_generics_num_lifetimes` | Vadim Petrochenkov | -4/+0 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -1/+9 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -1/+9 |
| 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 | -9/+1 |
| 2023-03-13 | resolve: Remove `fn_has_self_parameter_untracked` | Vadim Petrochenkov | -4/+0 |
| 2023-03-13 | resolve: Remove `struct_field_visibilities_untracked` | Vadim Petrochenkov | -8/+1 |
| 2023-03-13 | resolve: Remove `visibility_untracked` | Vadim Petrochenkov | -4/+0 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -0/+2 |
| 2023-02-20 | Make untracked.cstore lockable so that resolution can still write to it when ... | Oli Scherer | -1/+7 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+2 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -1/+1 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -14/+1 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -30/+4 |
| 2023-02-05 | rustc_metadata: Encode/decode some `LazyArray`s without an `Option` | Vadim Petrochenkov | -2/+11 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+1 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -0/+6 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -6/+1 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -2/+6 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -3/+4 |
| 2023-01-19 | Conditionally encode boolean | Michael Goulet | -1/+9 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -3/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-28 | better names and a comment | Michael Goulet | -1/+1 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+3 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -12/+7 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -2/+2 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+6 |
| 2022-10-23 | Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514 | Dylan DPC | -5/+0 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -11/+0 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+1 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -11/+0 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -5/+0 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+1 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+9 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-08-30 | Remove fn_has_self_parameter table. | Camille GILLOT | -3/+3 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -0/+1 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -2/+2 |
| 2022-08-23 | get rid of another unnecessary lifetime macro argument | Joshua Nelson | -12/+12 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -1/+4 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+1 |