about summary refs log tree commit diff
path: root/src/test/incremental/struct_change_nothing.rs
AgeCommit message (Collapse)AuthorLines
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-05-31add a series of tests for changes to structsNiko Matsakis-0/+53
These tests reveal that the edges are in some cases too strict.