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
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-7
/
+3
2019-05-02
Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS.
Edward Barnard
-19
/
+69
2019-04-27
Stabilized vectored IO
Steven Fackler
-3
/
+3
2019-04-19
Fix sync_all on macos/ios
David Vázquez Púa
-2
/
+9
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+9
2019-04-03
wasi: Fill out `std::fs` module for WASI
Alex Crichton
-21
/
+2
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-03-23
fs::copy() set file mode early
Harald Hoyer
-55
/
+74
2019-03-04
Change `std::fs::copy` to use `copyfile` on MacOS and iOS
Edward Barnard
-1
/
+86
2019-02-28
libstd => 2018
Taiki Endo
-24
/
+28
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-06
refactor: use shorthand fields
teresy
-4
/
+4
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-07-30
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-4
/
+6
2018-06-26
Rollup merge of #51786 - cuviper:stat64-pointers, r=Mark-Simulacrum
Pietro Albini
-2
/
+2
2018-06-26
Auto merge of #50630 - sharkdp:fix-50619, r=sfackler
bors
-7
/
+24
2018-06-25
Remove unnecessary stat64 pointer casts
Josh Stone
-2
/
+2
2018-06-25
Use fstatat64 where available
Josh Stone
-6
/
+5
2018-06-12
Fix possibly endless loop in ReadDir iterator
sharkdp
-7
/
+24
2018-06-01
fs: copy: Add EPERM to fallback error conditions
Nicolas Koch
-5
/
+12
2018-05-31
Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertj
Guillaume Gomez
-5
/
+5
2018-05-31
libstd/sys/unix/fs.rs: fix compilation on fuchsia
Guillaume Girol
-1
/
+1
2018-05-30
std::fs::DirEntry.metadata(): use fstatat instead of lstat when possible
Guillaume Girol
-11
/
+32
2018-05-30
Remobve unused import
Nicolas Koch
-1
/
+1
2018-05-30
fs: copy: Use File::set_permissions instead of fs::set_permissions
Nicolas Koch
-4
/
+4
2018-05-29
Auto merge of #50772 - nicokoch:fastcopy, r=alexcrichton
bors
-0
/
+88
2018-05-29
Fix additional nits:
Nicolas Koch
-7
/
+3
2018-05-28
Use FIXME instead of TODO; Move bytes_to_copy calculation inside if
Nicolas Koch
-6
/
+7
2018-05-24
Implement suggestions from the PR
Nicolas Koch
-1
/
+3
2018-05-17
Store ENOSYS in a global to avoid unnecessary system calls
Nicolas Koch
-10
/
+25
2018-05-16
Fix large file copies on 32 bit platforms
Nicolas Koch
-2
/
+6
2018-05-16
Adjust len in every iteration
Nicolas Koch
-1
/
+2
2018-05-16
Add clarifying comment about offset argument
Nicolas Koch
-0
/
+2
2018-05-16
Use copy_file_range on android also
Nicolas Koch
-3
/
+3
2018-05-15
fs: use copy_file_range on linux
Nicolas Koch
-0
/
+67
2018-05-14
Don't unconditionally set CLOEXEC twice on every fd we open on Linux
Tobias Bucher
-4
/
+37
2017-10-20
Fix some tests for linux gnux32
Marco A L Barbosa
-2
/
+2
2017-09-17
Remove st_mode mask
Trevor Merrifield
-1
/
+1
2017-09-15
Retain suid/sgid/sticky bits in Metadata.permissions
Trevor Merrifield
-1
/
+1
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-1
/
+5
2017-08-28
Update the libc submodule
Alex Crichton
-0
/
+2
2017-08-15
Add comments clarifying behavior of unix `set_readonly` behavior.
Corey Farwell
-1
/
+7
2017-08-03
Fix a dangling symlink bug in `remove_dir_all()` on Solaris
Danek Duvall
-6
/
+1
2017-06-20
Add `Read::initializer`.
Steven Fackler
-4
/
+0
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-02-22
Update name_bytes, scoop up latest libc
Raph Levien
-3
/
+3
2017-02-21
Switch Fuchsia to readdir (instead of readdir_r)
Raph Levien
-10
/
+11
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
/
+5
2016-10-22
Fix missing DirEntryExt::ino
Raph Levien
-1
/
+2
[next]