| Age | Commit message (Expand) | Author | Lines |
| 2024-12-22 | Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2024-12-22 | Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy... | Kevin Reid | -2/+38 |
| 2024-12-22 | Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obk | Matthias Krüger | -0/+41 |
| 2024-12-22 | Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmease | Matthias Krüger | -0/+43 |
| 2024-12-22 | Rollup merge of #134637 - compiler-errors:fx-test, r=fmease | Matthias Krüger | -90/+0 |
| 2024-12-22 | Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqd | Matthias Krüger | -8/+10 |
| 2024-12-22 | Rollup merge of #134603 - kpreid:pointerlike-err, r=estebank | Matthias Krüger | -0/+167 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2024-12-22 | Rollup merge of #134364 - estebank:derive-docs, r=fmease | Matthias Krüger | -29/+61 |
| 2024-12-22 | Make sure we note ambiguity causes on positive/negative impl conflicts | Michael Goulet | -0/+41 |
| 2024-12-22 | Flatten effects directory now that it doesn't really test anything specific | Michael Goulet | -90/+0 |
| 2024-12-21 | Don't ICE on illegal dyn* casts | Michael Goulet | -0/+43 |
| 2024-12-21 | Use E0665 for missing `#[default]` error | Esteban Küber | -29/+61 |
| 2024-12-21 | coroutine_clone: add comments | Ralf Jung | -8/+10 |
| 2024-12-21 | Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakis | Jacob Pratt | -0/+81 |
| 2024-12-21 | Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukang | Jacob Pratt | -0/+107 |
| 2024-12-20 | Relocate dyn* test out of parenthesis insertion test | David Tolnay | -0/+4 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -3/+3 |
| 2024-12-20 | Explain why a type is not eligible for `impl PointerLike`. | Kevin Reid | -0/+167 |
| 2024-12-21 | Do not suggest `foo.Bar` | Esteban Küber | -10/+0 |
| 2024-12-21 | Account for missing `.` in macros to avoid incorrect suggestion | Esteban Küber | -4/+0 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -0/+121 |
| 2024-12-21 | Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-12-21 | Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxu | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134524 - adetaylor:getref, r=compiler-errors | Matthias Krüger | -0/+41 |
| 2024-12-21 | Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiser | Matthias Krüger | -0/+63 |
| 2024-12-20 | Also lint on option of function pointer comparisons | Urgau | -0/+30 |
| 2024-12-20 | Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errors | Matthias Krüger | -35/+168 |
| 2024-12-20 | Handle DropKind::ForLint in coroutines correctly | Michael Goulet | -0/+81 |
| 2024-12-20 | Restrict `#[non_exaustive]` on structs with default field values | Esteban Küber | -0/+41 |
| 2024-12-20 | unimplement `PointerLike` for trait objects | Lukas Markeffsky | -0/+62 |
| 2024-12-20 | split up `#[rustc_deny_explicit_impl]` attribute | Lukas Markeffsky | -35/+106 |
| 2024-12-20 | Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwco | DianQK | -0/+24 |
| 2024-12-20 | Arbitrary self types v2: no deshadow pre feature. | Adrian Taylor | -0/+41 |
| 2024-12-19 | Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxu | Matthias Krüger | -0/+18 |
| 2024-12-19 | Rollup merge of #134487 - ehuss:reference-coverage, r=compiler-errors | Matthias Krüger | -67/+75 |
| 2024-12-19 | Arbitrary self types v2: niche deshadowing test | Adrian Taylor | -0/+63 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -11/+15 |
| 2024-12-19 | Remove a duplicated check that doesn't do anything anymore. | Oli Scherer | -0/+18 |
| 2024-12-19 | Rollup merge of #134474 - oli-obk:push-yomnkntvzlxw, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+15 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -0/+36 |
| 2024-12-18 | Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errors | Jacob Pratt | -30/+30 |
| 2024-12-18 | Rollup merge of #134418 - jieyouxu:ui-cleanup-3, r=compiler-errors | Jacob Pratt | -20/+45 |
| 2024-12-18 | Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errors | Jacob Pratt | -17/+48 |
| 2024-12-18 | Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r... | Jacob Pratt | -141/+263 |
| 2024-12-18 | Add reference annotations for the `coverage` attribute | Eric Huss | -67/+75 |
| 2024-12-18 | Point at lint name instead of whole attr for gated lints | Esteban Küber | -30/+30 |
| 2024-12-18 | Forbid overwriting types in typeck | Oli Scherer | -11/+15 |
| 2024-12-18 | resolve FIXME | lcnr | -5/+0 |
| 2024-12-18 | add tests | lcnr | -0/+45 |