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
2020-07-27
mv std libs to library/
mark
-3612
/
+0
2020-06-30
enable unsafe_op_in_unsafe_fn lint
Elton Law
-0
/
+1
2020-06-30
`#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rs
Elton Law
-2
/
+4
2020-06-27
Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann...
Manish Goregaokar
-1
/
+4
2020-06-27
Add links to fs::DirEntry::metadata
Rob Young
-1
/
+4
2020-06-27
Update the documentation to point to open instead of is_file and is_dir
Alexis Bourget
-10
/
+14
2020-06-11
Added the note to Metadata too
Alexis Bourget
-0
/
+6
2020-06-11
Add documentation to point to `!is_dir` instead of `is_file`
Alexis Bourget
-0
/
+6
2020-04-26
Update name
Steven Fackler
-8
/
+8
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+20
2020-04-02
Use Self over specific type in return position
Lzu Tao
-7
/
+7
2020-03-06
Fix missing ` in doc for File::with_options
Lukas
-1
/
+1
2020-02-19
Reword OpenOptions::{create, create_new} doc.
jumbatm
-8
/
+4
2019-12-25
tidy: change msdn links to newer locations
Lzu Tao
-1
/
+1
2019-12-14
Fix incorrect example code of OpenOptions::open
Patrick Wang
-1
/
+1
2019-12-03
Modified the testcases for VxWorks
Umesh Kalappa
-2
/
+9
2019-11-29
Format libstd with rustfmt
David Tolnay
-131
/
+204
2019-11-02
Auto merge of #65429 - Timmmm:withoptions, r=Mark-Simulacrum
bors
-2
/
+35
2019-10-18
Prefer statx on linux if available
oxalica
-4
/
+18
2019-10-16
Fix read/write links hopefully!
Tim Hutt
-2
/
+4
2019-10-15
Add File::with_options
Tim Hutt
-2
/
+33
2019-10-07
use 'invalid argument' for vxWorks
BaoshanPang
-1
/
+3
2019-09-24
Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAus
Mazdak Farrokhzad
-0
/
+25
2019-09-15
Rollup merge of #63872 - marmistrz:readdir, r=jonas-schievink
Mazdak Farrokhzad
-1
/
+2
2019-09-09
Replace println statements with explanatory comments
Ali Raheem
-7
/
+4
2019-09-06
Upgrade rand to 0.7
Mateusz MikuĊa
-1
/
+1
2019-08-26
Comment out println in read_dir sorting example
Ali Raheem
-5
/
+5
2019-08-25
Document platform-specific behavior of the iterator returned by std::fs::read...
Marcin Mielniczuk
-1
/
+2
2019-08-15
Fix gramitcal error in read_dir example
Ali Raheem
-1
/
+1
2019-08-08
Remove Iteration order heading
Ali Raheem
-4
/
+0
2019-08-07
Add fs::read_dir() and ReadDir warning about iterator order + example
Ali Raheem
-0
/
+32
2019-08-06
Add an overflow check in truncate implementation for Unix.
Marcin Mielniczuk
-0
/
+2
2019-07-29
std: Fix a failing `fs` test on Windows
Alex Crichton
-2
/
+2
2019-05-29
Update libstd doctests to use dyn
memoryruins
-1
/
+1
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+2
2019-05-02
Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.
Edward Barnard
-2
/
+2
2019-04-27
Stabilized vectored IO
Steven Fackler
-5
/
+5
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-18
Simplify the returning of a Result a bit
Jan Nils Ferner
-2
/
+1
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+19
2019-04-04
Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril
bors
-2
/
+9
2019-04-04
Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay
Mazdak Farrokhzad
-2
/
+9
2019-04-03
File: Add documentation about dropping to sync_all
Chris Gregory
-1
/
+5
2019-04-03
wasi: Fill out `std::fs` module for WASI
Alex Crichton
-0
/
+8
2019-04-02
Link to sync_all
Chris Gregory
-1
/
+2
2019-04-01
Document using `sync_all`
Chris Gregory
-4
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-03-27
Document std::fs::File close behavior ignoring errors
Chris Gregory
-1
/
+4
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-1
/
+1
2019-03-16
Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril
kennytm
-1
/
+1
[next]