| Age | Commit message (Expand) | Author | Lines |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+15 |
| 2025-08-31 | Rollup merge of #145931 - gonzalobg:patch-1, r=nagisa | Matthias Krüger | -3/+2 |
| 2025-08-31 | Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-08-31 | Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop, r=joboet | Matthias Krüger | -2/+71 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-08-31 | fix | LorrensP-2158466 | -2/+2 |
| 2025-08-30 | Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35 | Trevor Gross | -6/+18 |
| 2025-08-30 | Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdev | Trevor Gross | -22/+91 |
| 2025-08-30 | Fix spurious test timeout | Chris Denton | -6/+18 |
| 2025-08-30 | Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboet | bors | -27/+5 |
| 2025-08-30 | std: clarify `OpenOptions` error for create without write access | Vladimir Petrzhikovskii | -22/+91 |
| 2025-08-30 | dedup recip float test | Karol Zwolak | -50/+22 |
| 2025-08-30 | Switch select_unpredictable guard to raw pointer | Aurelia Molzer | -8/+11 |
| 2025-08-30 | Simplify select_unpredictable guard selection | Aurelia Molzer | -6/+6 |
| 2025-08-30 | Clarify panic-drop test for select_unpredictable | Aurelia Molzer | -4/+3 |
| 2025-08-30 | Rollup merge of #145969 - actuallylost:duration-from-nanos-128, r=tgross35 | Stuart Cook | -0/+56 |
| 2025-08-30 | Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboet | Stuart Cook | -0/+14 |
| 2025-08-30 | Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboet | Stuart Cook | -3/+1 |
| 2025-08-30 | Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboet | Stuart Cook | -271/+771 |
| 2025-08-30 | Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboet | Stuart Cook | -2/+2 |
| 2025-08-30 | Add `#[must_use] and update `cloned` documentation | Connor Tsui | -2/+6 |
| 2025-08-30 | add feature gate in doc test | Connor Tsui | -0/+2 |
| 2025-08-30 | add `Bound::copied` | Connor Tsui | -0/+22 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-29 | Optimize `.ilog({2,10})` to `.ilog{2,10}()` | Chai T. Rex | -0/+14 |
| 2025-08-29 | Rollup merge of #146022 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -37/+117 |
| 2025-08-29 | Rollup merge of #146017 - maurer:pipe2, r=Mark-Simulacrum | Trevor Gross | -0/+1 |
| 2025-08-29 | Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -6/+4 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -16/+7 |
| 2025-08-30 | Add `Duration::from_nanos_u128` | actuallylost | -0/+56 |
| 2025-08-29 | Update getopts to remove unicode-width dependency | bjorn3 | -14/+3 |
| 2025-08-29 | std: use a TAIT to define `SplitPaths` on UNIX | joboet | -29/+7 |
| 2025-08-29 | Merge pull request #1906 from folkertdev/arm-roundeven | Amanieu d'Antras | -14/+6 |
| 2025-08-29 | Remove FreeBSD CI | Amanieu d'Antras | -16/+0 |
| 2025-08-29 | use `llvm.roundeven` on arm | Folkert de Vries | -14/+6 |
| 2025-08-29 | std: haiku: fix `B_FIND_PATH_IMAGE_PATH` | Pavel Grigorenko | -1/+1 |
| 2025-08-29 | Stabilize file_as_c_str | Alice Ryhl | -1/+2 |
| 2025-08-29 | Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-08-29 | Rollup merge of #144354 - rafaeling:fix-142726-qnx8-link-fail, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #144275 - Qelxiros:saturating-arithmetic, r=tgross35 | Stuart Cook | -1/+93 |
| 2025-08-29 | Mark pipe2 supported in Android | Matthew Maurer | -0/+1 |
| 2025-08-28 | implement Sum and Product for Saturating(u*) | Jeremy Smart | -1/+93 |
| 2025-08-28 | std: Start supporting WASIp2 natively | Alex Crichton | -14/+205 |
| 2025-08-28 | fix `core::marker::Destruct` doc | neeko-cat | -1/+1 |
| 2025-08-28 | Clarify that align_offset overaligns | gonzalobg | -3/+2 |
| 2025-08-28 | Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplett | Stuart Cook | -1/+1 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -2/+2 |
| 2025-08-28 | Rollup merge of #145913 - heiher:loong-hint, r=joshtriplett | Stuart Cook | -33/+23 |