| Age | Commit message (Expand) | Author | Lines |
| 2023-07-10 | move has_repr to layout, handle repr(transparent) properly | Erik Desjardins | -9/+1 |
| 2023-07-10 | i686-windows: pass arguments with requested alignment > 4 indirectly | Erik Desjardins | -0/+9 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -45/+11 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -3/+3 |
| 2023-07-07 | Rollup merge of #113467 - nbdd0121:unwind, r=compiler-errors | Michael Goulet | -11/+5 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -3/+3 |
| 2023-07-07 | Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 | bors | -2/+18 |
| 2023-07-06 | Separate select calls that don't need a binder | Michael Goulet | -0/+7 |
| 2023-07-06 | add helper methods for accessing struct tail | Lukas Markeffsky | -2/+18 |
| 2023-07-06 | Add a new trait to `Debug` things with an infcx available | Boxy | -33/+207 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -447/+489 |
| 2023-07-06 | Fix up doc links | Oli Scherer | -2/+2 |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -26/+15 |
| 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 | -445/+487 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -235/+203 |
| 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-05 | Rollup merge of #113337 - compiler-errors:next-solver-winnow-specializing, r=... | Michael Goulet | -2/+2 |
| 2023-07-05 | Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk | bors | -0/+18 |
| 2023-07-05 | Deal with fallout | Boxy | -14/+35 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -220/+167 |
| 2023-07-05 | Winnow specializing impls | Michael Goulet | -2/+2 |
| 2023-07-04 | include `host_effect_index` in `Generics` | Deadbeef | -0/+3 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -35/+41 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -35/+106 |
| 2023-07-04 | enforce context effects in typeck | Deadbeef | -0/+15 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -22/+4 |
| 2023-07-03 | fix structurally relate for weak aliases | lcnr | -11/+15 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -14/+6 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -11/+21 |
| 2023-06-30 | Fix comment of `fn_can_unwind` | Gary Guo | -11/+5 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -5/+10 |
| 2023-06-28 | Rustdoc nit: refer to macro from docs | Oli Scherer | -1/+1 |
| 2023-06-27 | Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-06-27 | Normalize types when applying uninhabited predicate. | Camille GILLOT | -1/+12 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -4/+9 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -17/+17 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -80/+74 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -0/+6 |
| 2023-06-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -17/+86 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -1/+7 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -11/+8 |
| 2023-06-22 | Expect clause more | Michael Goulet | -5/+2 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -9/+84 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -0/+6 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -119/+183 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -76/+0 |
| 2023-06-21 | Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr | bors | -0/+2 |