| Age | Commit message (Expand) | Author | Lines |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+9 |
| 2022-02-07 | fix exclusive range error | Jane Lusby | -1/+1 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+9 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -4/+4 |
| 2021-11-02 | Update library/std/src/sys/unsupported/fs.rs | DrMeepster | -1/+1 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -1/+5 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -1/+1 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -0/+8 |
| 2021-08-02 | Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se | Yuki Okushi | -2/+2 |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -2/+2 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -2/+2 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -1/+1 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -4/+1 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+8 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -1/+1 |
| 2021-06-01 | Multiple improvements to RwLocks | BenoƮt du Garreau | -0/+2 |
| 2021-05-19 | Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca... | Chris Denton | -0/+4 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -1/+17 |
| 2021-05-07 | Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se | Dylan DPC | -0/+1 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -29/+1 |
| 2021-04-28 | Fix missing import in `unsupported::args` | Christiaan Dirkx | -0/+1 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -29/+1 |
| 2021-04-25 | Auto merge of #84115 - CDirkx:rt, r=m-ou-se | bors | -9/+7 |
| 2021-04-22 | Rollup merge of #84413 - CDirkx:args_inner_debug, r=m-ou-se | Dylan DPC | -3/+3 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -0/+2 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -5/+1 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -3/+3 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -3/+0 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -2/+5 |
| 2021-04-20 | Change uses of never type | Christiaan Dirkx | -126/+127 |
| 2021-04-20 | Replace `Void` with never type | Christiaan Dirkx | -27/+21 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -3/+6 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -3/+3 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -3/+3 |
| 2020-11-14 | Disambiguate symlink argument names | David Tolnay | -1/+1 |
| 2020-10-14 | Rollup merge of #77722 - fusion-engineering-forks:safe-unsupported-locks, r=M... | Yuki Okushi | -37/+32 |
| 2020-10-13 | Add note about using cells in the locks on the 'unsupported' platform. | Mara Bos | -0/+2 |
| 2020-10-09 | Assert state in sys/unsupported's RwLock::write_unlock. | Mara Bos | -1/+1 |
| 2020-10-08 | Apply deny(unsafe_op_in_unsafe_fn) to all of sys/unsupported. | Mara Bos | -9/+10 |
| 2020-10-08 | Remove unsafety from unsupported/rwlosck.rs by using a Cell. | Mara Bos | -18/+16 |
| 2020-10-08 | Remove unsafety from unsupported/mutex.rs by using a Cell. | Mara Bos | -14/+8 |
| 2020-10-08 | Remove unnecessary rustc_const_stable attributes. | Mara Bos | -1/+0 |
| 2020-10-04 | Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay | bors | -0/+4 |
| 2020-10-02 | No longer put condvars on the 'unsupported' platform in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -0/+2 |
| 2020-10-02 | No longer put mutexes on the 'unsupported' platform in a box. | Mara Bos | -1/+1 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -0/+2 |
| 2020-09-26 | Add accessors to Command. | Eric Huss | -1/+38 |
| 2020-09-15 | Consolidate wasi::process and unsupported::process | Eric Huss | -6/+2 |