| Age | Commit message (Expand) | Author | Lines |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-07 | Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum | Matthias Krüger | -0/+55 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -0/+5 |
| 2024-08-06 | std::thread: set_name implementation proposal for vxWorks. | David Carlier | -3/+30 |
| 2024-08-06 | Remove unused lifetime parameter from spawn_unchecked | David Tolnay | -8/+7 |
| 2024-08-05 | implement BufReader::peek | binarycat | -0/+55 |
| 2024-08-05 | WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} | Georgii Rylov | -18/+24 |
| 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 | Rollup merge of #128551 - Konippi:refactor-backtrace-style-in-panic, r=tgross35 | Matthias Krüger | -19/+10 |
| 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 | -1/+3 |
| 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/+7 |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+2 |
| 2024-08-03 | chore: refactor backtrace style in panic | Konippi | -19/+10 |
| 2024-08-03 | Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a... | bors | -12/+0 |
| 2024-08-02 | Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee | Matthias Krüger | -16/+3 |
| 2024-08-01 | std: Remove has_cpuid | Jubilee Young | -12/+0 |
| 2024-08-01 | Dogfood | Caio | -16/+3 |
| 2024-08-01 | Add `core` functions for `f16` and `f128` that require math routines | Trevor Gross | -2/+54 |
| 2024-08-01 | Add math functions for `f16` and `f128` | Trevor Gross | -92/+3415 |
| 2024-08-01 | Rollup merge of #128499 - Konippi:refactor-backtrace-formatting, r=tgross35 | Matthias Krüger | -7/+2 |
| 2024-08-01 | Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboet | Matthias Krüger | -55/+58 |
| 2024-08-02 | chore: refactor backtrace formatting | Konippi | -7/+2 |
| 2024-08-01 | fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -0/+1 |
| 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 | -106/+2 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -3/+3 |
| 2024-08-01 | Rollup merge of #128162 - ChrisDenton:cleanup, r=joboet | Matthias Krüger | -41/+28 |
| 2024-08-01 | Rollup merge of #127567 - joboet:once_wait, r=Amanieu | Matthias Krüger | -94/+298 |
| 2024-07-31 | Fix docs for OnceLock::get_mut_or_init | Juniper Tyree | -3/+3 |
| 2024-07-31 | std: fix busy-waiting in `Once::wait_force`, add more tests | joboet | -4/+55 |
| 2024-07-31 | std: implement the `once_wait` feature | joboet | -94/+247 |
| 2024-07-31 | Remove unneeded `pub(crate)` | Chris Denton | -1/+1 |
| 2024-07-31 | Rollup merge of #128387 - liigo:patch-14, r=tgross35 | Matthias Krüger | -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/+5 |
| 2024-07-31 | android: Remove libstd hacks for unsupported Android APIs | Matthew Maurer | -106/+2 |
| 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 | -19/+15 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -11/+6 |
| 2024-07-30 | More detailed note to deprecate ONCE_INIT | Liigo Zhuang | -1/+1 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -37/+5 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -0/+2 |
| 2024-07-30 | Move a comment. | Nicholas Nethercote | -1/+1 |
| 2024-07-29 | Sparkle some attributes over `CloneToUninit` stuff | Pavel Grigorenko | -0/+5 |