| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+24 |
| 2024-08-29 | wasi: Fix sleeping for `Duration::MAX` | Alex Crichton | -30/+31 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -146/+78 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -146/+78 |
| 2024-08-26 | pal/hermit: saturate `usleep` microseconds at `u64::MAX` | Martin Kröning | -1/+2 |
| 2024-08-25 | pal/hermit: correctly round up microseconds in `Thread::sleep` | Martin Kröning | -1/+3 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -30/+66 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -30/+66 |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -16/+22 |
| 2024-08-21 | format | Geoffry Song | -9/+2 |
| 2024-08-21 | Clean up cfg-gating of ProcessPrng extern | Geoffry Song | -13/+16 |
| 2024-08-21 | Rollup merge of #129232 - ivmarkov:master, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-08-20 | Avoid extra `cast()`s after `CStr::as_ptr()` | Josh Stone | -2/+2 |
| 2024-08-18 | Fix for issue #129212 for the ESP-IDF | ivmarkov | -6/+24 |
| 2024-08-17 | Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnay | bors | -0/+26 |
| 2024-08-14 | Rollup merge of #128873 - ChrisDenton:windows-targets, r=Mark-Simulacrum | Matthias Krüger | -41/+1 |
| 2024-08-13 | Auto merge of #129046 - matthiaskrgr:rollup-9x4xgak, r=matthiaskrgr | bors | -173/+137 |
| 2024-08-13 | Rollup merge of #128655 - joboet:play_with_the_dice, r=ChrisDenton | Matthias Krüger | -173/+137 |
| 2024-08-12 | trying common codepath for every unixes | David Carlier | -29/+0 |
| 2024-08-12 | std::fs: get_mode implementation for haiku. | David Carlier | -0/+2 |
| 2024-08-12 | std: use `/scheme/rand` on Redox | joboet | -1/+1 |
| 2024-08-09 | Rollup merge of #128859 - MinxuanZ:mips-sig, r=Amanieu | Matthias Krüger | -0/+13 |
| 2024-08-09 | Add windows-targets crate to std's sysroot | Chris Denton | -41/+1 |
| 2024-08-09 | VxWorks: Add safety comment for vxCpuEnabledGet | B I Mohammed Abbas | -1/+1 |
| 2024-08-09 | delete space | monstercatss | -2/+2 |
| 2024-08-09 | fix format | monstercatss | -4/+6 |
| 2024-08-09 | [SPARC] fix the name of signal 19 in sparc arch | Min | -1/+9 |
| 2024-08-09 | [MIPS] fix the name of signal 19 in mips | Min | -0/+3 |
| 2024-08-08 | Vxworks: Extern taskNameSet and fix build errors | B I Mohammed Abbas | -20/+8 |
| 2024-08-08 | Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe block | B I Mohammed Abbas | -3/+5 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -0/+15 |
| 2024-08-07 | Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35 | Matthias Krüger | -3/+30 |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -0/+4 |
| 2024-08-06 | std::thread: set_name implementation proposal for vxWorks. | David Carlier | -3/+30 |
| 2024-08-05 | WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} | Georgii Rylov | -16/+22 |
| 2024-08-05 | Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu... | Matthias Krüger | -1/+11 |
| 2024-08-04 | std: refactor UNIX random data generation | joboet | -173/+137 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -0/+4 |
| 2024-08-03 | Suppress new false-negatives that were masked by dead code analysis changes | Michael Goulet | -0/+4 |
| 2024-08-03 | Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper | Matthias Krüger | -0/+2 |
| 2024-08-03 | Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviper | Matthias Krüger | -0/+25 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -3/+3 |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+1 |
| 2024-08-03 | Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a... | bors | -8/+0 |
| 2024-08-02 | Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee | Matthias Krüger | -16/+2 |
| 2024-08-01 | std: Remove has_cpuid | Jubilee Young | -8/+0 |
| 2024-08-01 | Dogfood | Caio | -16/+2 |
| 2024-08-01 | Add math functions for `f16` and `f128` | Trevor Gross | -0/+15 |