]> git.lizzy.rs Git - rust.git/commit
Implement copy-on-write scheme for managing the incremental compilation cache.
authorMichael Woerister <michaelwoerister@posteo.net>
Thu, 11 Aug 2016 23:02:39 +0000 (19:02 -0400)
committerMichael Woerister <michaelwoerister@posteo.net>
Mon, 29 Aug 2016 18:27:40 +0000 (14:27 -0400)
commit3e9bed92da499d7905232d47d54300134fca13b5
treedcde0e00ac9b9c709a0e74799805a13382a0d4ba
parent206e7b6fc704c53b2a7174e8bec7b5f575d9bc93
Implement copy-on-write scheme for managing the incremental compilation cache.
14 files changed:
src/librustc/hir/svh.rs
src/librustc/session/mod.rs
src/librustc/util/fs.rs
src/librustc_data_structures/flock.rs
src/librustc_driver/driver.rs
src/librustc_incremental/lib.rs
src/librustc_incremental/persist/fs.rs [new file with mode: 0644]
src/librustc_incremental/persist/hash.rs
src/librustc_incremental/persist/load.rs
src/librustc_incremental/persist/mod.rs
src/librustc_incremental/persist/save.rs
src/librustc_incremental/persist/util.rs [deleted file]
src/librustc_incremental/persist/work_product.rs
src/librustc_trans/back/write.rs