| Age | Commit message (Expand) | Author | Lines |
| 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-29 | Merge pull request #20569 from rust-lang/dependabot/cargo/tracing-subscriber-... | David Barsky | -3/+3 |
| 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 | Bump tracing-subscriber from 0.3.19 to 0.3.20 | dependabot[bot] | -3/+3 |
| 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 |
| 2025-08-29 | Fix false positive of `needless_range_loop` when meeting multidimensional array | relaxcn | -5/+86 |
| 2025-08-29 | unix read/write: fix zero-size handling | Ralf Jung | -9/+28 |
| 2025-08-29 | Auto merge of #145902 - Kobzol:dist-docs-build-compiler, r=jieyouxu | bors | -80/+127 |
| 2025-08-29 | Merge pull request #1906 from folkertdev/arm-roundeven | Amanieu d'Antras | -14/+6 |
| 2025-08-29 | Merge pull request #1907 from Amanieu/remove-cirrus | Folkert de Vries | -16/+0 |
| 2025-08-29 | Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukang | Matthias Krüger | -76/+65 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu | Matthias Krüger | -37/+41 |
| 2025-08-29 | Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxu | Matthias Krüger | -80/+66 |
| 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 | autoderef final ty is already resolved | lcnr | -16/+10 |
| 2025-08-29 | Correctly handle different crate types disagreeing if the allocator shim is e... | bjorn3 | -29/+46 |
| 2025-08-29 | Fix typo in comment | bjorn3 | -1/+1 |
| 2025-08-29 | Ensure we emit an allocator shim when only some crate types need one | bjorn3 | -9/+50 |
| 2025-08-29 | Stabilize file_as_c_str | Alice Ryhl | -2/+2 |
| 2025-08-29 | cleanup proof tree implementation and add cache | lcnr | -441/+331 |
| 2025-08-29 | Merge pull request #20560 from ChayimFriedman2/analysis-stats-improve | Lukas Wirth | -3/+52 |
| 2025-08-29 | Put `TokenStream` stuff in a sensible order. | Nicholas Nethercote | -67/+65 |
| 2025-08-29 | Remove very outdated comment about token streams. | Nicholas Nethercote | -9/+0 |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -118/+231 |
| 2025-08-29 | Don't print captures in `TestCx::normalize_platform_differences` | Zalathar | -7/+4 |
| 2025-08-29 | Move module `compute_diff` into `compiletest::runtest` | Zalathar | -5/+4 |
| 2025-08-29 | Change the `logv` function into a `TestCx` method. | Zalathar | -23/+19 |
| 2025-08-29 | Don't bother logging an arbitrary subset of the compiletest config | Zalathar | -48/+3 |
| 2025-08-29 | Rollup merge of #145977 - CaiWeiran:basic-stepping-test, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-29 | tests: Ignore basic-stepping.rs on riscv64 | Caiweiran | -0/+1 |
| 2025-08-29 | Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdev | Stuart Cook | -1/+1 |