| Age | Commit message (Expand) | Author | Lines |
| 2024-01-13 | std: xous: pass entire memory range to flag updater | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: correct size of freed memory | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: fix lend_impl() return values | Sean Cross | -8/+10 |
| 2024-01-09 | Backlog for HorizonOS UnixListener | Andrea Ciliberti | -2/+8 |
| 2024-01-05 | Fix broken build for ESP IDF due to #119026 | ivmarkov | -2/+3 |
| 2024-01-04 | Rollup merge of #119026 - devnexen:listener_upd, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2023-12-24 | Fix doc typo for read_exact_at | AlexBuz | -1/+1 |
| 2023-12-24 | std::net::bind using -1 for openbsd which in turn sets it to somaxconn. | David Carlier | -2/+12 |
| 2023-11-23 | Fix tracking issue of Windows ExitCodeExt | David Tolnay | -3/+3 |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -4/+298 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -0/+6 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -2/+0 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -0/+6 |
| 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 |