index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
windows
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-03
Fix build on Windows
Seo Sanghyeon
-1
/
+0
2016-03-22
fix alignment
Jorge Aparicio
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-53
/
+53
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+5
2016-02-15
Refactor windows::fs::FileAttr
Paul Dicker
-28
/
+26
2016-02-13
Fixes #28528
Paul Dicker
-58
/
+62
2016-02-08
Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton
bors
-1
/
+12
2016-02-07
Don't let `remove_dir_all` recursively remove a symlink
Paul Dicker
-1
/
+12
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-5
/
+26
2016-02-04
Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton
bors
-126
/
+75
2016-02-04
Allow dead code for `symlink_junction()`
Paul Dicker
-0
/
+2
2016-02-04
Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton
bors
-0
/
+6
2016-02-04
Add File::try_clone
Steven Fackler
-0
/
+6
2016-02-03
Adress comments
Paul Dicker
-23
/
+26
2016-02-02
Enable more fs tests on Windows
Paul Dicker
-114
/
+58
2016-01-26
Fix warnings during tests
Alex Crichton
-2
/
+2
2016-01-20
Remove raw pointer from OpenOptions struct
Paul Dicker
-3
/
+3
2016-01-15
Addressed comments
Paul Dicker
-7
/
+9
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-66
/
+90
2015-11-21
Also check for NULs in environment variables
Tobias Bucher
-10
/
+3
2015-11-19
Error when paths contain NUL characters
Tobias Bucher
-19
/
+24
2015-11-09
std: Migrate to the new libc
Alex Crichton
-83
/
+80
2015-10-13
Make the Metadata struct Clone
Ben S
-0
/
+1
2015-09-29
Make fs::canonicalize work on directories on Windows
Peter Atashian
-0
/
+2
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-9
/
+9
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-13
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-2
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-21
Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton
bors
-9
/
+15
2015-07-20
Improve Debug impl for File on Windows
Peter Atashian
-9
/
+15
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-2
/
+2
2015-07-10
std: Consider directory junctions as directories
Alex Crichton
-35
/
+175
2015-07-10
Use CopyFileEx for fs::copy on Windows
Peter Atashian
-0
/
+25
2015-06-27
std: Fix Windows XP compatibility
Alex Crichton
-5
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-08
OpenOptionsExt on Windows: i32 -> u32
Peter Atashian
-9
/
+9
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-0
/
+579
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-452
/
+0
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-0
/
+7
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-7
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+9
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-1
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-16
/
+4
2015-01-29
Rollup merge of #21640 - retep998:rmdir, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-15
/
+15
2015-01-25
wrmdir -> RemoveDirectoryW
Peter Atashian
-1
/
+1
[next]