about summary refs log tree commit diff
path: root/src/test/incremental/hashes/struct_constructors.rs
AgeCommit message (Expand)AuthorLines
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-7/+7
2020-07-15mir_built is a lieBastian Kauschke-8/+8
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-9/+9
2020-03-14Replace `Hir` with `hir_owner` in testsJohn Kåre Alsaker-2/+2
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-9/+9
2019-11-08[mir-opt] Handle aggregates in SimplifyLocals passWesley Wiser-2/+2
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-9/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-03-30Update testsJohn Kåre Alsaker-7/+7
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-8/+8
2019-02-08Update testsJohn Kåre Alsaker-8/+8
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-18/+0
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-22/+22
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-36/+24
2016-12-06ICH: Add missing annotations for struct constructor expr test case.Michael Woerister-0/+12
2016-11-29Fix SVH tests some moreFlorian Diebold-14/+28
2016-11-22ICH: Add test case for struct constructor expressions.Michael Woerister-0/+254