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
/
unix
/
ext
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-904
/
+0
2020-07-09
libstd/libcore: fix various typos
Andy Russell
-2
/
+2
2020-07-02
Fix links
Guillaume Gomez
-1
/
+1
2020-06-18
Document format correction
qy3u
-2
/
+4
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-31
/
+77
2019-10-28
[doc] fix the reference to using `OpenOptions::open`
Josh Stone
-1
/
+1
2019-10-28
[doc] add a possessive apostrophe in `OpenOptionsExt::mode`
Josh Stone
-1
/
+1
2019-05-26
Print file mode of PermissionExt in octal in Examples
oberien
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-7
/
+6
2019-02-10
libs: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
tests: doc comments
Alexander Regueiro
-2
/
+2
2019-01-15
Stabilize FileExt::read_exact_at/write_all_at
Dror Levin
-4
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+1
2018-11-22
Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer
ariasuni
-6
/
+12
2018-07-02
Fill in tracking issue number for read_exact_at/write_all_at
Dror Levin
-2
/
+2
2018-06-26
Add read_exact_at and write_all_at methods to FileExt on unix
Dror Levin
-0
/
+127
2018-04-14
Prefer unprefixed paths for well known structs
Dylan MacKenzie
-4
/
+4
2018-04-14
Add doc links to `std::os` extension traits
Dylan MacKenzie
-14
/
+19
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-171
/
+171
2017-11-11
Add missing links and examples for FileExt
Guillaume Gomez
-2
/
+40
2017-11-08
Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcv
Guillaume Gomez
-4
/
+70
2017-11-07
Add missing links and examples
Guillaume Gomez
-4
/
+70
2017-10-31
add missing docs for MetadataExt
Guillaume Gomez
-0
/
+246
2017-09-17
Remove st_mode mask
Trevor Merrifield
-2
/
+2
2017-09-15
Retain suid/sgid/sticky bits in Metadata.permissions
Trevor Merrifield
-2
/
+2
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-2
/
+0
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-6
/
+16
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-5
/
+5
2016-12-15
Stabilize std::os::*::fs::FileExt
Aaron Turon
-4
/
+4
2016-10-09
Implement reading and writing atomically at certain offsets
Tobias Bucher
-0
/
+45
2016-07-28
Add OpenOptionsExt doc examples
Guillaume Gomez
-0
/
+38
2016-07-28
Add doc examples for std::fs::unix::OpenOptionsExt
Guillaume Gomez
-0
/
+12
2016-07-26
Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnik
Steve Klabnik
-0
/
+16
2016-07-24
Add DirEntry doc examples
Guillaume Gomez
-0
/
+16
2016-07-23
Add DirBuilder doc examples
Guillaume Gomez
-0
/
+10
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-3
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-79
/
+0
2016-02-13
std: Deprecate all std::os::*::raw types
Alex Crichton
-54
/
+70
2016-01-20
Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton
bors
-1
/
+34
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+19
2016-01-15
Addressed comments
Paul Dicker
-3
/
+6
2016-01-14
Fix doctests
Paul Dicker
-2
/
+3
2016-01-13
Move `custom_flags` to `OpenOptionsExt`
Paul Dicker
-1
/
+27
2016-01-13
Implement RFC 1252 expanding the OpenOptions structure
Paul Dicker
-0
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-4
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+4
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-4
/
+6
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-22
/
+25
[next]