summary refs log tree commit diff
path: root/src/librustc/util/fs.rs
AgeCommit message (Expand)AuthorLines
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-20/+0
2017-03-13some style fixesTshepang Lekhonkhobe-1/+1
2017-02-04run rustfmt for librustc/util/fs.rsking6cong-10/+12
2017-02-03add and use rename_or_copy_remove fn that fallback to copy & removeking6cong-0/+25
2016-09-11Use question_mark feature in librustc.Ahmed Charles-1/+1
2016-08-29Implement copy-on-write scheme for managing the incremental compilation cache.Michael Woerister-3/+38
2016-07-28Address mw nitsNiko Matsakis-0/+14
2015-05-28rustc: Fixup verbatim UNC paths as well on WindowsAlex Crichton-12/+29
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-0/+38
2014-07-14rustc: Move util::fs to rustc_backBrian Anderson-103/+0
2014-04-10rustc: Add a realpath utility functionAlex Crichton-0/+103