| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -24/+39 |
| 2023-10-18 | std: send free message when xous thread parker is dropped | joboet | -1/+7 |
| 2023-10-18 | std: implement thread parking for xous | joboet | -1/+88 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -2/+2 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -2/+2 |
| 2023-10-16 | Create `windows/api.rs` for safer FFI | Chris Denton | -53/+212 |
| 2023-10-15 | Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum | Matthias Krüger | -1/+165 |
| 2023-10-15 | Implement args for UEFI | Ayush Singh | -1/+165 |
| 2023-10-15 | Make File::create work on Windows hidden files | Chris Denton | -6/+38 |
| 2023-10-15 | Auto merge of #116683 - ChrisDenton:exists, r=Mark-Simulacrum | bors | -0/+21 |
| 2023-10-14 | Fix broken build on ESP-IDF caused by #115108 | ivmarkov | -4/+24 |
| 2023-10-13 | Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay | bors | -50/+144 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -9/+37 |
| 2023-10-13 | Test that unix sockets exist on Windows | Chris Denton | -0/+14 |
| 2023-10-13 | Make try_exists return Ok(true) for Windows UDS | Chris Denton | -0/+7 |
| 2023-10-10 | On Windows make readdir error on the empty path | Chris Denton | -0/+8 |
| 2023-10-10 | Rewrite `read_encoded_pointer` conforming to strict provenance | niluxv | -28/+69 |
| 2023-10-10 | Use pointers instead of `usize` addresses for landing pads | niluxv | -34/+41 |
| 2023-10-09 | std: explain unconventional choice of let-else binding over while-let loop | joboet | -0/+3 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -3/+90 |
| 2023-10-07 | std: fix registering of Windows TLS destructors | joboet | -1/+4 |
| 2023-10-07 | Auto merge of #116501 - workingjubilee:rollup-fpzov6m, r=workingjubilee | bors | -1/+1 |
| 2023-10-06 | Add tvOS to target_os for register_dtor | Sebastian Imlay | -1/+1 |
| 2023-10-06 | Use `io_error_more` on WASI | ShE3py | -23/+92 |
| 2023-10-06 | Auto merge of #111595 - fortanix:raoul/waitqueue_clarifications, r=workingjub... | bors | -7/+19 |
| 2023-10-06 | Windows: Support sub-millisecond sleep | Chris Denton | -1/+88 |
| 2023-10-06 | Auto merge of #116463 - ChrisDenton:nlibc, r=workingjubilee | bors | -13/+18 |
| 2023-10-06 | Auto merge of #101150 - jethrogb:jb/cleanup-sgx-user-memory-copies, r=working... | bors | -122/+85 |
| 2023-10-06 | Remove libc | Chris Denton | -13/+18 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -12/+31 |
| 2023-10-04 | std: abort instead of panicking if the global allocator uses TLS | joboet | -4/+17 |
| 2023-10-03 | std: panic when the global allocator tries to register a TLS destructor | joboet | -24/+20 |
| 2023-10-03 | Rollup merge of #116282 - rustaceanclub:master, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-10-02 | Rollup merge of #116289 - linkmauve:patch-1, r=the8472 | Tyler Mandry | -0/+1 |
| 2023-10-02 | Auto merge of #116207 - Ayush1325:uefi_stdio, r=Mark-Simulacrum | bors | -1/+162 |
| 2023-10-02 | Stdio for UEFI | Ayush Singh | -1/+162 |
| 2023-09-30 | Add missing #[inline] on AsFd impl for sys::unix::fs::File | linkmauve | -0/+1 |
| 2023-09-30 | Fix broken links | cui fliter | -1/+1 |
| 2023-09-28 | time: use clock_gettime on macos | Tamir Duberstein | -148/+44 |
| 2023-09-28 | time: use clock_gettime on macos | Tamir Duberstein | -49/+35 |
| 2023-09-28 | time: cfg(any(x)) is the same as cfg(x) | Tamir Duberstein | -2/+2 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -121/+112 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -2/+14 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -1/+715 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -3/+2 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -1/+1 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -2/+1 |
| 2023-09-22 | Rebase to master | Ayush Singh | -26/+66 |
| 2023-09-22 | Use RawOsError for UEFI | Ayush Singh | -178/+261 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -4/+6 |