projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6cc4780
76b0a8a
)
Auto merge of #5359 - matklad:rustc-cache, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 16 Apr 2018 17:23:53 +0000
(17:23 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 16 Apr 2018 17:23:53 +0000
(17:23 +0000)
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
Trivial merge