| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | Auto merge of #114534 - niluxv:strict_prov_unwind, r=cuviper,workingjubilee | bors | -46/+94 |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -29/+51 |
| 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/+89 |
| 2023-10-18 | Add discussion that concurrent access to the environment is unsafe | Tobias Bucher | -10/+28 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-10-17 | Auto merge of #116518 - vita-rust:vita, r=workingjubilee | bors | -5/+5 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -5/+5 |
| 2023-10-16 | Create `windows/api.rs` for safer FFI | Chris Denton | -53/+212 |
| 2023-10-16 | Improve rewind documentation | Sean Linsley | -0/+4 |
| 2023-10-16 | Auto merge of #116775 - nnethercote:inline-Bytes-next, r=the8472 | bors | -0/+2 |
| 2023-10-16 | Auto merge of #114589 - ijackson:exit-code-default, r=dtolnay | bors | -1/+9 |
| 2023-10-15 | Auto merge of #116772 - matthiaskrgr:rollup-mpff3lh, r=matthiaskrgr | bors | -4/+168 |
| 2023-10-16 | Inline `Bytes::next` and `Bytes::size_hint`. | Nicholas Nethercote | -0/+2 |
| 2023-10-15 | Rollup merge of #116341 - Ayush1325:uefi-args, r=Mark-Simulacrum | Matthias Krüger | -1/+165 |
| 2023-10-15 | Rollup merge of #116172 - joboet:recursive_tls_initialization, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-10-15 | Auto merge of #110604 - a1phyr:vecdeque_buf_read, r=dtolnay | bors | -0/+18 |
| 2023-10-15 | Deduplicate std::process Default impl feature names | David Tolnay | -2/+2 |
| 2023-10-15 | Implement args for UEFI | Ayush Singh | -1/+165 |
| 2023-10-15 | Make File::create work on Windows hidden files | Chris Denton | -7/+64 |
| 2023-10-15 | Auto merge of #116683 - ChrisDenton:exists, r=Mark-Simulacrum | bors | -0/+56 |
| 2023-10-14 | Add Seek::seek_relative | Jonathan Behrens | -0/+36 |
| 2023-10-14 | Rollup merge of #116540 - daxpedda:once-cell-lock-try-insert, r=Mark-Simulacrum | Guillaume Gomez | -3/+40 |
| 2023-10-14 | Fix broken build on ESP-IDF caused by #115108 | ivmarkov | -4/+24 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -14/+14 |
| 2023-10-13 | Auto merge of #115108 - ijackson:broken-wait-status, r=dtolnay | bors | -50/+144 |
| 2023-10-13 | Implement `OnceCell/Lock::try_insert()` | daxpedda | -3/+40 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -12/+38 |
| 2023-10-13 | Test that unix sockets exist on Windows | Chris Denton | -0/+49 |
| 2023-10-13 | Make try_exists return Ok(true) for Windows UDS | Chris Denton | -0/+7 |
| 2023-10-12 | Auto merge of #116506 - Wilfred:remove_tmp_var, r=workingjubilee | bors | -2/+1 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+1 |
| 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/+457 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-07 | std: fix registering of Windows TLS destructors | joboet | -1/+4 |
| 2023-10-07 | Auto merge of #109214 - tosti007:std_collection_hash_new_rework, r=workingjub... | bors | -1/+1 |
| 2023-10-07 | Remove unnecessary tmp variable in default_read_exact | Wilfred Hughes | -2/+1 |
| 2023-10-07 | Auto merge of #116501 - workingjubilee:rollup-fpzov6m, r=workingjubilee | bors | -1/+1 |
| 2023-10-06 | Rollup merge of #116500 - simlay:tvos-support-for-register_dtor, r=workingjub... | Jubilee | -1/+1 |
| 2023-10-06 | Auto merge of #114709 - ShE3py:wasi-io-error-more, r=workingjubilee | bors | -23/+92 |
| 2023-10-06 | Add tvOS to target_os for register_dtor | Sebastian Imlay | -1/+1 |
| 2023-10-06 | Rollup merge of #116484 - peterjoel:once-doc-clarify, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-10-06 | Use `io_error_more` on WASI | ShE3py | -23/+92 |
| 2023-10-06 | Auto merge of #116483 - GuillaumeGomez:rollup-z65pno1, r=GuillaumeGomez | bors | -0/+10 |
| 2023-10-06 | Minor doc clarification in Once::call_once | Peter Hall | -1/+1 |
| 2023-10-06 | Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin | Guillaume Gomez | -0/+10 |