]> git.lizzy.rs Git - rust.git/commit
Auto merge of #42055 - michaelwoerister:reenable-incremental-cc, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 18 May 2017 09:32:28 +0000 (09:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 May 2017 09:32:28 +0000 (09:32 +0000)
commit0ed1ec9f9eb8174273867343d01177b5ac13ff4c
tree048614ee4463384070550dd16beab2eb7a7b6e99
parent6af8c6c7d1173f68addbf51560e6a009b30c9a93
parent1b8df3d7fb1f575ed12c13a79455af6c7de05632
Auto merge of #42055 - michaelwoerister:reenable-incremental-cc, r=nikomatsakis

Enable cross-crate incremental compilation by default.

Now that direct metadata hashing has been implemented for a while and we haven't seen any problems with it over at [rust-icci](https://travis-ci.org/rust-icci/), let's re-enable cross crate support for incremental compilation again.

r? @nikomatsakis