about summary refs log tree commit diff
path: root/src/test/incremental/hashes/call_expressions.rs
AgeCommit message (Collapse)AuthorLines
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-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/+4
2017-11-07Fix incremental tests after change to instantiation strategy.Michael Woerister-1/+1
2017-10-13fix review commentsGarrett Berg-2/+2
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-32/+18
This adds auto-assertion to `rustc_clean/dirty` and also implements more comprehensive testing for - src/test/incremental/hashes/enum_constructors.rs - src/test/incremental/hashes/enum_defs.rs - src/test/incremental/hashes/extern_mods.rs - src/test/incremental/hashes/inherent_impls.rs - src/test/incremental/hashes/statics.rs - src/test/incremental/hashes/struct_constructors.rs - src/test/incremental/hashes/type_defs.rs trait_defs.rs and trait_impl.rs are blocked on a hard to triage compiler ICE (at least hard for a newbie like me) having to do with some DepNodes not getting computed for traits. A FIXME has been added in the source to reflect this continued work.
2016-11-29WIP: update tests to pass -- not completeNiko Matsakis-9/+9
2016-11-29Fix new testsFlorian Diebold-9/+27
2016-11-10ICH: Add test case for call expressions.Michael Woerister-0/+203