| Age | Commit message (Expand) | Author | Lines |
| 2024-12-17 | add tests | lcnr | -0/+109 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -8/+0 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -2/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -6/+0 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -2/+12 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+12 |
| 2024-12-11 | Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiser | Jacob Pratt | -0/+22 |
| 2024-12-10 | Validate self in host predicates correctly | Michael Goulet | -0/+22 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -158/+676 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -1/+1 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -47/+7 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -8/+8 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -29/+29 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -0/+34 |
| 2024-12-05 | Resolve more | Michael Goulet | -0/+26 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -21/+3 |
| 2024-12-03 | Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnr | Matthias Krüger | -0/+15 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -25/+199 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -8/+53 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -39/+24 |
| 2024-12-02 | Structurally resolve in probe_adt | Michael Goulet | -0/+15 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -8/+7 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -0/+46 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -10/+116 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -7/+30 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -99/+155 |
| 2024-12-01 | Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnr | bors | -0/+48 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -0/+48 |
| 2024-11-30 | Rollup merge of #133488 - Enselic:recurse-2, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -3/+3 |
| 2024-11-28 | Structurally resolve before adjust_for_branches | Michael Goulet | -0/+8 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -3/+3 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -0/+100 |
| 2024-11-28 | move tests into subdir | lcnr | -0/+0 |
| 2024-11-28 | Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomez | bors | -0/+108 |
| 2024-11-28 | Rollup merge of #133520 - compiler-errors:structurally-resolve-mir-borrowck, ... | Guillaume Gomez | -0/+32 |
| 2024-11-28 | Rollup merge of #133519 - compiler-errors:xform-ret-wf, r=lcnr | Guillaume Gomez | -0/+47 |
| 2024-11-28 | Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params... | Guillaume Gomez | -0/+29 |
| 2024-11-27 | Rollup merge of #133521 - compiler-errors:structurally-resolve-cat-proj, r=lcnr | Matthias Krüger | -0/+20 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -1/+30 |
| 2024-11-27 | Check xform_ret_ty for WF in the new solver to improve method winnowing | Michael Goulet | -0/+47 |
| 2024-11-27 | Structurally resolve before applying projection in borrowck | Michael Goulet | -0/+32 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -60/+4 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -1/+10 |
| 2024-11-27 | Structurally resolve before matching on type of projection | Michael Goulet | -0/+20 |
| 2024-11-27 | Structurally resolve before checking never | Michael Goulet | -0/+20 |
| 2024-11-26 | Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnr | Michael Goulet | -465/+71 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -52/+4 |