| Age | Commit message (Expand) | Author | Lines |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -12/+12 |
| 2023-11-08 | kmc-solid: Re-export `{As,Borrowed,Owned}Fd` in `std::os::solid::prelude` | Tomoaki Kawada | -1/+1 |
| 2023-11-08 | kmc-solid: Reimplement `AsFd` etc for `{TcpStream,TcpListener,UdpSocket}` by ... | Tomoaki Kawada | -3/+3 |
| 2023-11-08 | kmc-solid: Replace `{From,Into}Inner<c_int>` impls with `*RawFd` for `Socket` | Tomoaki Kawada | -3/+3 |
| 2023-11-08 | kmc-solid: Implement `AsFd` for `{Arc,Rc,Box}<impl AsFd>` | Tomoaki Kawada | -0/+33 |
| 2023-11-08 | kmc-solid: Implement `AsFd` and conversion to/from `OwnedFd` for `{TcpStream,... | Tomoaki Kawada | -0/+26 |
| 2023-11-08 | kmc-solid: Document I/O safety in `std::os::solid::io` | Tomoaki Kawada | -0/+44 |
| 2023-11-08 | kmc-solid: Add `std::os::solid::io::{BorrowedFd,OwnedFd,AsFd}` | Tomoaki Kawada | -0/+191 |
| 2023-10-31 | Stabilize `file_set_times` | Josh Triplett | -12/+12 |
| 2023-10-28 | Remove asmjs from library | Jubilee Young | -2/+0 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -1/+8 |
| 2023-10-25 | Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits | John Millikin | -128/+230 |
| 2023-10-20 | changes from feedback | David Carlier | -10/+0 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -3/+3 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -6/+6 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -0/+367 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -6/+6 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -4/+4 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -0/+81 |
| 2023-09-28 | Update stability attribute for child stream From impls | David Tolnay | -6/+6 |
| 2023-09-25 | Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrum | bors | -8/+14 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -1/+1 |
| 2023-09-22 | Rebase to master | Ayush Singh | -22/+33 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -1/+1 |
| 2023-09-22 | Add support for building `std::os::uefi` docs | Ayush Singh | -14/+20 |
| 2023-09-22 | Handle ExitBootServices | Ayush Singh | -10/+33 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -6/+5 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -0/+63 |
| 2023-09-22 | fix OS-specific I/O safety docs since the io_safety feature is stable | Ralf Jung | -8/+14 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -28/+52 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+391 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -0/+1390 |
| 2023-09-16 | Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnay | Matthias Krüger | -1/+1 |
| 2023-09-03 | Rollup merge of #115489 - saethlin:is-interrupted, r=thomcc | Matthias Krüger | -4/+4 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -4/+4 |
| 2023-08-29 | fix a doc typo at std::os::unix::fs::FileExt::write_at | Meng Xiangzhuo | -1/+1 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -4/+4 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -0/+69 |
| 2023-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -0/+69 |
| 2023-08-22 | std: xous: add support for locks | Sean Cross | -0/+4 |
| 2023-08-22 | std: xous: add services support | Sean Cross | -0/+264 |
| 2023-08-22 | std: xous: add os-specific ffi calls | Sean Cross | -0/+1122 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -3/+3 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+2 |
| 2023-08-14 | mention /proc/self/fd with /proc/self/mem | Ralf Jung | -3/+3 |
| 2023-08-14 | wording; and explain some of the possible consequences of violating io-safety | Ralf Jung | -2/+2 |
| 2023-08-14 | typos | Ralf Jung | -1/+1 |
| 2023-08-14 | sync the various FromRawFd trait docs, and remove 'valid' | Ralf Jung | -21/+32 |
| 2023-08-13 | add more explicit I/O safety documentation | Ralf Jung | -9/+22 |