| Age | Commit message (Expand) | Author | Lines |
| 2024-07-14 | Add `classify` and related methods for `f16` and `f128` | Trevor Gross | -39/+375 |
| 2024-07-14 | std: removes logarithms family function edge cases handling for solaris. | David Carlier | -34/+3 |
| 2024-07-14 | Use LLVM intrinsics for masked load/stores, expand-loads and fp-class | sayantn | -1240/+479 |
| 2024-07-14 | Auto merge of #127728 - matthiaskrgr:rollup-ercdbjd, r=matthiaskrgr | bors | -0/+4 |
| 2024-07-14 | sys::init is not unsafe on teeos | Pavel Grigorenko | -5/+6 |
| 2024-07-14 | Rollup merge of #127592 - tesuji:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2024-07-14 | Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubilee | bors | -797/+86 |
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -797/+86 |
| 2024-07-14 | Revert "wasm32: Add `simd128` to enabled features for relaxed intrinsics" | daxpedda | -20/+20 |
| 2024-07-14 | Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -7/+17 |
| 2024-07-13 | Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet | Jubilee | -7/+17 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -1/+56 |
| 2024-07-13 | Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum | Jubilee | -67/+82 |
| 2024-07-14 | doc: Suggest `str::repeat` over `iter::repeat().take().collect()` | tesuji | -0/+4 |
| 2024-07-13 | Fix minor typos in std::process doc on Win argv | Jubilee Young | -2/+2 |
| 2024-07-13 | Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrum | bors | -3/+5 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhpratt | bors | -22/+54 |
| 2024-07-13 | Rollup merge of #127668 - spencer3035:improve-slice-doc, r=jhpratt | Jacob Pratt | -10/+50 |
| 2024-07-13 | Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviper | Jacob Pratt | -12/+4 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -30/+31 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+77 |
| 2024-07-12 | Updated slice documentation | Spencer | -10/+50 |
| 2024-07-12 | Use ManuallyDrop in BufWriter::into_parts | Ben Kimock | -7/+17 |
| 2024-07-13 | Use is_val_statically_known to optimize pow | Mikhail Zabaluev | -92/+125 |
| 2024-07-12 | Stabilize io_slice_advance | Eduardo Sánchez Muñoz | -12/+4 |
| 2024-07-12 | Rename the internal `const_strlen` to just `strlen` | Trevor Gross | -2/+2 |
| 2024-07-12 | Some small refactorings | sayantn | -3417/+13 |
| 2024-07-12 | fix interleaved panic output | jyn | -30/+31 |
| 2024-07-12 | Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee | Matthias Krüger | -4/+5 |
| 2024-07-12 | Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee | Matthias Krüger | -6/+131 |
| 2024-07-12 | Rollup merge of #124980 - zachs18:rc-allocator, r=Amanieu | Matthias Krüger | -20/+36 |
| 2024-07-11 | Add instability attribute on private const_strlen function | David Tolnay | -0/+1 |
| 2024-07-12 | Rollup merge of #127422 - greaka:master, r=workingjubilee | Matthias Krüger | -22/+4 |
| 2024-07-11 | [library/std/src/process.rs] `PartialEq` & `Eq` for `ExitCode` | Samuel Marks | -1/+1 |
| 2024-07-12 | Explicitly unroll integer pow for small exponents | Mikhail Zabaluev | -12/+112 |
| 2024-07-11 | Optimize integer pow by removing exit branch | Mikhail Zabaluev | -73/+52 |
| 2024-07-11 | wasm32: Add `simd128` to enabled features for relaxed intrinsics | Alex Crichton | -20/+20 |
| 2024-07-11 | Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-07-11 | Rollup merge of #127588 - uweigand:s390x-f16-doctests, r=tgross35 | Matthias Krüger | -0/+15 |
| 2024-07-11 | Rollup merge of #127572 - tbu-:pr_debug_event_nonpacked, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -4/+4 |
| 2024-07-10 | Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows. | Zachary S | -3/+3 |
| 2024-07-10 | core: Limit remaining f16 doctests to x86_64 linux | Ulrich Weigand | -0/+15 |
| 2024-07-10 | Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods. | Zachary S | -0/+4 |
| 2024-07-10 | Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types. | Zachary S | -1/+7 |
| 2024-07-10 | size_of_val_raw: for length 0 this is safe to call | Ralf Jung | -0/+10 |
| 2024-07-10 | Rollup merge of #127554 - ferrocene:tshepang-add-missing-attribute, r=pietroa... | Matthias Krüger | -0/+1 |