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
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+9
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-03-02
Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
bors
-2
/
+5
2019-02-28
libstd => 2018
Taiki Endo
-14
/
+14
2019-02-15
Fix SECURITY_SQOS_PRESENT missing
Paul Dicker
-2
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-02-11
Add an unstable FileTypeExt extension trait for Windows
Peter Atashian
-0
/
+3
2018-02-03
Somehow this function got flipped around
Peter Atashian
-3
/
+3
2018-02-03
Go back to files directories and symlinks being mutually exclusive
Peter Atashian
-13
/
+17
2018-02-01
This internal only method is no longer needed.
Peter Atashian
-3
/
+0
2018-02-01
Rewrite remove_dir_all to be correct
Peter Atashian
-3
/
+5
2018-02-01
This is what FileType on Windows should ideally be.
Peter Atashian
-20
/
+19
2017-12-23
Annotate raw pointer target types
Christopher Durham
-1
/
+1
2017-09-27
Made `fs::copy` return the length of the main stream
Stephane Raux
-4
/
+4
2017-08-09
Fix errors on Windows
Ariel Ben-Yehuda
-2
/
+2
2017-06-20
Add `Read::initializer`.
Steven Fackler
-4
/
+0
2017-01-09
Support unprivileged symlink creation in Windows
Chris Morgan
-3
/
+19
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-1
/
+2
2016-11-22
Add a method for setting permissions directly on an open file.
Steven Allen
-0
/
+18
2016-10-16
impl Debug for ReadDir
David Henningsson
-0
/
+8
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+8
2016-09-04
Replace `_, _, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-08-05
Comment on the casts in the `seek` implementations on files
Tobias Bucher
-0
/
+2
2016-07-12
Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton
bors
-1
/
+1
2016-07-10
Derive Debug on FileType.
Martin Pool
-1
/
+1
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-1
/
+1
2016-06-09
use the slice_pat hack in libstd too
Ariel Ben-Yehuda
-3
/
+3
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
[next]