| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -15123/+0 |
| 2024-01-09 | Rollup merge of #118748 - devnexen:fbsd_getrandom_simpl, r=Nilstrieb,dtolnay | Guillaume Gomez | -11/+1 |
| 2023-12-30 | openbsd: available_parallelism: use the right API | Sebastien Marie | -26/+6 |
| 2023-12-23 | Adjust the std library for sanitizer_cfi cfgs changes | Urgau | -1/+1 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -19/+18 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -1/+7 |
| 2023-12-08 | std: getrandom simplification for freebsd. | David Carlier | -11/+1 |
| 2023-12-07 | Auto merge of #116565 - Sword-Destiny:master, r=Amanieu | bors | -6/+6 |
| 2023-12-07 | add teeos std impl | 袁浩 | -6/+6 |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+7 |
| 2023-12-05 | Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubilee | Michael Goulet | -1/+1 |
| 2023-12-03 | library: use c string literals | klensy | -19/+18 |
| 2023-11-21 | Rollup merge of #117790 - rcvalle:rust-cfi-fix-000000, r=workingjubilee | Nilstrieb | -0/+2 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -11/+84 |
| 2023-11-19 | Don't set cmsg fields in msghdr if we have no cmsg to send | The 8472 | -3/+4 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -11/+0 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -10/+18 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -4/+72 |
| 2023-11-16 | update comment, we're currently using a different syscall | The 8472 | -1/+1 |
| 2023-11-16 | set CLOEXEC on pidfd received from child process | The 8472 | -3/+7 |
| 2023-11-10 | Update variable name to fix `unused_variables` warning | Duo Wang | -1/+1 |
| 2023-11-10 | CFI: Add missing use core::ffi::c_int | Ramon de C Valle | -0/+2 |
| 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-28 | Remove asmjs from library | Jubilee Young | -11/+0 |
| 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 |