| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -1/+7 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 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 #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -2/+6 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -5/+3 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -2/+6 |
| 2023-05-15 | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | -1/+2 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+2 |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -6/+2 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -6/+2 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -5/+2 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -2/+2 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -2/+12 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -3/+5 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -3/+3 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -2/+2 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -2/+12 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -19/+1 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -8/+3 |
| 2023-05-03 | Support RTN on associated methods from supertraits | Michael Goulet | -1/+6 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -15/+6 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -5/+2 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -30/+7 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -30/+7 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -3/+5 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Remove `tcx.mk_trait_ref` | Maybe Waffle | -18/+0 |
| 2023-04-25 | Add `ty::TraitRef::{new, from_lang_item}` | Maybe Waffle | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+4 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+11 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -1/+4 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -1/+1 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -0/+11 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -24/+2 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -0/+8 |
| 2023-04-19 | Auto merge of #110496 - WaffleLapkin:🏳️⚧️sound, r=compiler-errors | bors | -31/+4 |
| 2023-04-18 | Don't transmute `&List<GenericArg>` <-> `&List<Ty>` | Maybe Waffle | -31/+4 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -1/+1 |
| 2023-04-16 | Simplify `CloneLiftImpls` and `TrivialTypeTraversalImpls`. | Nicholas Nethercote | -3/+6 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+23 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -2/+2 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -8/+4 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -5/+3 |