| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | add test | lcnr | -0/+70 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -1/+1 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -1/+1 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+113 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -5/+5 |
| 2024-12-25 | Auto merge of #134729 - oliveredget:typo, r=jieyouxu | bors | -1/+1 |
| 2024-12-24 | Auto merge of #134333 - daxpedda:stdarch-bump, r=daxpedda | bors | -7/+8 |
| 2024-12-24 | Bump `stdarch` | daxpedda | -7/+8 |
| 2024-12-24 | chore: fix typos | oliveredget | -1/+1 |
| 2024-12-24 | Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalathar | bors | -84/+99 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -35/+35 |
| 2024-12-24 | Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnr | Stuart Cook | -49/+64 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -35/+35 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+2 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -0/+41 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -0/+41 |
| 2024-12-22 | Fix item bounds in old solver | Michael Goulet | -49/+64 |
| 2024-12-22 | Flatten effects directory now that it doesn't really test anything specific | Michael Goulet | -90/+0 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -35/+106 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -5/+12 |
| 2024-12-18 | resolve FIXME | lcnr | -5/+0 |
| 2024-12-18 | add tests | lcnr | -0/+12 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -13/+221 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -36/+6 |
| 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 |