about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs.rs
AgeCommit message (Expand)AuthorLines
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
2015-11-09std: Migrate to the new libcAlex Crichton-83/+80
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+2
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-9/+9
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-13/+0
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-21Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichtonbors-9/+15
2015-07-20Improve Debug impl for File on WindowsPeter Atashian-9/+15
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+2
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-35/+175
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-0/+25
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-5/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-9/+9
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+579
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-452/+0
2015-04-01Test fixes and rebase conflictsAlex Crichton-0/+7
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-7/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9