about summary refs log tree commit diff
path: root/src/test/incremental/hashes/enum_constructors.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-387/+0
2022-12-25Remove references to removed option from tests.Camille GILLOT-3/+0
2022-05-27Switch incremental/hashes tests to all use optimizations.Jakob Degen-11/+11
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-37/+91
2020-10-26simplify-locals: Remove unused set-discriminant statementsTomasz Miąsko-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-9/+9
2020-07-15mir_built is a lieBastian Kauschke-14/+14
2020-04-20const prop: don't special case return placeJonas Schievink-4/+4
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-15/+15
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-3/+3
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-15/+15
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-30Update testsJohn Kåre Alsaker-12/+12
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-14/+14
2019-02-08Update testsJohn Kåre Alsaker-14/+14
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-29/+0
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-34/+34
2017-10-13fix review commentsGarrett Berg-5/+16
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-61/+39
2016-12-06ICH: Add test case for enum constructor expressions.Michael Woerister-0/+387