about summary refs log tree commit diff
path: root/src/test/incremental/hashes/struct_defs.rs
AgeCommit message (Collapse)AuthorLines
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ↵John Kåre Alsaker-126/+126
names
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-42/+42
2018-12-25Remove licensesMark Rousskov-11/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
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-73/+0
2017-10-03related to #44924: update incr compilation for struct_defs.rsGarrett Berg-4/+177
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-15/+75
Instead of collecting all potential inputs to some metadata entry and hashing those, we directly hash the values we are storing in metadata. This is more accurate and doesn't suffer from quadratic blow-up when many entries have the same dependencies.
2016-10-07incr.comp.: Cover indirect changes in struct ICH test caseMichael Woerister-0/+71
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-0/+238