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
/
library
/
std
/
src
/
sys
/
wasi
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+1
2022-10-03
Reduce CString allocations in std as much as possible
Alex Saveau
-42
/
+44
2022-10-01
Error instead of panicking when setting file times if the passed `SystemTime`...
beetrees
-6
/
+13
2022-08-18
Address reviewer comments
Nick Cameron
-1
/
+1
2022-08-05
non-linux platforms
Nick Cameron
-3
/
+3
2022-07-15
Support setting file accessed/modified timestamps
Josh Triplett
-0
/
+25
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-2
/
+2
2022-01-19
Fix CVE-2022-21658 for WASI
Alex Crichton
-8
/
+63
2021-11-02
more efficent File::read_buf impl for windows and unix
DrMeepster
-1
/
+5
2021-08-19
I/O safety.
Dan Gohman
-10
/
+39
2021-08-13
Change WASI's `RawFd` from `u32` to `c_int` (`i32`).
Dan Gohman
-3
/
+4
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-2
/
+3
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-2
/
+2
2021-05-19
Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...
Chris Denton
-1
/
+1
2021-03-27
Use DebugStruct::finish_non_exhaustive() in std.
Mara Bos
-1
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-1
/
+1
2021-03-05
std: Fix a bug on the wasm32-wasi target opening files
Alex Crichton
-4
/
+2
2021-02-24
x.py fmt
Dan Gohman
-1
/
+1
2021-02-24
Use `super::` to refer to WASI-specific names.
Dan Gohman
-1
/
+1
2021-02-19
x.py fmt
Dan Gohman
-6
/
+1
2021-02-10
Make WASI's `hard_link` behavior match other platforms.
Dan Gohman
-1
/
+2
2021-01-14
std: Update wasi-libc commit of the wasm32-wasi target
Alex Crichton
-19
/
+36
2020-11-14
Disambiguate symlink argument names
David Tolnay
-10
/
+10
2020-09-03
Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi
Amjad Alsharafi
-0
/
+2
2020-08-05
Fix wasi::fs::OpenOptions to imply write when append is on
Yuto Kawamura
-3
/
+5
2020-07-31
Fix std::fs::File::metadata permission on WASI target
Shen-Ta Hsieh
-0
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+667