| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Backport rust-lang/stdarch#1818 for 1.88 | Amanieu d'Antras | -0/+0 |
| 2025-05-09 | update version placeholders | Pietro Albini | -44/+44 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-08 | Rollup merge of #140759 - dpaoliello:symlink, r=workingjubilee | Matthias Krüger | -0/+16 |
| 2025-05-07 | [win][arm64] Disable FS tests that require symlinks | Daniel Paoliello | -0/+16 |
| 2025-05-07 | Rollup merge of #140734 - ivmarkov:master, r=joboet | Guillaume Gomez | -0/+1 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -0/+10 |
| 2025-05-07 | Rollup merge of #140724 - tgross35:update-builtins, r=tgross35 | Guillaume Gomez | -4/+4 |
| 2025-05-07 | Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35 | Guillaume Gomez | -1/+2 |
| 2025-05-07 | Fix regression from #140393 for espidf / horizon / nuttx / vita | ivmarkov | -0/+1 |
| 2025-05-07 | Fix backtrace for cygwin | 王宇逸 | -1/+2 |
| 2025-05-07 | Auto merge of #140726 - jhpratt:rollup-b6oxopx, r=jhpratt | bors | -288/+264 |
| 2025-05-07 | Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhpratt | Jacob Pratt | -0/+137 |
| 2025-05-07 | Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee | Jacob Pratt | -282/+122 |
| 2025-05-07 | Rollup merge of #140483 - baumanj:patch-1, r=workingjubilee | Jacob Pratt | -5/+5 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -1/+0 |
| 2025-05-06 | Update `compiler-builtins` to 0.1.158 | Trevor Gross | -4/+4 |
| 2025-05-06 | Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieu | bors | -4/+4 |
| 2025-05-06 | Update rc.rs docs | Jon Bauman | -5/+5 |
| 2025-05-06 | Rollup merge of #136183 - hkBst:patch-25, r=Amanieu | Guillaume Gomez | -230/+225 |
| 2025-05-06 | Add new `test_main_with_exit_callback` public function in `libtest` to allow ... | Guillaume Gomez | -0/+10 |
| 2025-05-06 | Update iterator.rs to use arrays by value | Marijn Schouten | -230/+225 |
| 2025-05-06 | Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubilee | Stuart Cook | -0/+3 |
| 2025-05-06 | Rollup merge of #140393 - joboet:sys_common_process, r=thomcc | Stuart Cook | -136/+176 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -2/+7 |
| 2025-05-06 | Rollup merge of #139764 - dtolnay:extractif, r=Amanieu | Stuart Cook | -39/+48 |
| 2025-05-05 | Consistent trait bounds for ExtractIf Debug impls | David Tolnay | -39/+48 |
| 2025-05-05 | Implement `VecDeque::truncate_front()` | Vladimir Krivopalov | -0/+137 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -282/+122 |
| 2025-05-05 | Auto merge of #140650 - tgross35:rollup-0mp4h1s, r=tgross35 | bors | -173/+36 |
| 2025-05-05 | Rollup merge of #140648 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-05-05 | Rollup merge of #140644 - the8472:revert-copy-clone-adapters, r=Mark-Simulacrum | Trevor Gross | -163/+20 |
| 2025-05-05 | Rollup merge of #135734 - nk9:extract_if-doc-equivalent, r=tgross35 | Trevor Gross | -6/+12 |
| 2025-05-05 | Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum | bors | -67/+4 |
| 2025-05-04 | Update `compiler-builtins` to 0.1.157 | Trevor Gross | -4/+4 |
| 2025-05-04 | extract_if's sample equivalent now really equivalent. | Nick Kocharhook | -6/+12 |
| 2025-05-04 | Rollup merge of #140625 - paolobarbolini:vec-extract-if-alt-is-retain_mut, r=... | Trevor Gross | -2/+2 |
| 2025-05-04 | Rollup merge of #137280 - RalfJung:const_swap_nonoverlapping, r=lcnr | Trevor Gross | -3/+40 |
| 2025-05-04 | Revert "Avoid unused clones in Cloned<I> and Copied<I>" | The 8472 | -163/+20 |
| 2025-05-04 | cargo update | github-actions | -67/+4 |
| 2025-05-03 | Suggest `retain_mut` over `retain` as `Vec::extract_if` alternative | Paolo Barbolini | -2/+2 |
| 2025-05-03 | Rollup merge of #140595 - lolbinarycat:std-set_permissions-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2025-05-03 | Rollup merge of #140564 - ebkalderon:use-present-indicative-in-std-io-pipe-do... | Matthias Krüger | -3/+3 |
| 2025-05-03 | Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee | Matthias Krüger | -62/+144 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -2/+7 |
| 2025-05-02 | docs: alias `limit` to `Iterator::take`, cite `[u8]::utf8_chunks` in `Utf8Chu... | Lieselotte | -0/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -4/+1 |
| 2025-05-02 | Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=Amanieu | Matthias Krüger | -59/+61 |
| 2025-05-02 | doc(std): fix typo lchown -> lchmod | binarycat | -1/+1 |