| Age | Commit message (Expand) | Author | Lines |
| 2025-07-10 | Merge pull request #1857 from folkertdev/arm-dup | Sayantan Chakraborty | -67/+44 |
| 2025-07-10 | Upgrade dependencies to the latest version | Trevor Gross | -4/+4 |
| 2025-07-10 | Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 | Matthias Krüger | -0/+6 |
| 2025-07-10 | Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDenton | Matthias Krüger | -4/+14 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -14/+22 |
| 2025-07-10 | Rollup merge of #143668 - biabbas:vxworks, r=Noratrieb | Matthias Krüger | -2/+1 |
| 2025-07-10 | Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-07-10 | use `intrinsics::simd` for integer max/min | Folkert de Vries | -220/+80 |
| 2025-07-10 | core: add Peekable::next_if_map | kennytm | -0/+189 |
| 2025-07-10 | use `splat` for the aarch64/arm dup intrinsics | Folkert de Vries | -67/+44 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -58/+57 |
| 2025-07-10 | Add documentation about subtree sync | Jakub Beránek | -0/+9 |
| 2025-07-10 | Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35 | Trevor Gross | -56/+23 |
| 2025-07-10 | Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdev | Trevor Gross | -0/+32 |
| 2025-07-10 | Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkov | Trevor Gross | -2/+2 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -41/+71 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+89 |
| 2025-07-09 | Refactor nan tests | Roger Curley | -56/+23 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -1/+1 |
| 2025-07-09 | Auto merge of #143405 - tgross35:update-builtins, r=tgross35 | bors | -393/+566 |
| 2025-07-09 | run rust programs with the runner | Folkert de Vries | -95/+90 |
| 2025-07-09 | random: Add comment on `RandomSource::fill_bytes` about multiple calls | Josh Triplett | -0/+5 |
| 2025-07-09 | std: sys: net: uefi: tcp4: Add timeout support | Ayush Singh | -25/+97 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -41/+71 |
| 2025-07-09 | core: Change `BorrowedCursor::written`'s origin | Benoît du Garreau | -10/+4 |
| 2025-07-09 | core: Remove `BorrowedCursor::uninit_mut` | Benoît du Garreau | -12/+3 |
| 2025-07-09 | core: Remove `BorrowedCursor::init_ref` method | Benoît du Garreau | -16/+4 |
| 2025-07-09 | Add sayantn and folkertdev as reviewers | Amanieu d'Antras | -1/+1 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -2/+1 |
| 2025-07-08 | Rollup merge of #143426 - hkBst:clippy-fix-indent-1, r=jhpratt | Trevor Gross | -46/+47 |
| 2025-07-08 | Disable docs for `compiler-builtins` and `sysroot` | Josh Stone | -0/+6 |
| 2025-07-08 | docs: document trait upcasting rules in `Unsize` trait | Moulins | -0/+5 |
| 2025-07-08 | Win: Use exceptions with empty data for SEH panic exception copies | George Tokmaji | -4/+14 |
| 2025-07-08 | add extra log messages to track setup | Folkert de Vries | -0/+3 |
| 2025-07-08 | Remove `const_eval_select` hack | Oli Scherer | -1/+1 |
| 2025-07-08 | Constify `Fn*` traits | Oli Scherer | -13/+21 |
| 2025-07-08 | Merge ref '040e2f8b9ff2' from rust-lang/rust | Jakub Beránek | -857/+1686 |
| 2025-07-08 | Prepare for merging from rust-lang/rust | Jakub Beránek | -0/+1 |
| 2025-07-08 | Reset rust-version | Jakub Beránek | -1/+0 |
| 2025-07-08 | Auto merge of #134628 - estebank:const-default, r=oli-obk | bors | -15/+34 |
| 2025-07-08 | clippy fix: markdown indentation for indented items after line break | Marijn Schouten | -16/+16 |
| 2025-07-08 | collect.rs: remove empty line after doc comment | Marijn Schouten | -8/+3 |
| 2025-07-08 | int_log10.rs: change top level doc comments to outer | Marijn Schouten | -2/+2 |
| 2025-07-08 | Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35 | bors | -22/+3 |
| 2025-07-08 | remove unneeded cast | Folkert de Vries | -4/+4 |
| 2025-07-08 | shorten array literals | Folkert de Vries | -104/+28 |
| 2025-07-08 | remote intermediate assignment | Folkert de Vries | -51/+23 |
| 2025-07-08 | fix whitespace in `aarch64.spec.yml` | Folkert de Vries | -27/+27 |
| 2025-07-08 | update to literal-escaper-0.0.5 | Marijn Schouten | -6/+6 |