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
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-0
/
+14
2017-04-02
Improve documentation for `std::fs::DirBuilder`
Peter Gerber
-3
/
+6
2017-03-18
Fix problems left in `concurrent_recursive_mkdir`
Dawid Ciężarkiewicz
-3
/
+4
2017-03-17
Fix `create_dir_all("")`
Dawid Ciężarkiewicz
-0
/
+14
2017-03-17
Reorder match checks in `create_dir_all`
Dawid Ciężarkiewicz
-1
/
+1
2017-03-17
Fix problems found on Windows in `dir_create_all`
Dawid Ciężarkiewicz
-4
/
+3
2017-03-17
Break line longer than 100 characters
Dawid Ciężarkiewicz
-1
/
+2
2017-03-17
Add `concurrent_recursive_mkdir` test
Dawid Ciężarkiewicz
-1
/
+22
2017-03-17
Fix new version of `create_dir_all`
Dawid Ciężarkiewicz
-2
/
+2
2017-03-17
Fix race condition in fs::create_dir_all
David Roundy
-4
/
+20
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-4
/
+4
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-2
/
+1
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-55
/
+55
2017-01-22
Auto merge of #39176 - CartesianDaemon:master, r=frewsxcv
bors
-1
/
+12
2017-01-21
Revert "Add link to symlink_metadata in fs::Metadata doc"
Jack Vickeridge
-4
/
+3
2017-01-20
Document that `Metadata` can be obtained from `symlink_metadata`
Andrea Canciani
-3
/
+5
2017-01-20
Add link to symlink_metadata in fs::Metadata doc
Jack Vickeridge
-3
/
+4
2017-01-20
Fix formatting and links in previous doc change.
Jack Vickeridge
-4
/
+10
2017-01-19
Use fs::symlink_metadata in doc for is_symlink
Jack Vickeridge
-1
/
+6
2017-01-09
Fix a couple of bad Markdown links
Chris Morgan
-1
/
+2
2016-12-26
Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkov
bors
-20
/
+25
2016-12-24
Auto merge of #38443 - frewsxcv:file-docs, r=brson
bors
-6
/
+38
2016-12-22
Fix fs tests on Windows systems with non-english locales.
Peter Atashian
-20
/
+25
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-1
/
+17
2016-12-18
Improve the API examples for `std::fs::File`.
Corey Farwell
-6
/
+38
2016-11-22
Add a method for setting permissions directly on an open file.
Steven Allen
-0
/
+53
2016-10-16
impl Debug for ReadDir
David Henningsson
-0
/
+1
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-1
/
+125
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-50
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+49
2016-09-22
Implement Debug for DirEntry.
Corey Farwell
-0
/
+20
2016-08-31
Rollup merge of #35786 - GuillaumeGomez:paths_doc, r=steveklabnik
Jonathan Turner
-2
/
+5
2016-08-31
Improve Path and PathBuf docs
Guillaume Gomez
-2
/
+5
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-08-05
Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnik
Guillaume Gomez
-1
/
+59
2016-08-03
Add doc examples for FileType struct
Guillaume Gomez
-1
/
+59
2016-07-28
Add doc examples for std::fs::Metadata
Guillaume Gomez
-0
/
+51
2016-07-26
Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnik
Steve Klabnik
-5
/
+23
2016-07-26
Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik
Steve Klabnik
-12
/
+84
2016-07-24
Improve Open doc
Guillaume Gomez
-5
/
+23
2016-07-24
Add DirEntry doc examples
Guillaume Gomez
-0
/
+55
2016-07-24
Add missing links
Guillaume Gomez
-12
/
+29
2016-07-23
Add DirBuilder doc examples
Guillaume Gomez
-1
/
+18
2016-07-18
Remove rustdoc reference to `walk_dir`
Mark Buer
-2
/
+2
2016-07-10
Derive Debug on FileType.
Martin Pool
-1
/
+1
2016-06-15
Fix a docs typo
Gleb Kozyrev
-1
/
+1
2016-06-15
Test ErrorKind::AlreadyExists for files
Gleb Kozyrev
-0
/
+9
2016-06-02
Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnik
Guillaume Gomez
-2
/
+3
2016-06-02
Restore original meaning of std::fs::read_dir's example changed in #33958.
kennytm
-2
/
+3
[next]