| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -2/+2 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -2/+2 |
| 2023-07-05 | Document magic boolean | Oli Scherer | -1/+3 |
| 2023-07-05 | Remove a function argument that is always passed with the same value. | Oli Scherer | -26/+13 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+2 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -3/+0 |
| 2023-06-28 | Rustdoc nit: refer to macro from docs | Oli Scherer | -1/+1 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -4/+9 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -3/+3 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -11/+23 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -3/+3 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -10/+10 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -1/+1 |
| 2023-05-30 | Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr | bors | -6/+13 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -43/+19 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -6/+13 |
| 2023-05-28 | Make EarlyBinder's inner value private; and fix all of the resulting errors | Kyle Matsuda | -1/+1 |
| 2023-05-26 | better `TyKind::Debug` | Boxy | -43/+19 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -3/+3 |
| 2023-05-23 | Rollup merge of #111486 - fmease:pp-inh-proj, r=petrochenkov | Matthias Krüger | -1/+21 |
| 2023-05-22 | properly pretty-print inherent projections | León Orell Valerian Liehr | -1/+21 |
| 2023-05-17 | Rollup merge of #111625 - Zoxc:rustc_middle-query-move, r=cjgillot | Dylan DPC | -1/+1 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -1/+1 |
| 2023-05-16 | format `Const`'s less verbosely | Boxy | -29/+31 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -2/+3 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -0/+6 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -1/+1 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+5 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -0/+6 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+3 |
| 2023-04-26 | Remove unused `TypeFoldable`/`TypeVisitable` impls. | Nicholas Nethercote | -1/+1 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+5 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -4/+15 |
| 2023-04-22 | Print ty placeholders pretty | Michael Goulet | -1/+15 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -4/+15 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -4/+4 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -4/+2 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -4/+11 |
| 2023-03-23 | Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er... | Matthias Krüger | -1/+5 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -2/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -1/+2 |
| 2023-03-23 | make param bound vars visibly bound vars | Boxy | -1/+5 |