| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-16 | Auto merge of #112346 - saethlin:no-comment, r=oli-obk | bors | -50/+71 |
| 2023-06-15 | Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errors | Guillaume Gomez | -17/+31 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -50/+71 |
| 2023-06-15 | privacy: Rename some variables for clarity | Vadim Petrochenkov | -3/+3 |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -13/+16 |
| 2023-06-15 | Make assumption functions in new solver take clause | Michael Goulet | -0/+66 |
| 2023-06-15 | Rollup merge of #112634 - mj10021:issue-112438-fix, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -5/+2 |
| 2023-06-15 | tweak suggestion for argument-position `impl ?Sized` | Lukas Markeffsky | -12/+29 |
| 2023-06-14 | remove unused postorder CFG cache | Rémy Rakic | -9/+0 |
| 2023-06-14 | make `traversal::postorder` traverse RPO cache backwards | Rémy Rakic | -4/+36 |
| 2023-06-14 | add InlineConst check | James Dietz | -1/+4 |
| 2023-06-14 | make `traversal::reverse_postorder` use RPO cache | Rémy Rakic | -29/+6 |
| 2023-06-14 | add RPO to BB CFG cache | Rémy Rakic | -0/+12 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -2/+2 |
| 2023-06-13 | opportunistically resolve regions | Michael Goulet | -8/+33 |
| 2023-06-08 | Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin | Matthias Krüger | -2/+11 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -1/+12 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -1/+9 |