| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-13 | Bless incremental tests. | Camille GILLOT | -2/+2 | |
| 2025-06-16 | tests: bless remaining tests | David Wood | -1/+1 | |
| These tests just need blessing, they don't have any interesting behaviour changes. Some of these tests have new errors because `LegacyReceiver` cannot be proven to be implemented now that it is also testing for `MetaSized` - but this is just a consequence of the other errors in the test. | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -6/+6 | |
| 2024-02-12 | Make impl_trait_ref into a query also returning more information about the impl | Oli Scherer | -4/+4 | |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -56/+56 | |
| The query accept arbitrary DefIds, not just owner DefIds. The return can be an `Option` because if there are no nodes, then it doesn't matter whether it's due to NonOwner or Phantom. Also rename the query to `opt_hir_owner_nodes`. | ||||
| 2024-01-16 | Bless incremental tests. | Camille GILLOT | -50/+50 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+617 | |
