| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-29 | impl CloneToUninit for Path and OsStr | Pavel Grigorenko | -0/+95 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2024-07-29 | Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d... | Matthias Krüger | -53/+61 |
| 2024-07-29 | Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay | Matthias Krüger | -32/+37 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1176/+814 |
| 2024-07-28 | Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s... | Sören Meier | -32/+37 |
| 2024-07-28 | Partially stabilize `io_error_more` | Pavel Grigorenko | -16/+16 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -5/+0 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -6/+6 |
| 2024-07-28 | Add forbid(unsafe_op_in_unsafe_fn) | Daria Sukhonina | -0/+1 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -1/+0 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -199/+216 |
| 2024-07-28 | fix: psvita's std code | Daria Sukhonina | -37/+4 |
| 2024-07-28 | stabilize const_waker | Slanterns | -1/+0 |
| 2024-07-28 | Enable `std::io::copy` specialisation for `std::pipe::{PipeReader, PipeWriter}` | Jiahao XU | -0/+25 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+5 |
| 2024-07-26 | Fix doc nits | John Arundel | -199/+216 |
| 2024-07-26 | Rollup merge of #128211 - juliusl:pr/align-change-time, r=tgross35 | Matthias Krüger | -2/+2 |
| 2024-07-26 | Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviper | Matthias Krüger | -0/+2 |
| 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 |