| Age | Commit message (Expand) | Author | Lines |
| 2023-11-01 | Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomcc | bors | -1/+3 |
| 2023-10-31 | Add support for pre-unix-epoch file dates on Apple platforms (#108277) | Sebastian Thiel | -0/+24 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -13/+34 |
| 2023-10-25 | Auto merge of #117102 - devnexen:dfbsd_stack_overflow_upd, r=thomcc | bors | -2/+12 |
| 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 | -196/+78 |
| 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-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+2 |
| 2023-10-19 | Auto merge of #116132 - darthunix:connect_poll, r=cuviper | bors | -0/+17 |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -7/+8 |
| 2023-10-17 | Updated libc and doc for Vita target | Nikolay Arhipov | -2/+2 |
| 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 | -0/+17 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -3/+90 |
| 2023-10-06 | Add tvOS to target_os for register_dtor | Sebastian Imlay | -1/+1 |
| 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 | -1/+4 |
| 2023-10-03 | std: panic when the global allocator tries to register a TLS destructor | joboet | -7/+5 |
| 2023-09-30 | Add missing #[inline] on AsFd impl for sys::unix::fs::File | linkmauve | -0/+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 #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -1/+7 |
| 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 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 2023-09-22 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -0/+17 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -27/+119 |
| 2023-09-21 | Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty mask | The 8472 | -6/+19 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -27/+119 |
| 2023-09-18 | panic when encountering an illegal cpumask | The 8472 | -2/+4 |
| 2023-09-13 | Disabled socketpair for Vita | Nikolay Arhipov | -2/+2 |
| 2023-09-10 | Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -1/+29 |
| 2023-09-06 | fix typo | Ralf Jung | -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 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -10/+10 |
| 2023-08-29 | std::thread::set_name exploit the return on haiku | David CARLIER | -1/+3 |
| 2023-08-26 | wasi: round up the size for `aligned_alloc` | Josh Stone | -1/+5 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -0/+5 |
| 2023-08-24 | also use 'env' for printing unsetting | Ralf Jung | -7/+3 |
| 2023-08-24 | also print clearing the environment entirely | Ralf Jung | -12/+17 |
| 2023-08-24 | make unsetting env vars print as executable command | Ralf Jung | -2/+16 |
| 2023-08-24 | Command: also print removed env vars | Ralf Jung | -0/+2 |