about summary refs log tree commit diff
path: root/src/test/incremental/hashes/inherent_impls.rs
AgeCommit message (Expand)AuthorLines
2019-03-30Update testsJohn Kåre Alsaker-30/+30
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-11/+11
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-8/+8
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-5/+5
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-1/+1
2019-02-08Update testsJohn Kåre Alsaker-10/+10
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-100/+0
2017-11-22modify inherent impls test to indicate `TypeckTables` do not changeNiko Matsakis-4/+40
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-1/+17
2017-10-23update inherent_impls testsNiko Matsakis-6/+5
2017-10-13fix review commentsGarrett Berg-0/+2
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-108/+120
2017-07-18Detect implicitly defined late bound lifetime parameters as wellVadim Petrochenkov-1/+1
2017-07-18Prohibit lifetime arguments in path segments with late bound lifetime parametersVadim Petrochenkov-1/+1
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-12/+8
2017-02-03Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...Michael Woerister-16/+51
2016-12-20ICH: Add test cases for inherent impls.Michael Woerister-1/+409
2016-11-17hash the contents of impl-item-ref by adding them to visitorNiko Matsakis-0/+128