about summary refs log tree commit diff
path: root/tests/incremental/hashes
AgeCommit message (Collapse)AuthorLines
2025-07-13Bless incremental tests.Camille GILLOT-3/+3
2025-06-16tests: bless remaining testsDavid Wood-7/+7
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.
2025-06-09tests: Change "fastcall" to "system" in some testsJubilee Young-2/+2
Lets the test still work on different architectures.
2024-10-04Bless incremental tests.Camille GILLOT-2/+2
2024-07-31Do not normalize constants eagerly.Camille GILLOT-2/+2
2024-07-29Perform instsimplify before inline to eliminate some trivial callsDianQK-1/+1
2024-04-03Remove MIR unsafe checkMatthew Jasper-7/+7
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)-148/+148
2024-02-12Make impl_trait_ref into a query also returning more information about the implOli Scherer-4/+4
2024-02-01fix rebaseEsteban Küber-1/+1
2024-02-01Change incr comp test when adding explicit `Sized` boundEsteban Küber-2/+2
Given the previous change to add implicit `Sized` bounds only if there isn't already an explicit `Sized` bound, now the incr comp machinery doesn't consider adding the explicit bound as being dirty, as long as `-Zincremental-ignore-spans` is set.
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-838/+838
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-565/+529
2023-12-24Bless incremental tests.Camille GILLOT-2/+2
2023-10-06Bless incremental tests.Camille GILLOT-10/+10
2023-09-28Unconditionally run `RevealAll` pass and run it earlierOli Scherer-1/+1
2023-07-16Querify unused trait check.Camille GILLOT-2/+2
2023-07-10Bless incremental test.Camille GILLOT-1/+1
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-1/+2
2023-04-22Turn on ConstDebugInfo pass.Wesley Wiser-8/+8
2023-03-14Bless incremental test.Camille GILLOT-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8858