| Age | Commit message (Expand) | Author | Lines |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -1/+1 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -1/+1 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -4/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -0/+3 |
| 2021-09-16 | Replace a couple of asserts with rtassert! in rt code | bjorn3 | -1/+1 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+21 |
| 2021-08-02 | Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se | Yuki Okushi | -2/+1 |
| 2021-07-17 | Remove args cleanup code. | Dan Gohman | -1/+0 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -7/+35 |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -17/+39 |
| 2021-07-03 | Move `os_str_bytes` to `sys::unix` and reuse it on other platforms. | Christiaan Dirkx | -2/+1 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -1/+1 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-18 | ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos | Ian Jackson | -0/+20 |
| 2021-06-18 | ErrorKind: Fix a spurious space | Ian Jackson | -1/+1 |
| 2021-06-18 | ErrorKind: Reformat the mapping table (unix) | Ian Jackson | -17/+19 |
| 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 | Support Android ndk versions `r23-beta3` and up | Tilmann Meyer | -1/+0 |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -1/+0 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+1 |
| 2021-04-30 | Auto merge of #84522 - CDirkx:cmath, r=yaahc | bors | -0/+1 |
| 2021-04-28 | Reuse `unix::cmath` | Christiaan Dirkx | -0/+1 |
| 2021-04-22 | Document that `init` and `cleanup` are not guaranteed to run | Christiaan Dirkx | -0/+2 |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -2/+2 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -25/+19 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -1/+4 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -8/+7 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -0/+1 |
| 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-02 | Move `std::sys::unix::platform` to `std::sys::unix::ext` | Christiaan Dirkx | -32/+0 |
| 2020-11-17 | Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrum | bors | -0/+52 |
| 2020-11-15 | Make the libstd build script smaller | bjorn3 | -0/+52 |
| 2020-11-13 | move copy specialization into sys::unix module | The8472 | -0/+2 |
| 2020-10-20 | Check that pthread mutex initialization succeeded | Tomasz Miąsko | -0/+4 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -0/+1 |
| 2020-09-28 | fix building libstd for Miri on macOS | Ralf Jung | -49/+50 |
| 2020-09-27 | Reopen standard streams when they are closed on Unix | Tomasz Miąsko | -0/+62 |
| 2020-09-27 | Move linux-specific futex code into `sys` module. | Mara Bos | -0/+1 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+168 |