| Age | Commit message (Expand) | Author | Lines |
| 2025-08-30 | Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalathar | bors | -278/+844 |
| 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 | -5/+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 | compiler: Include span of too huge array with `-Cdebuginfo=2` | Martin Nordholts | -7/+52 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -7/+169 |
| 2025-08-30 | Merge pull request #4548 from rust-lang/rustup-2025-08-30 | Oli Scherer | -4250/+5833 |
| 2025-08-30 | Merge ref 'e004014d1bf4' from rust-lang/rust | The Miri Cronjob Bot | -4249/+5832 |
| 2025-08-30 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-30 | On binding not present in all patterns, look at consts and unit structs/varia... | Esteban Küber | -5/+361 |
| 2025-08-29 | Optimize `.ilog({2,10})` to `.ilog{2,10}()` | Chai T. Rex | -0/+14 |
| 2025-08-30 | Auto merge of #146023 - tgross35:rollup-gbec538, r=tgross35 | bors | -138/+201 |
| 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 #146000 - GuillaumeGomez:rustdoc-error-improvement, r=notriddle | Trevor Gross | -1/+3 |
| 2025-08-29 | Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-08-29 | Rollup merge of #145990 - lcnr:final-ty-no-resolve, r=davidtwco | Trevor Gross | -16/+10 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -17/+15 |
| 2025-08-29 | Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiser | Trevor Gross | -10/+33 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -26/+22 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -18/+7 |
| 2025-08-29 | Rollup merge of #145242 - joboet:tait-split-paths, r=Mark-Simulacrum | Trevor Gross | -29/+7 |
| 2025-08-29 | Move to 0.50.1 | Daniel Paoliello | -12/+14 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -48/+72 |
| 2025-08-30 | Add `Duration::from_nanos_u128` | actuallylost | -0/+56 |
| 2025-08-29 | Merge pull request #4546 from rust-lang/dependabot/cargo/tracing-subscriber-0... | Ben Kimock | -2/+2 |
| 2025-08-29 | Bump tracing-subscriber from 0.3.19 to 0.3.20 | dependabot[bot] | -2/+2 |
| 2025-08-29 | Add test for typo in or-pattern binding | Esteban Küber | -0/+82 |
| 2025-08-29 | Merge pull request #4371 from CraftSpider/duplicate-handle-test | Ralf Jung | -9/+46 |
| 2025-08-29 | Add duplicate handle test + make null lpTargetHandle an abort, not an unsuppo... | Rune Tynan | -9/+46 |
| 2025-08-29 | Merge pull request #2560 from ehuss/update-mdbook | Tshepang Mbambo | -1/+1 |
| 2025-08-29 | Update mdbook | Eric Huss | -1/+1 |
| 2025-08-29 | Auto merge of #145997 - matthiaskrgr:rollup-tsgylre, r=matthiaskrgr | bors | -276/+202 |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::only_item` into `flag_binding` | Vadim Petrochenkov | -37/+37 |
| 2025-08-29 | Fix `redundant_closure` suggests wrongly with deref overload (#15077) | dswij | -9/+130 |
| 2025-08-29 | Update getopts to remove unicode-width dependency | bjorn3 | -18/+6 |
| 2025-08-29 | Improve librustdoc error when a file creation/modification failed | Guillaume Gomez | -1/+3 |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::introduced_by_item` into `item_binding` | Vadim Petrochenkov | -18/+21 |
| 2025-08-29 | std: use a TAIT to define `SplitPaths` on UNIX | joboet | -29/+7 |
| 2025-08-29 | resolve: Avoid a regression from splitting prelude into two scopes | Vadim Petrochenkov | -3/+33 |
| 2025-08-29 | Merge pull request #4545 from RalfJung/zst-readwrite | Ralf Jung | -9/+28 |