| Age | Commit message (Expand) | Author | Lines |
| 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 | -21/+90 |
| 2023-06-23 | Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiser | Matthias Krüger | -1/+7 |
| 2023-06-23 | Make `UnwindAction::Continue` explicit in MIR dump | Gary Guo | -1/+2 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -19/+9 |
| 2023-06-22 | Expect clause more | Michael Goulet | -5/+2 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -11/+93 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -0/+6 |
| 2023-06-22 | Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiser | bors | -11/+9 |
| 2023-06-22 | Tweak CGU size estimate code. | Nicholas Nethercote | -7/+9 |
| 2023-06-21 | Print def_id on EarlyBoundRegion debug | Santiago Pastorino | -1/+1 |
| 2023-06-22 | Inline before merging CGUs. | Nicholas Nethercote | -4/+0 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -122/+186 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -76/+26 |
| 2023-06-21 | Auto merge of #112119 - zirconium-n:issue-113072-merge-borrow-kind, r=lcnr | bors | -36/+27 |
| 2023-06-20 | yeet upcast_trait_def_id from ImplSourceObjectData | Michael Goulet | -6/+2 |
| 2023-06-20 | yeet ImplSource::TraitAlias too | Michael Goulet | -31/+0 |
| 2023-06-20 | Auto merge of #112835 - lcnr:proof-tree-nits, r=BoxyUwU | bors | -8/+12 |
| 2023-06-20 | update comment on `MutBorrowKind::ClosureCapture` | Ziru Niu | -4/+7 |
| 2023-06-20 | address most easy comments | Ziru Niu | -10/+6 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -26/+18 |
| 2023-06-20 | Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb | Guillaume Gomez | -55/+60 |
| 2023-06-20 | cleanup imports | lcnr | -8/+12 |
| 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 | Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naber | Michael Goulet | -5/+29 |
| 2023-06-19 | Don't ICE on unnormalized struct tail in layout computation | Michael Goulet | -1/+7 |
| 2023-06-19 | Auto merge of #112238 - scottmcm:mir-add-unchecked, r=cjgillot | bors | -2/+29 |
| 2023-06-19 | Store generator field names in GeneratorLayout. | Camille GILLOT | -44/+4 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -32/+22 |
| 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 | -93/+99 |
| 2023-06-19 | change binders from tuple structs to named fields | lcnr | -55/+60 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -2/+29 |
| 2023-06-19 | move to nested module | Boxy | -130/+134 |
| 2023-06-19 | show normalizes-to hack and response instantiation goals | Boxy | -2/+28 |
| 2023-06-19 | introduce a separate set of types for finalized proof trees | Boxy | -28/+39 |
| 2023-06-19 | say what kind of cache hit | Boxy | -3/+10 |
| 2023-06-19 | initial info dump | Boxy | -11/+181 |
| 2023-06-19 | fix doc | Deadbeef | -1/+1 |
| 2023-06-18 | Auto merge of #112638 - lqd:rpo, r=cjgillot | bors | -38/+26 |
| 2023-06-18 | remove redundant combinators between PO and RPO | Rémy Rakic | -30/+6 |
| 2023-06-18 | Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2023-06-18 | Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnr | Matthias Krüger | -25/+23 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -5/+29 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -14/+12 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -11/+11 |