| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-20 | tests: cover more `exported_private_dependencies` cases | David Mládek | -20/+223 | |
| 2025-07-17 | Do not check privacy for RPITIT. | Camille GILLOT | -39/+16 | |
| 2025-07-17 | Add test. | Camille GILLOT | -17/+45 | |
| 2025-07-15 | Implement resolver warnings about reexporting private dependencies | David Mládek | -12/+48 | |
| 2025-03-25 | privacy: Visit types and traits in impls in type privacy lints | Vadim Petrochenkov | -5/+24 | |
| 2025-03-07 | tests: fix some typos in comment | tcpdumppy | -1/+1 | |
| Signed-off-by: tcpdumppy <847462026@qq.com> | ||||
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -4/+30 | |
| Currently, marking a dependency private does not automatically make all its child dependencies private. Resolve this by making its children private by default as well. This also resolves some FIXMEs for tests that are intended to fail but previously passed. [1]: https://github.com/rust-lang/rust/pull/135501#issuecomment-2620242419 | ||||
| 2024-05-22 | Add some tests for public-private dependencies. | Eric Huss | -9/+360 | |
| 2024-03-20 | Fixed the `private-dependency` bug: If the directly dependent crate is ↵ | h1467792822 | -0/+20 | |
| loaded last and is not configured with `--extern`, it may be incorrectly set to `private-dependency` | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+85 | |
