| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -1/+1 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -6/+1 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -4/+4 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -2/+10 |
| 2022-10-24 | Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -4/+34 |
| 2022-10-06 | Don't needless link to `libresolv` on Darwin in libstd | Thom Chiovoloni | -4/+0 |
| 2022-09-01 | unix_sigpipe: Make `sigpipe` param docs long-form | Martin Nordholts | -2/+1 |
| 2022-08-31 | unix_sigpipe: Add docs for `init()` `sigpipe` param | Martin Nordholts | -0/+2 |
| 2022-08-31 | unix_sigpipe: Inline compiler sigpipe constants in std | Martin Nordholts | -3/+9 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -6/+23 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -2/+4 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -1/+2 |
| 2022-06-13 | Enable argv support for horizon OS | Ian Chamberlain | -3/+5 |
| 2022-06-13 | Horizon OS STD support | Meziu | -3/+3 |
| 2022-06-10 | Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett | bors | -35/+56 |
| 2022-06-10 | use fcntl fallback for additional poll-specific errors | The 8472 | -7/+8 |
| 2022-06-04 | keep using poll as fast path and only use fcntl as fallback | The 8472 | -19/+64 |
| 2022-05-27 | Call the OS function to set the main thread's name on program init | Wesley Wiser | -0/+10 |
| 2022-05-11 | Use `fcntl(fd, F_GETFD)` to detect if standard streams are open | Tomasz Miąsko | -31/+6 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -0/+1 |
| 2022-04-14 | library: Remove definitions and reexports of `strlen` from libstd | Vadim Petrochenkov | -1/+0 |
| 2022-04-12 | Allow cvt_nz to be unused on some platforms. | Mara Bos | -0/+1 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -3/+1 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -3/+1 |
| 2022-03-09 | L4Re does not support sanitizing standard streams | Benjamin Lamowski | -0/+1 |
| 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 |