| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomcc | bors | -2/+12 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -4/+4 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -1/+88 |
| 2023-10-24 | Auto merge of #116319 - BlackHoleFox:apple-rand-take-2, r=thomcc | bors | -58/+52 |
| 2023-10-24 | Auto merge of #116238 - tamird:gettimeofday, r=thomcc | bors | -200/+80 |
| 2023-10-23 | Remove Apple RNG fallbacks and simplify implementation | BlackHoleFox | -58/+52 |
| 2023-10-23 | Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgr | bors | -9/+7 |
| 2023-10-23 | stack_overflow: get_stackp using MAP_STACK flag on dragonflybsd too. | David Carlier | -2/+12 |
| 2023-10-23 | Rollup merge of #107159 - devnexen:random_fbsd_update, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2023-10-23 | Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov | bors | -1/+3 |
| 2023-10-23 | Fix invalid stability attribute features in standard library | David Tolnay | -4/+4 |
| 2023-10-23 | Auto merge of #116606 - ChrisDenton:empty, r=dtolnay | bors | -0/+8 |
| 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 | -10/+0 |
| 2023-10-20 | changes from feedback | David Carlier | -10/+0 |
| 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 | 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-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 | 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 | Auto merge of #116683 - ChrisDenton:exists, r=Mark-Simulacrum | bors | -0/+56 |
| 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 |