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
2020-05-05
explain the types used in the open64 call
Ralf Jung
-0
/
+4
2020-04-26
Update name
Steven Fackler
-4
/
+4
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+10
2020-04-14
Add illumos triple
Patrick Mooney
-6
/
+28
2020-01-08
Try statx for all linux-gnu targets
oxalica
-28
/
+6
2020-01-06
Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
bors
-0
/
+2
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-1
/
+1
2020-01-01
Add support for RISC-V 64-bit GNU/Linux
msizanoen1
-0
/
+2
2019-12-22
Format the world
Mark Rousskov
-210
/
+243
2019-11-26
Fix spelling typos
Brian Wignall
-2
/
+2
2019-10-26
Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton
bors
-5
/
+3
2019-10-23
Some tweaks
oxalica
-49
/
+44
2019-10-22
Merge branch 'master' into rusty-hermit
Stefan Lankes
-2
/
+0
2019-10-22
Fix check of `statx`
oxalica
-16
/
+34
2019-10-20
Merge branch 'master' into rusty-hermit
Stefan Lankes
-10
/
+217
2019-10-20
Auto merge of #65469 - mati865:libc, r=alexcrichton
bors
-2
/
+0
2019-10-18
Fix cast of stx_btime.tv_nsec
oxalica
-1
/
+1
2019-10-18
Fix cfgs for current libc
oxalica
-89
/
+139
2019-10-18
Prefer statx on linux if available
oxalica
-7
/
+164
2019-10-17
Update emscripten functions declarations
Mateusz Mikuła
-2
/
+0
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-5
/
+3
2019-08-08
Rollup merge of #63332 - marmistrz:truncate, r=alexcrichton
Mazdak Farrokhzad
-3
/
+9
2019-08-08
Move the TryInto import into the inner scope
Marcin Mielniczuk
-1
/
+1
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-6
/
+9
2019-08-06
Add an overflow check in truncate implementation for Unix.
Marcin Mielniczuk
-3
/
+9
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
[next]