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
/
os
/
wasi
Age
Commit message (
Expand
)
Author
Lines
2025-05-10
Remove `stable` attribute from wasi fs (read_exact|write_all)_at
Paolo Barbolini
-2
/
+0
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+0
2025-02-17
Remove std::os::wasi::fs::FileExt::tell
Thalia Archibald
-11
/
+0
2025-01-14
wasi/io: remove dead files
Ralf Jung
-29
/
+4
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-3
/
+2
2024-10-09
Decouple WASIp2 sockets from WasiFd
Nicola Krumschmidt
-0
/
+2
2024-08-05
WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}
Georgii Rylov
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-07-26
Fix doc nits
John Arundel
-13
/
+13
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-9
/
+2
2024-02-27
Rename wasm32-wasi-preview2 to wasm32-wasip2
Ryan Levick
-2
/
+2
2024-02-27
Add the wasm32-wasi-preview2 target
Ryan Levick
-1
/
+2
2024-02-18
Add uncontroversial syscall doc aliases to std docs
SabrinaJewson
-0
/
+14
2024-01-28
Revert "Add the wasm32-wasi-preview2 target"
León Orell Valerian Liehr
-2
/
+1
2024-01-23
Add the wasm32-wasi-preview2 target
Ryan Levick
-1
/
+2
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-2
/
+2
2022-10-29
Adjust stabilization version to 1.65.0 for wasi fds
Mark Rousskov
-2
/
+2
2022-10-20
Make the whole `std::os::wasi::io` module stable.
Dan Gohman
-1
/
+1
2022-10-20
Mark `std::os::wasi::io::AsFd` etc. as stable.
Dan Gohman
-1
/
+1
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-7
/
+1
2022-07-27
Allow using stable os::fd::raw items through unstable os::wasi module
bstrie
-0
/
+15
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-6
/
+6
2022-01-28
wasi: enable TcpListener and TcpStream
Harald Hoyer
-0
/
+20
2022-01-28
wasi: update to wasi 0.11.0
Harald Hoyer
-0
/
+15
2021-11-12
Rename WASI's `is_character_device` to `is_char_device`.
Dan Gohman
-2
/
+6
2021-09-17
modify std::os docs to be more consistent
Sachin Cherian
-2
/
+9
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-231
/
+2
2021-08-19
Fix syntax for non-doc comments, and use `crate::` instead of `std::`.
Dan Gohman
-6
/
+6
2021-08-19
Factor out Unix and WASI fd code into a common module.
Dan Gohman
-280
/
+1
2021-08-19
Synchronize minor differences between Unix and WASI implementations.
Dan Gohman
-3
/
+4
2021-08-19
Fix copypasta of "Unix" within the WASI directory.
Dan Gohman
-1
/
+1
2021-08-19
Add Safety comments to the `As*` for `Owned*` implementations.
Dan Gohman
-0
/
+3
2021-08-19
Add Owned*, Borrowed*, and As* to the preludes.
Dan Gohman
-1
/
+1
2021-08-19
Rename `OwnedFd`'s private field to match it's debug output.
Dan Gohman
-17
/
+17
2021-08-19
Add a test to ensure that RawFd is the size we assume it is.
Dan Gohman
-0
/
+15
2021-08-19
I/O safety.
Dan Gohman
-89
/
+411
2021-08-13
Change WASI's `RawFd` from `u32` to `c_int` (`i32`).
Dan Gohman
-7
/
+14
2021-07-12
Add tracking issue number to `wasi_ext`
Benoît du Garreau
-2
/
+2
2021-07-02
Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett
bors
-1
/
+2
2021-06-20
Move `OsStringExt` and `OsStrExt` to `std::os`
Christiaan Dirkx
-1
/
+4
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-1
/
+2
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-1
/
+1
2021-05-14
Expand WASI abbreviation in docs
r00ster
-1
/
+1
2021-05-03
Move `std::sys::wasi::ext` to `std::os::wasi`
Christiaan Dirkx
-0
/
+796