| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errors | Matthias Krüger | -54/+69 |
| 2025-07-17 | Do not check privacy for RPITIT. | Camille GILLOT | -179/+48 |
| 2025-07-17 | Add test. | Camille GILLOT | -56/+202 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -40/+16 |
| 2025-07-17 | Rollup merge of #143431 - xizheyin:143392, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2025-07-15 | Implement resolver warnings about reexporting private dependencies | David Mládek | -12/+48 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -2/+2 |
| 2025-07-05 | Use relative visibility when noting sealed trait to reduce false positive | xizheyin | -3/+2 |
| 2025-07-04 | Add test false-sealed-traits-note.rs | xizheyin | -0/+34 |
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -36/+44 |
| 2025-06-05 | Rollup merge of #141974 - Kivooeo:tf4, r=jieyouxu | Matthias Krüger | -0/+35 |
| 2025-06-04 | Rollup merge of #141968 - oli-obk:wfck-everything-at-once, r=wesleywiser | Matthias Krüger | -6/+6 |
| 2025-06-04 | cleaned up some tests | Kivooeo | -0/+35 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -6/+6 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -149/+149 |
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -10/+29 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -9/+10 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -15/+14 |
| 2025-04-01 | Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errors | Matthias Krüger | -0/+48 |
| 2025-03-25 | Rollup merge of #138317 - petrochenkov:libsearch3, r=compiler-errors | Matthias Krüger | -5/+24 |
| 2025-03-25 | privacy: Visit types and traits in impls in type privacy lints | Vadim Petrochenkov | -5/+24 |
| 2025-03-24 | Don't mark privacy test as needing GCE | Michael Goulet | -11/+10 |
| 2025-03-22 | Note potential but private items in show_candidates | xizheyin | -0/+48 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+1 |
| 2025-03-07 | tests: fix some typos in comment | tcpdumppy | -1/+1 |
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -4/+30 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -2/+2 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -6/+4 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -30/+20 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -88/+144 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -5/+73 |
| 2025-01-28 | Fix tests/ui/privacy/sysroot-private | Alisa Sireneva | -8/+9 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -4/+4 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -8/+8 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -8/+8 |
| 2025-01-18 | Emit a single privacy error for multiple fields on the same struct expression | Esteban Küber | -4/+4 |
| 2025-01-14 | Mark dependencies of the standard library as private by default | Trevor Gross | -2/+2 |
| 2025-01-14 | Add a UI test for stdlib-private dependencies | Trevor Gross | -0/+120 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+0 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -8/+0 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -3/+3 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -16/+2 |
| 2024-09-07 | Bless tests due to new method suggestions. | Tim (Theemathas) Chirananthavat | -2/+2 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -2/+2 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -11/+11 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -1/+4 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -18/+20 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -3/+3 |
| 2024-07-23 | Improve the impl and diag output of lint type_alias_bounds | León Orell Valerian Liehr | -18/+20 |