about summary refs log tree commit diff
path: root/src/test/incremental/hashes/if_expressions.rs
AgeCommit message (Expand)AuthorLines
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-8/+8
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-8/+8
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-8/+8
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-05-10Various test changesMazdak Farrokhzad-2/+2
2019-03-30Update testsJohn Kåre Alsaker-5/+5
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-6/+6
2019-02-08Update testsJohn Kåre Alsaker-6/+6
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-16/+0
2017-11-14Remove checked arithmetic from if expression hash testsJeff Crocker-4/+4
2017-11-12Update if-expressions incremental hash testsJeff Crocker-32/+16
2016-11-29WIP: update tests to pass -- not completeNiko Matsakis-8/+8
2016-11-29Fix new testsFlorian Diebold-8/+24
2016-11-10ICH: Add test case for if- and if-let-expressions.Michael Woerister-0/+232