about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs.rs
AgeCommit message (Expand)AuthorLines
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-1/+9
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-03-02Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichtonbors-2/+5
2019-02-28libstd => 2018Taiki Endo-14/+14
2019-02-15Fix SECURITY_SQOS_PRESENT missingPaul Dicker-2/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-02-11Add an unstable FileTypeExt extension trait for WindowsPeter Atashian-0/+3
2018-02-03Somehow this function got flipped aroundPeter Atashian-3/+3
2018-02-03Go back to files directories and symlinks being mutually exclusivePeter Atashian-13/+17
2018-02-01This internal only method is no longer needed.Peter Atashian-3/+0
2018-02-01Rewrite remove_dir_all to be correctPeter Atashian-3/+5
2018-02-01This is what FileType on Windows should ideally be.Peter Atashian-20/+19
2017-12-23Annotate raw pointer target typesChristopher Durham-1/+1
2017-09-27Made `fs::copy` return the length of the main streamStephane Raux-4/+4
2017-08-09Fix errors on WindowsAriel Ben-Yehuda-2/+2
2017-06-20Add `Read::initializer`.Steven Fackler-4/+0
2017-01-09Support unprivileged symlink creation in WindowsChris Morgan-3/+19
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-1/+2
2016-11-22Add a method for setting permissions directly on an open file.Steven Allen-0/+18
2016-10-16impl Debug for ReadDirDavid Henningsson-0/+8
2016-10-09Implement reading and writing atomically at certain offsetsTobias Bucher-0/+8
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-1/+0
2016-08-05Comment on the casts in the `seek` implementations on filesTobias Bucher-0/+2
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-1/+1
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-1/+1
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-3/+3
2016-05-03Fix build on WindowsSeo Sanghyeon-1/+0
2016-03-22fix alignmentJorge Aparicio-1/+1
2016-03-22try! -> ?Jorge Aparicio-53/+53
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+5
2016-02-15Refactor windows::fs::FileAttrPaul Dicker-28/+26
2016-02-13Fixes #28528Paul Dicker-58/+62
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-1/+12
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-1/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-5/+26
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-126/+75
2016-02-04Allow dead code for `symlink_junction()`Paul Dicker-0/+2
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+6
2016-02-04Add File::try_cloneSteven Fackler-0/+6
2016-02-03Adress commentsPaul Dicker-23/+26
2016-02-02Enable more fs tests on WindowsPaul Dicker-114/+58
2016-01-26Fix warnings during testsAlex Crichton-2/+2
2016-01-20Remove raw pointer from OpenOptions structPaul Dicker-3/+3
2016-01-15Addressed commentsPaul Dicker-7/+9
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-66/+90
2015-11-21Also check for NULs in environment variablesTobias Bucher-10/+3
2015-11-19Error when paths contain NUL charactersTobias Bucher-19/+24