about summary refs log tree commit diff
path: root/src/test/incremental/string_constant.rs
AgeCommit message (Collapse)AuthorLines
2016-08-09incorporate resolve results into hashingNiko Matsakis-2/+4
We now incorporate the `def_map` and `trait_map` results into the SVH.
2016-08-09use preds to serialize just what we needNiko Matsakis-0/+1
This massively speeds up serialization. It also seems to produce deterministic metadata hashes (before I was seeing inconsistent results). Fixes #35232.
2016-04-06Fix test cases to reflect that #32014...went awayNiko Matsakis-2/+2
Not sure what was the bug. Fixes #32014.
2016-04-06add incremental test runner and some testsNiko Matsakis-0/+58