| Age | Commit message (Expand) | Author | Lines |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -1/+1 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -1/+1 |
| 2021-04-25 | Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se | Dylan DPC | -0/+21 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+21 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -6/+0 |
| 2021-04-23 | Explicitly implement `!Send` and `!Sync` for `sys::{Args, Env}` | Christiaan Dirkx | -8/+8 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -3/+4 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -4/+0 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -3/+4 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -2/+0 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -5/+5 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -6/+6 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -1/+1 |
| 2021-04-18 | Update `decode_error_kind` to decode os errors to `NotSupported` | Christiaan Dirkx | -0/+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 | -5/+5 |
| 2021-03-05 | std: Fix a bug on the wasm32-wasi target opening files | Alex Crichton | -4/+2 |
| 2021-02-27 | Rollup merge of #82421 - sunfishcode:wasi-metadata-size, r=alexcrichton | Dylan DPC | -0/+5 |
| 2021-02-24 | x.py fmt | Dan Gohman | -3/+3 |
| 2021-02-24 | Use `super::` to refer to WASI-specific names. | Dan Gohman | -7/+7 |
| 2021-02-24 | Cast `libc::STDIN_FILENO` to `RawFd`. | Dan Gohman | -6/+6 |
| 2021-02-23 | Enable API documentation for `std::os::wasi`. | Dan Gohman | -15/+50 |
| 2021-02-23 | Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton | Dylan DPC | -6/+2 |
| 2021-02-22 | Add a `size()` function to WASI's `MetadataExt`. | Dan Gohman | -0/+5 |
| 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-02-03 | Restore comment as it was | Ingvar Stepanyan | -0/+2 |
| 2021-02-03 | Keep old symlink; expose new symlink_path | Ingvar Stepanyan | -4/+14 |
| 2021-01-30 | Expose correct symlink API on WASI | Ingvar Stepanyan | -9/+5 |
| 2021-01-14 | std: Update wasi-libc commit of the wasm32-wasi target | Alex Crichton | -22/+78 |
| 2020-11-14 | Disambiguate symlink argument names | David Tolnay | -10/+10 |
| 2020-10-14 | Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=M... | Yuki Okushi | -0/+1 |
| 2020-10-13 | Deny unsafe_op_in_unsafe_fn for unsupported/common.rs through sys/wasm too. | Mara Bos | -0/+1 |
| 2020-10-08 | Implement `AsRawFd` for `StdinLock` etc. on WASI. | Dan Gohman | -0/+18 |
| 2020-09-20 | spend another CI build to delete a double newline | Without Boats | -1/+0 |
| 2020-09-20 | fix typos | Without Boats | -2/+2 |
| 2020-09-20 | Make RawFd implement the RawFd traits | Without Boats | -0/+20 |
| 2020-09-15 | Consolidate wasi::process and unsupported::process | Eric Huss | -151/+1 |
| 2020-09-15 | Consolidate wasi alloc with unix alloc. | Eric Huss | -69/+1 |
| 2020-09-15 | Consolidate byte-identical modules. | Eric Huss | -59/+2 |
| 2020-09-03 | Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim... | bors | -8/+60 |
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -8/+60 |
| 2020-08-26 | Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, primitive_docs.r... | Surya Midatala | -25/+2 |
| 2020-08-21 | Make raw standard stream constructors const | Tomasz Miąsko | -3/+3 |
| 2020-08-21 | Remove result type from raw standard streams constructors | Tomasz Miąsko | -7/+7 |
| 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/+2945 |