| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-06 | Decode SourceFile out of order. | Camille GILLOT | -1/+4 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -0/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+0 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+1 |
| 2022-07-24 | Do not prefer module parents which are `doc(hidden)` in visibility map | Michael Goulet | -5/+15 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+3 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -1/+1 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -1/+1 |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -0/+6 |
| 2022-05-23 | split out the various responsibilities of Lazy | Michael Goulet | -11/+72 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+1 |
| 2022-05-09 | store `codegen_fn_attrs` in crate metadata | lcnr | -0/+1 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+1 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -2/+2 |