| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | bless privacy tests (only diagnostic duplication) | Oli Scherer | -1/+13 |
| 2024-05-22 | Add some tests for public-private dependencies. | Eric Huss | -9/+360 |
| 2024-05-21 | Make early lints translatable | Xiretza | -2/+2 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -29/+29 |
| 2024-04-12 | Improve diagnostic by suggesting to remove visibility qualifier | morine0122 | -29/+29 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -5/+4 |
| 2024-04-04 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -11/+6 |
| 2024-04-04 | Add regression test | Oli Scherer | -0/+43 |
| 2024-03-24 | Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwco | Matthias Krüger | -0/+20 |
| 2024-03-24 | add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive | Matthias Krüger | -0/+1 |
| 2024-03-24 | add test for #64784 Declarative macros can create infinite glob import cycles | Matthias Krüger | -0/+15 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+2 |
| 2024-03-20 | Fixed the `private-dependency` bug: If the directly dependent crate is loaded... | h1467792822 | -0/+20 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -1/+0 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -5/+4 |
| 2024-03-12 | Allow unused fields in some tests | Arthur Carcano | -2/+2 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -1/+0 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -5/+6 |
| 2024-02-23 | Allow for a missing `adt_def` in `NamePrivacyVisitor`. | Nicholas Nethercote | -0/+15 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -5/+6 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -85/+85 |
| 2024-02-09 | Move some tests | Caio | -0/+26 |
| 2024-02-08 | Add some tests for associated type normalization edge cases | Oli Scherer | -0/+194 |
| 2024-02-07 | Stop using `hir_ty_to_ty` in rustc_privacy | Oli Scherer | -19/+50 |
| 2024-02-07 | Update tests | r0cky | -2/+4 |
| 2024-01-24 | privacy: Refactor top-level visiting in `TypePrivacyVisitor` | Vadim Petrochenkov | -3/+16 |
| 2024-01-04 | fallback visibility for unexpected trait item | bohan | -0/+40 |
| 2023-12-20 | resolve: Stop feeding visibilities for import list stems | Vadim Petrochenkov | -0/+14 |
| 2023-12-19 | resolve: Feed visibilities for unresolved trait impl items | Vadim Petrochenkov | -0/+37 |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -13/+82 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+1 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -4/+30 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -3/+3 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -26/+26 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -15/+15 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+8 |
| 2023-11-19 | Suggest builder functions on struct literal with private fields | Esteban Küber | -1/+41 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -7/+33 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -0/+4 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -18/+9 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -7/+77 |
| 2023-10-27 | Auto merge of #116858 - estebank:issue-22488, r=petrochenkov | bors | -0/+50 |
| 2023-10-26 | Suggest assoc fn `new` when trying to build tuple struct with private fields | Esteban Küber | -0/+50 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -17/+17 |
| 2023-10-23 | Merge associated types with the other alias types | Oli Scherer | -17/+17 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -9/+45 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -6/+12 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+7 |
| 2023-09-07 | Lint node for PRIVATE_BOUNDS is the item which has the bounds | Michael Goulet | -0/+7 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -4/+4 |