aboutsummaryrefslogtreecommitdiff
path: root/gen/src/fs.rs
AgeCommit message (Expand)Author
2023-09-03Reduce visibility of all pub items which are not publicly exportedDavid Tolnay
2022-08-30Fix Windows "filename, directory name, or volume label syntax is incorrect"David Tolnay
2021-09-24Fix race condition between simultaneous build scripts creating symlinksDavid Tolnay
2020-11-14Treat crate_dir creation as unsuccessful on non-unix non-windowsDavid Tolnay
2020-11-14Disambiguate symlink argument namesDavid Tolnay
2020-09-02Accept `-` to mean stdin in command line code generatorDavid Tolnay
2020-09-02Fix symlink removal on windowsDavid Tolnay
2020-09-02Consistent signature for symlink_or_copy across platformsDavid Tolnay
2020-09-01Use relative paths as provided by caller's build.rsDavid Tolnay
2020-09-01Add symlink_dir to fs libDavid Tolnay
2020-08-31Handle non-utf8 input file with better errorDavid Tolnay
2020-08-30Add context to i/o errorsDavid Tolnay