| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | rustc_metadata: use AtomicBool for privateness instead of Lock | Michael Howell | -2/+5 |
| 2023-05-25 | rustc_metadata: inherit dependency privacy flag | Michael Howell | -1/+4 |
| 2023-05-24 | Rollup merge of #111870 - WaffleLapkin:just_🌟traits🌟_query, r=compiler-... | Matthias Krüger | -1/+1 |
| 2023-05-23 | Rename `traits_in_crate` query to `traits` | Maybe Waffle | -1/+1 |
| 2023-05-18 | Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot | Dylan DPC | -2/+2 |
| 2023-05-18 | Merge query property modules into one | John KÃ¥re Alsaker | -2/+2 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -1/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John KÃ¥re Alsaker | -3/+3 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+3 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -3/+0 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -1/+1 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -5/+1 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -1/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+5 |
| 2023-04-19 | resolve: Remove `module_children_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -3/+0 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -1/+13 |
| 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 | -4/+4 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -12/+0 |
| 2023-03-23 | Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot | Matthias Krüger | -12/+0 |
| 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 |