| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-17 | Rollup merge of #112738 - matthiaskrgr:ice_msg, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-06-17 | make ice msg "Unknown runtime phase" a bit nicer | Matthias Krüger | -3/+3 |
| 2023-06-17 | Rollup merge of #112728 - Zalathar:spanview-charset, r=Nilstrieb | Matthias Krüger | -2/+3 |
| 2023-06-17 | `Bound::predicates` to return `Clause` | dswij | -0/+7 |
| 2023-06-17 | Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output | Zalathar | -2/+3 |
| 2023-06-17 | Remove even more redundant builtin candidates | Michael Goulet | -45/+4 |
| 2023-06-17 | Simplify even more candidates | Michael Goulet | -111/+26 |
| 2023-06-17 | Simplify an ObjectData field | Michael Goulet | -6/+6 |
| 2023-06-17 | Simplify some impl source candidates | Michael Goulet | -57/+0 |
| 2023-06-17 | Remove some ImplSource candidates | Michael Goulet | -31/+10 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -3/+19 |
| 2023-06-16 | Rollup merge of #112706 - WaffleLapkin:syntax_context_is_root, r=petrochenkov | Michael Goulet | -2/+2 |
| 2023-06-16 | Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnr | Michael Goulet | -0/+66 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -3/+19 |
| 2023-06-16 | Add `SyntaxContext::is_root` | Maybe Waffle | -2/+2 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -8/+33 |