about summary refs log tree commit diff
path: root/tests/incremental/hashes/function_interfaces.rs
AgeCommit message (Collapse)AuthorLines
2024-10-04Bless incremental tests.Camille GILLOT-2/+2
2024-04-03Remove MIR unsafe checkMatthew Jasper-3/+3
This also remove safety information from MIR.
2024-04-01Make sure to insert Sized bound first into clauses listMichael Goulet-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-38/+38
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-16Bless incremental tests.Camille GILLOT-38/+38
2023-09-28Unconditionally run `RevealAll` pass and run it earlierOli Scherer-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+411