| Age | Commit message (Expand) | Author | Lines |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+3 |
| 2023-10-22 | Rollup merge of #116989 - ChrisDenton:skip-unsupported, r=Mark-Simulacrum | Matthias Krüger | -2/+11 |
| 2023-10-21 | Rollup merge of #114521 - devnexen:std_fbsd_13_upd, r=cuviper | Matthias Krüger | -18/+2 |
| 2023-10-20 | changes from feedback | David Carlier | -16/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | Skip test if Unix sockets are unsupported | Chris Denton | -2/+11 |
| 2023-10-20 | std: freebsd build update. | David CARLIER | -4/+2 |
| 2023-10-20 | Auto merge of #116785 - nnethercote:spec-Bytes-read, r=the8472 | bors | -15/+60 |
| 2023-10-20 | Specialize `Bytes<R>::next` when `R` is a `BufReader`. | Nicholas Nethercote | -15/+60 |
| 2023-10-19 | Auto merge of #116132 - darthunix:connect_poll, r=cuviper | bors | -12/+38 |
| 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 | Auto merge of #116527 - sthibaul:libc, r=Mark-Simulacrum | bors | -1/+1 |
| 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 | Revert "Invoke `backtrace-rs` buildscript in `std` buildscript" | Peter Jaszkowiak | -12/+0 |
| 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/+458 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |