| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-27 | Add test batch 1 | Oneirical | -0/+12 | |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -1/+1 | |
| This allows for testing these tests on editions other than 2015 | ||||
| 2025-05-03 | Move some tests out of tests/ui | mejrs | -0/+9 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -3/+3 | |
| 2024-02-09 | Move some tests | Caio | -0/+1 | |
| 2024-01-04 | fallback visibility for unexpected trait item | bohan | -0/+3 | |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -0/+35 | |
| A refactoring in #117076 changed the `DefIdVisitorSkeleton` to avoid calling `visit_projection_ty` for `ty::Projection` aliases, and instead just iterate over the args - this makes sense, as `visit_projection_ty` will indirectly visit all of the same args, but in doing so, will also create a `TraitRef` containing the trait's `DefId`, which also gets visited. The trait's `DefId` isn't visited when we only visit the arguments without separating them into `TraitRef` and own args first. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2023-04-02 | Move some UI tests into subdirectories | jyn | -0/+33 | |
| to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+307 | |
