| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -9/+53 |
| 2025-05-02 | Auto merge of #140596 - matthiaskrgr:rollup-s7tzr34, r=matthiaskrgr | bors | -309/+403 |
| 2025-05-02 | Rollup merge of #140574 - reddevilmidzy:add-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2025-05-02 | Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-05-02 | Rollup merge of #140563 - onur-ozkan:extend-dylib-paths, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2025-05-02 | Rollup merge of #140550 - Amanieu:stabilize_select_unpredictable, r=workingju... | Matthias Krüger | -5/+1 |
| 2025-05-02 | Rollup merge of #140536 - zachs18:mapped-guard-filter-map, r=Amanieu | Matthias Krüger | -59/+61 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -213/+202 |
| 2025-05-02 | Rollup merge of #140519 - compiler-errors:name-based-comparison, r=oli-obk | Matthias Krüger | -20/+62 |
| 2025-05-02 | Rollup merge of #140509 - tmiasko:merge-contiguous-ranges, r=jswrenn | Matthias Krüger | -7/+19 |
| 2025-05-02 | Rollup merge of #140485 - Jarcho:from_expansion_opt, r=petrochenkov | Matthias Krüger | -2/+15 |
| 2025-05-02 | Auto merge of #140406 - Urgau:autorefs-perf, r=nnethercote | bors | -4/+11 |
| 2025-05-02 | Auto merge of #140581 - Zalathar:rollup-ig2jb9v, r=Zalathar | bors | -223/+1723 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -1/+21 |
| 2025-05-02 | Rollup merge of #140430 - nnethercote:hir-exhaustive, r=dtolnay | Stuart Cook | -104/+1014 |
| 2025-05-02 | Rollup merge of #140389 - sayantn:avx512fp16, r=Amanieu | Stuart Cook | -5/+2 |
| 2025-05-02 | Rollup merge of #140197 - ktnlvr:master, r=workingjubilee | Stuart Cook | -1/+28 |
| 2025-05-02 | Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubilee | Stuart Cook | -31/+65 |
| 2025-05-02 | Rollup merge of #139847 - thaliaarchi:args/delegate-iter, r=workingjubilee | Stuart Cook | -21/+207 |
| 2025-05-02 | Rollup merge of #139608 - Lynnesbian:improve-async-block-docs, r=ibraheemdev | Stuart Cook | -0/+60 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -24/+21 |
| 2025-05-02 | Rollup merge of #139046 - nnethercote:hir-Lifetime-better, r=lcnr | Stuart Cook | -31/+104 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -5/+25 |
| 2025-05-02 | Rollup merge of #137474 - VlaDexa:shebang-placement, r=wesleywiser | Stuart Cook | -0/+37 |
| 2025-05-02 | Rollup merge of #134034 - bvanjoi:issue-131655, r=petrochenkov | Stuart Cook | -0/+139 |
| 2025-05-02 | Auto merge of #139883 - matthiaskrgr:crashesapr15, r=Mark-Simulacrum | bors | -0/+332 |
| 2025-05-02 | Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearth | bors | -582/+1819 |
| 2025-05-02 | Add regression test for 133065 | reddevilmidzy | -0/+31 |
| 2025-05-02 | Add useful comments on `ExprKind::If` variants. | Nicholas Nethercote | -0/+9 |
| 2025-05-02 | Auto merge of #140565 - GuillaumeGomez:rollup-gv4ed14, r=GuillaumeGomez | bors | -422/+755 |
| 2025-05-02 | Amend language regarding the never type | Lynnesbian | -2/+2 |
| 2025-05-02 | Improve coverage of HIR pretty printing. | Nicholas Nethercote | -104/+1014 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -37/+50 |
| 2025-05-01 | Delegate to inner `vec::IntoIter` from `env::ArgsOs` | Thalia Archibald | -21/+207 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-05-01 | Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu... | Guillaume Gomez | -4/+13 |
| 2025-05-01 | Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol... | Guillaume Gomez | -1/+8 |
| 2025-05-01 | Rollup merge of #140544 - m-ou-se:format-args-const-cleanup, r=fee1-dead | Guillaume Gomez | -63/+77 |
| 2025-05-01 | Rollup merge of #140538 - tshepang:rust-push, r=jieyouxu | Guillaume Gomez | -151/+393 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -18/+25 |
| 2025-05-01 | Rollup merge of #140420 - fmease:rustdoc-fix-doctest-heur, r=GuillaumeGomez | Guillaume Gomez | -88/+182 |
| 2025-05-01 | Rollup merge of #140062 - xizheyin:issue-139958, r=workingjubilee | Guillaume Gomez | -0/+2 |
| 2025-05-01 | Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee | Guillaume Gomez | -45/+15 |
| 2025-05-01 | Rollup merge of #139802 - Lee-Janggun:fix-allocate-hyperlink, r=workingjubilee | Guillaume Gomez | -2/+4 |
| 2025-05-01 | Rollup merge of #139780 - ongardie:iterator-take-by_ref-example, r=workingjub... | Guillaume Gomez | -0/+18 |
| 2025-05-01 | Rollup merge of #139186 - TDecking:float, r=workingjubilee | Guillaume Gomez | -47/+15 |
| 2025-05-01 | Rollup merge of #138703 - pudongair:master, r=workingjubilee | Guillaume Gomez | -3/+3 |
| 2025-05-01 | extend the list of registered dylibs on `test::prepare_cargo_test` | onur-ozkan | -3/+3 |
| 2025-05-01 | Simplify docs for breaking out of a named code block | Artur Roos | -2/+2 |
| 2025-05-01 | Auto merge of #139965 - amandasystems:marginally-improved-scc-annotations, r=... | bors | -171/+239 |