| Age | Commit message (Expand) | Author | Lines |
| 2024-08-02 | Move the standard library to a separate workspace | bjorn3 | -0/+533 |
| 2024-08-02 | Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35 | bors | -37/+50 |
| 2024-08-01 | Implement `UncheckedIterator` directly for `RepeatN` | Scott McMurray | -13/+20 |
| 2024-08-02 | Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee | Matthias Krüger | -16/+3 |
| 2024-08-02 | Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -2/+4 |
| 2024-08-01 | std: Remove has_cpuid | Jubilee Young | -12/+0 |
| 2024-08-02 | time.rs: remove "Basic usage text" | Tshepang Mbambo | -10/+0 |
| 2024-08-01 | Dogfood | Caio | -16/+3 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+10 |
| 2024-08-01 | Fix mutability in doc tests for `BTreeSet` cursors | Ken Micklas | -10/+10 |
| 2024-08-01 | Add a disclaimer about x86 `f128` math functions | Trevor Gross | -0/+3 |
| 2024-08-01 | Update comments for `{f16, f32, f64, f128}::midpoint` | Trevor Gross | -12/+12 |
| 2024-08-01 | Add `core` functions for `f16` and `f128` that require math routines | Trevor Gross | -2/+401 |
| 2024-08-01 | Add math functions for `f16` and `f128` | Trevor Gross | -92/+3452 |
| 2024-08-01 | Add math intrinsics for `f16` and `f128` | Trevor Gross | -0/+289 |
| 2024-08-01 | Introduce `Cursor`/`CursorMut`/`CursorMutKey` thrichotomy for `BTreeSet` like... | Ken Micklas | -16/+194 |
| 2024-08-01 | Fix some uses of "map" instead of "set" in `BTreeSet` cursor API docs | Ken Micklas | -4/+4 |
| 2024-08-01 | Share `UnorderedKeyError` with `BTReeMap` for set API | Ken Micklas | -29/+7 |
| 2024-08-01 | Rollup merge of #128499 - Konippi:refactor-backtrace-formatting, r=tgross35 | Matthias Krüger | -7/+2 |
| 2024-08-01 | Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr | Matthias Krüger | -3/+4 |
| 2024-08-01 | Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboet | Matthias Krüger | -55/+58 |
| 2024-08-01 | Hide internal sort module | Lukas Bergdoll | -0/+1 |
| 2024-08-02 | chore: refactor backtrace formatting | Konippi | -7/+2 |
| 2024-08-01 | fix dropck documentation for `[T;0]` special-case | Bryanskiy | -3/+4 |
| 2024-08-01 | core: use `compare_bytes` for more slice element types | joboet | -6/+19 |
| 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 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -2/+4 |
| 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 #128388 - beetrees:f16-f128-slightly-improve-windows-abi, r=t... | Matthias Krüger | -1/+3 |
| 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 | Apply review comments | Lukas Bergdoll | -86/+97 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -4/+217 |
| 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 | Match LLVM ABI in `extern "C"` functions for `f128` on Windows | beetrees | -1/+3 |
| 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 | -135/+25 |
| 2024-07-30 | Rewrite binary search implementation | Amanieu d'Antras | -37/+50 |
| 2024-07-30 | More detailed note to deprecate ONCE_INIT | Liigo Zhuang | -1/+1 |