| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-17 | Do not ICE in privacy when type inference fails. | Camille GILLOT | -0/+42 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -40/+31 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -40/+31 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2024-06-04 | Add test description | Oli Scherer | -2/+8 |
| 2024-06-04 | Give test a more useful name | Oli Scherer | -2/+2 |
| 2024-06-04 | Move tests to a more appropriate directory | Oli Scherer | -0/+51 |
| 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 |