| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-20 | address most easy comments | Ziru Niu | -0/+2 |
| 2023-06-20 | Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb | Guillaume Gomez | -55/+60 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+10 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -4/+6 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -0/+3 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+5 |
| 2023-06-19 | Don't ICE on unnormalized struct tail in layout computation | Michael Goulet | -1/+7 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -44/+0 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -32/+0 |
| 2023-06-19 | doc | Michael Goulet | -1/+11 |
| 2023-06-19 | Fully fledged Clause type | Michael Goulet | -45/+93 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -90/+96 |
| 2023-06-19 | change binders from tuple structs to named fields | lcnr | -55/+60 |
| 2023-06-18 | Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -14/+12 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -11/+11 |
| 2023-06-17 | `Bound::predicates` to return `Clause` | dswij | -0/+7 |