about summary refs log tree commit diff
path: root/src/test/incremental/hashes/trait_impls.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-617/+0
2022-12-25Remove references to removed option from tests.Camille GILLOT-3/+0
2022-08-01Bless incremental tests.Camille GILLOT-11/+15
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-1/+1
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-4/+6
2022-01-26Bless incremental tests.Camille GILLOT-24/+24
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-69/+193
2021-08-19Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli...Erik Desjardins-1/+1
2021-08-15Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"Erik Desjardins-1/+1
2021-08-07Run RemoveZsts at mir-opt-level=1Erik Desjardins-1/+1
2021-05-15Fix tests on traits.Camille GILLOT-20/+29
2021-05-15Remove `label` in dirty/clean annotations.Camille GILLOT-78/+74
2021-03-09Bless tests.Camille GILLOT-2/+2
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-4/+4
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-74/+74
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-4/+4
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2017-12-08incr.comp.: Hash spans unconditionally for full accuracy.Michael Woerister-1/+1
2017-11-29incr.comp.: Update test cases after metadata hashing removal.Michael Woerister-74/+0
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-37/+21
2017-02-03Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...Michael Woerister-10/+40
2017-01-05ICH: Add some more test cases for trait impls.Michael Woerister-0/+152
2016-11-17add test for hashing trait implsNiko Matsakis-0/+404