| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -1/+0 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -12/+0 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+8 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -1/+1 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -12/+0 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -1/+1 |
| 2023-06-05 | Remove redundant InferCtxtExt::fresh_item_substs | Michael Goulet | -1/+0 |
| 2023-06-04 | Use 128 bits for TypeId hash | Thom Chiovoloni | -2/+11 |
| 2023-06-02 | Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU | Michael Goulet | -9/+0 |
| 2023-06-02 | Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk | Michael Goulet | -4/+9 |
| 2023-06-02 | No more TyCtxt::lazy_normalization | Michael Goulet | -9/+0 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -9/+10 |
| 2023-06-02 | Rollup merge of #112189 - compiler-errors:bad-gen, r=cjgillot | Matthias Krüger | -4/+14 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -0/+15 |