From: bors Date: Mon, 16 Apr 2018 17:23:53 +0000 (+0000) Subject: Auto merge of #5359 - matklad:rustc-cache, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~69 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0829a2e472add75546acf4dc0545bd40b064953;p=cargo.git Auto merge of #5359 - matklad:rustc-cache, r=alexcrichton Rustc cache This implements rustc caching, to speed-up no-op builds. The cache is per-project, and stored in `target` directory. To implement this, I had to move `rustc` from `Config` down to `BuildConfig`. closes https://github.com/rust-lang/cargo/issues/5315 --- d0829a2e472add75546acf4dc0545bd40b064953