A while ago we stopped getting full re-use when re-compiling an unchanged code base in the rust-icci tests: * https://travis-ci.org/rust-icci/rand/jobs/198892096#L687 * https://travis-ci.org/rust-icci/euclid/jobs/201536795#L521 * https://travis-ci.org/rust-icci/rust-url/jobs/201184853#L419 The regression seems to have been introduced in this commit range, which includes the new graph reduction algorithm: https://github.com/rust-lang/rust/compare/0648517fa...ea7a6486a cc @nikomatsakis