| Age | Commit message (Expand) | Author | Lines |
| 2023-03-01 | Use DefIdMap instead of FxHashMap for impl_item_implementor_ids query. | Michael Woerister | -1/+1 |
| 2023-03-01 | Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich... | Matthias Krüger | -4/+4 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -7/+3 |
| 2023-02-27 | Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkin | Matthias Krüger | -3/+0 |
| 2023-02-27 | Unify all validity check intrinsics | Nilstrieb | -4/+4 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -1/+1 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -7/+3 |
| 2023-02-23 | Unify validity checks into a single query | Nilstrieb | -7/+25 |
| 2023-02-22 | Remove some resolver outputs. | Camille GILLOT | -3/+0 |
| 2023-02-21 | Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors | Dylan DPC | -4/+23 |
| 2023-02-20 | Move the resolver into a query | Oli Scherer | -1/+13 |
| 2023-02-19 | Document associated_item methods | Santiago Pastorino | -1/+6 |
| 2023-02-19 | Add associated_item_for_impl_trait_in_trait query | Santiago Pastorino | -0/+8 |
| 2023-02-19 | Add associated_items_for_impl_trait_in_trait query | Santiago Pastorino | -0/+7 |
| 2023-02-17 | Make encode_attrs use opt_local_def_id_to_hir_id so we can feed it with None ... | Santiago Pastorino | -4/+3 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-17 | Rollup merge of #108133 - kylematsuda:earlybinder-cleanups, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-16 | make issue33140_self_ty return Option<EarlyBinder<Ty>> | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -3/+3 |
| 2023-02-15 | Auto merge of #108012 - compiler-errors:issue-107999, r=oli-obk | bors | -4/+4 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -1/+1 |
| 2023-02-15 | Remove `arena_cache` modifier from queries which return `Copy` types | Maybe Waffle | -2/+1 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -0/+7 |
| 2023-02-14 | Make permit_uninit/zero_init fallible | Michael Goulet | -4/+4 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -0/+5 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -0/+5 |
| 2023-02-12 | rename query and use `NoSolution` | Boxy | -1/+1 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -0/+7 |
| 2023-02-11 | Create a single value cache for the () query key | John Kåre Alsaker | -2/+2 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -0/+12 |
| 2023-02-08 | Change `arena_cache` to not alter the declared query result | John Kåre Alsaker | -54/+55 |
| 2023-02-06 | Remove `arena_cache` modifier from `upstream_monomorphizations_for` | Maybe Waffle | -1/+0 |
| 2023-01-30 | Auto merge of #107463 - Dylan-DPC:rollup-6mq1li8, r=Dylan-DPC | bors | -0/+9 |
| 2023-01-30 | Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot | Dylan DPC | -0/+9 |
| 2023-01-30 | Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJung | bors | -9/+0 |
| 2023-01-30 | Allow more deriving on packed structs. | Nicholas Nethercote | -9/+0 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+7 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+3 |
| 2023-01-28 | Make unsizing_params_for_adt into a query | Michael Goulet | -0/+9 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -2/+2 |
| 2023-01-28 | Make `is_object_safe` a query and move lint_object_unsafe_trait call there | Gary Guo | -0/+3 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -0/+4 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+7 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -0/+7 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -1/+2 |
| 2023-01-26 | Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot | bors | -4/+4 |