| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-12-18 | update new solver candidate assembly | lcnr | -12/+3 |
| 2024-12-18 | fix crashes | lcnr | -0/+36 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -150/+211 |
| 2024-12-18 | Also warn against `#[diagnostic::do_not_recommend]` on plain impls | Georg Semmler | -2/+18 |
| 2024-12-18 | Stabilize `#[diagnostic::do_not_recommend]` | Georg Semmler | -227/+49 |
| 2024-12-18 | Check `#[diagnostic::do_not_recommend]` for arguments | Georg Semmler | -0/+68 |
| 2024-12-18 | Improve testing coverage for `#[diagnostic::do_not_recommend]` | Georg Semmler | -14/+230 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -13/+221 |
| 2024-12-17 | Add the edition guide link from the match 2024 migration lint to the error as... | dianne | -0/+8 |
| 2024-12-17 | Improve the pattern migration 2024 migration lint's message | dianne | -62/+62 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -150/+203 |
| 2024-12-17 | Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkan | Matthias Krüger | -0/+4 |
| 2024-12-17 | Rollup merge of #134408 - rmehri01:rpit-inherits-lifetime, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -127/+79 |
| 2024-12-17 | bootstrap: use specific-purpose ui test path | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -229/+231 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution.rs` | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution-errors.rs` | 许杰友 Jieyou Xu (Joe) | -6/+15 |
| 2024-12-17 | Adjust `tests/ui/attr-usage-inline.rs` | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2024-12-17 | Adjust `tests/ui/attr-shebang.rs` | 许杰友 Jieyou Xu (Joe) | -5/+7 |
| 2024-12-17 | Adjust `tests/ui/attr-bad-crate-attr.rs` | 许杰友 Jieyou Xu (Joe) | -5/+10 |
| 2024-12-17 | Move `tests/ui/attempted-access-non-fatal.rs` to `tests/ui/typeck/` | 许杰友 Jieyou Xu (Joe) | -0/+0 |
| 2024-12-17 | Move `tests/ui/associated-path-shl.rs` to `tests/ui/parser/` | 许杰友 Jieyou Xu (Joe) | -0/+0 |