about summary refs log tree commit diff
path: root/src/test/incremental/hashes/enum_defs.rs
AgeCommit message (Expand)AuthorLines
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-23/+23
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-19/+19
2018-12-25Remove licensesMark Rousskov-11/+0
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
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-115/+0
2017-10-13fix review commentsGarrett Berg-14/+4
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-78/+74
2017-09-23incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead o...Michael Woerister-1/+1
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-2/+6
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-17/+75
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-1/+4
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-1/+5
2016-09-30Fix another comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fix comment in test/incremental/hashes/enum_defsMichael Woerister-1/+1
2016-09-30Fixes requested by @michaelwoerister.Andrea Pretto-2/+2
2016-09-29Test Case for Incr. Comp. Hash for enums #36674.Andrea Pretto-0/+715