| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-01 | Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboet | Matthias Krüger | -55/+57 |
| 2024-08-01 | fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -20/+40 |
| 2024-08-01 | refactor(pal/hermit): make `ENV` a non-mutable static | Martin Kröning | -19/+15 |
| 2024-08-01 | Rollup merge of #128416 - maurer:remove-android-hack, r=tgross35 | Matthias Krüger | -104/+0 |
| 2024-08-01 | Rollup merge of #128162 - ChrisDenton:cleanup, r=joboet | Matthias Krüger | -59/+27 |
| 2024-07-31 | std: fix busy-waiting in `Once::wait_force`, add more tests | joboet | -4/+8 |
| 2024-07-31 | std: implement the `once_wait` feature | joboet | -94/+178 |
| 2024-07-31 | Remove unneeded `pub(crate)` | Chris Denton | -1/+1 |
| 2024-07-31 | refactor(pal/hermit): use default impl of `GlobalAlloc::alloc_zeroed` | Martin Kröning | -10/+0 |
| 2024-07-31 | refactor(pal/hermit): return `!` to satisfy rust-analyzer | Martin Kröning | -7/+3 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -0/+4 |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -104/+0 |
| 2024-07-30 | Move Windows implementation of anon pipe | Chris Denton | -21/+12 |
| 2024-07-30 | Cleanup sys module to match house style | Chris Denton | -37/+14 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -0/+4 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -0/+2 |
| 2024-07-29 | Sparkle some attributes over `CloneToUninit` stuff | Pavel Grigorenko | -0/+2 |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+24 |
| 2024-07-29 | Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d... | Matthias Krüger | -53/+61 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -629/+441 |
| 2024-07-28 | fix: psvita's std code | Daria Sukhonina | -0/+4 |
| 2024-07-28 | Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}` | Jiahao XU | -0/+25 |
| 2024-07-26 | Fix doc nits | John Arundel | -50/+54 |
| 2024-07-25 | fix: compilation issue w/ refactored type | Julius Liu | -2/+2 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -41/+26 |
| 2024-07-25 | Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu | Matthias Krüger | -41/+26 |
| 2024-07-25 | Rollup merge of #128158 - workingjubilee:unsafe-wrap-personality-gcc, r=Chris... | Matthias Krüger | -141/+180 |