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
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-30
Use Path::is_dir() in fs::read_dir()'s example.
kennytm
-2
/
+2
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-3
/
+3
2016-05-15
Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomez
bors
-2
/
+2
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-1
/
+1
2016-04-28
Fix a typo in error messages in std::fs tests
Simon Wollwage
-2
/
+2
2016-04-12
Auto merge of #31963 - barosl:rename-doc, r=alexcrichton
bors
-1
/
+8
2016-04-12
Describe more platform-specific behaviors of `std::fs::rename`
Barosl Lee
-1
/
+8
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-5
/
+2
2016-04-06
avoid "==" in assert! when one of the values is a bool
Tshepang Lekhonkhobe
-1
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-3
/
+3
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-34
/
+3
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-101
/
+1
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-2
/
+4
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-13
Fixes #28528
Paul Dicker
-0
/
+20
2016-02-09
Minor spelling fixes
Carlos E. Garcia
-1
/
+1
2016-02-08
Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton
bors
-0
/
+34
2016-02-07
Ignore if we can't create a symlink in this test
Paul Dicker
-1
/
+1
2016-02-07
Don't let `remove_dir_all` recursively remove a symlink
Paul Dicker
-0
/
+34
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-0
/
+67
2016-02-04
Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton
bors
-57
/
+105
2016-02-04
Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichton
bors
-0
/
+34
2016-02-04
Add File::try_clone
Steven Fackler
-0
/
+34
2016-02-03
Reformat comments
Paul Dicker
-12
/
+13
2016-02-03
Adress comments
Paul Dicker
-1
/
+33
2016-02-02
Enable more fs tests on Windows
Paul Dicker
-57
/
+72
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-1
/
+1
2016-01-24
Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik
bors
-5
/
+5
2016-01-24
doc: miscellaneous OpenOptions:append improvements
Tshepang Lekhonkhobe
-5
/
+5
2016-01-23
Rollup merge of #31090 - tshepang:improve-sentence, r=brson
Steve Klabnik
-2
/
+2
2016-01-21
doc: this sentence did not read well
Tshepang Lekhonkhobe
-2
/
+2
2016-01-21
doc: improve grammar
Tshepang Lekhonkhobe
-1
/
+1
2016-01-20
Remove raw pointer from OpenOptions struct
Paul Dicker
-0
/
+6
2016-01-15
Addressed comments
Paul Dicker
-16
/
+25
2016-01-14
Fix doctests
Paul Dicker
-0
/
+1
2016-01-13
Move `custom_flags` to `OpenOptionsExt`
Paul Dicker
-36
/
+3
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-47
/
+179
2016-01-02
Adjusted heading and created dedicated section in std::io docs
Nathan
-30
/
+30
2016-01-02
Links and punctionaction fixes.
Nathan
-43
/
+57
2016-01-02
Added platform notes to std::fs public functions.
Nathan
-35
/
+165
2016-01-01
Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnik
bors
-3
/
+3
2016-01-01
Added comment in which direction operation happens
Daniel Collin
-3
/
+3
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-3
/
+2
2015-12-13
remove deprecated APIs missed in #30182
Tamir Duberstein
-1
/
+1
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-79
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-5
/
+13
2015-12-03
doc: add example for std::fs::DirBuilder
Tshepang Lekhonkhobe
-0
/
+14
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+2
2015-11-11
Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik
bors
-1
/
+2
[next]