| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Change comment on `TyCtxt::mk_ty_from_kind` | Michael Goulet | -1/+1 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -375/+21 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -0/+8 |
| 2023-07-05 | Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk | bors | -0/+10 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -0/+8 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -28/+0 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -12/+12 |
| 2023-07-04 | enforce context effects in typeck | Deadbeef | -0/+10 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -25/+5 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -0/+6 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -5/+24 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -0/+6 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -2/+2 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+1 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+8 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -1/+1 |
| 2023-06-02 | No more TyCtxt::lazy_normalization | Michael Goulet | -9/+0 |
| 2023-06-02 | Rollup merge of #112189 - compiler-errors:bad-gen, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-06-02 | Improve comments on `TyCtxt` and `GlobalCtxt`. | Nicholas Nethercote | -0/+12 |
| 2023-06-01 | Assert that closures and generators are made with the right number of substit... | Michael Goulet | -4/+14 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -10/+0 |
| 2023-05-30 | Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr | bors | -90/+3 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -90/+3 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+6 |
| 2023-05-26 | better `TyKind::Debug` | Boxy | -0/+10 |
| 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 |