| Age | Commit message (Expand) | Author | Lines |
| 2025-02-23 | use `simd_shuffle` in the implementation of `vec_splat` | Folkert de Vries | -16/+7 |
| 2025-02-23 | use `simd_ctlz` instead of an extern | Folkert de Vries | -10/+3 |
| 2025-02-23 | use `llvm.nearbyint.v4f32` for rounding | Folkert de Vries | -1/+1 |
| 2025-02-23 | use generic llvm intrinsics for min/max on powerpc | Folkert de Vries | -12/+12 |
| 2025-02-23 | fix | bendn | -24/+24 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -38/+38 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -116/+89 |
| 2025-02-23 | libstd: init(): dup() subsequent /dev/nulls instead of opening them again | наб | -24/+24 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -38/+38 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -3/+2 |
| 2025-02-23 | stabilize extract_if | bendn | -15/+9 |
| 2025-02-23 | Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na... | Dennis Duda | -25/+11 |
| 2025-02-23 | Return error on unexpected termination in `Thread::join`. | Mahmoud Mazouz | -1/+5 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -371/+44 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-23 | Revert "ci: Pin the nightly toolchain for i686-pc-windows-gnu" | Trevor Gross | -2/+1 |
| 2025-02-23 | Rollup merge of #137194 - kornelski:ftls, r=tgross35 | Jacob Pratt | -7/+25 |
| 2025-02-23 | Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc | Jacob Pratt | -26/+45 |
| 2025-02-23 | [illumos] attempt to use posix_spawn to spawn processes | Rain | -4/+19 |
| 2025-02-23 | Update `compiler-builtins` to 0.1.147 | Trevor Gross | -4/+4 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -3/+2 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -21/+13 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -8/+14 |
| 2025-02-22 | Somehow these stability attributes were able to be omitted before? | ltdk | -0/+2 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -4/+3 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -12/+12 |
| 2025-02-22 | Rollup merge of #137388 - PaulDance:disable-rename-posix-semantics-tests-unde... | Matthias Krüger | -0/+4 |
| 2025-02-22 | Rollup merge of #136910 - okaneco:sig_ones, r=thomcc | Matthias Krüger | -0/+325 |
| 2025-02-22 | Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration-div, r=... | Matthias Krüger | -0/+2 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -12/+108 |
| 2025-02-21 | Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7 | Paul Mabileau | -0/+4 |
| 2025-02-21 | Fix unbounded_shifts tests | Connor Horman | -13/+22 |
| 2025-02-21 | Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin, r=alexc... | Matthias Krüger | -1/+6 |
| 2025-02-21 | Rollup merge of #137336 - riverbl:stabilise-os-str-display, r=tgross35 | Matthias Krüger | -7/+5 |
| 2025-02-21 | Rollup merge of #136609 - mammothbane:master, r=scottmcm | Matthias Krüger | -0/+60 |
| 2025-02-21 | Rollup merge of #136148 - kpreid:type-str, r=joboet | Matthias Krüger | -4/+37 |
| 2025-02-21 | Replace some instances of `pub` with `pub(crate)` | Trevor Gross | -2/+2 |
| 2025-02-21 | Use `public-dependencies` in all sysroot crates | Trevor Gross | -6/+12 |
| 2025-02-21 | Stabilize `unbounded_shifts` | Connor Horman | -8/+327 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -3/+2 |
| 2025-02-21 | Auto merge of #137371 - matthiaskrgr:rollup-3qkdqar, r=matthiaskrgr | bors | -1/+14 |
| 2025-02-21 | Do not use CString in the examples of CStr. | Marijn Schouten | -36/+37 |
| 2025-02-21 | Use faster thread_local! for stdout | Kornel | -1/+1 |
| 2025-02-21 | Use faster thread_local in current_thread_id() | Kornel | -1/+18 |
| 2025-02-21 | Highlight thread_local! const init in docs | Kornel | -5/+6 |
| 2025-02-21 | Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=Amanieu | Matthias Krüger | -1/+14 |
| 2025-02-21 | Explain how Vec::with_capacity is faithful | Marijn Schouten | -5/+17 |
| 2025-02-21 | Auto merge of #137192 - kornelski:windows-tls-lto, r=ChrisDenton | bors | -3/+1 |