| Age | Commit message (Expand) | Author | Lines |
| 2025-06-04 | Fix incorrect use of "recommend" over "recommended" | Rageking8 | -1/+1 |
| 2025-06-04 | fix suggestion-causes-error of `print_literal` and `write_literal` (#14961) | Samuel Tardieu | -11/+199 |
| 2025-06-04 | Auto merge of #142003 - matthiaskrgr:rollup-ad8l9ns, r=matthiaskrgr | bors | -632/+688 |
| 2025-06-04 | Fix incorrect use of "recommend" over "recommended" | Rageking8 | -1/+1 |
| 2025-06-04 | Do not recurse indefinitely while checking for inner mutability | Samuel Tardieu | -9/+55 |
| 2025-06-04 | fix suggestion-causes-error of `print_literal` and `write_literal` | relaxcn | -11/+199 |
| 2025-06-04 | Merge pull request #19913 from rust-lang/dependabot/npm_and_yarn/editors/code... | Laurențiu Nicola | -3/+3 |
| 2025-06-04 | Merge pull request #19914 from davidbarsky/davidbarsky/add-some-additional-in... | Lukas Wirth | -0/+253 |
| 2025-06-04 | Merge pull request #19921 from ShoyuVanilla/ci-retry | Laurențiu Nicola | -2/+2 |
| 2025-06-04 | ci: Pin `cargo-workspaces` version to `0.3.6`, again | Shoyu Vanilla | -2/+2 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -3/+3 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -31/+33 |
| 2025-06-04 | Improve some `Visitor` comments. | Nicholas Nethercote | -5/+11 |
| 2025-06-04 | abi_check: tweak some comments | Ralf Jung | -5/+12 |
| 2025-06-04 | x86 (32/64): go back to passing SIMD vectors by-ptr | Ralf Jung | -46/+22 |
| 2025-06-04 | Merge pull request #4375 from rust-lang/rustup-2025-06-04 | Ralf Jung | -6987/+61620 |
| 2025-06-04 | Merge pull request #19920 from ShoyuVanilla/patch-2 | Laurențiu Nicola | -1/+1 |
| 2025-06-04 | fix: Typo mistake in autopublish workflow | Shoyu Vanilla (Flint) | -1/+1 |
| 2025-06-04 | Rollup merge of #142000 - lambdageek:no-symlink-stage0, r=onur-ozkan | Matthias Krüger | -13/+17 |
| 2025-06-04 | Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e... | Matthias Krüger | -193/+194 |
| 2025-06-04 | Rollup merge of #141871 - nia-e:fix-bitset, r=eholk | Matthias Krüger | -4/+46 |
| 2025-06-04 | Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=Amanieu | Matthias Krüger | -5/+7 |
| 2025-06-04 | Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubilee | Matthias Krüger | -10/+36 |
| 2025-06-04 | Rollup merge of #138699 - psumbera:solaris-ci-build3, r=marcoieni | Matthias Krüger | -172/+285 |
| 2025-06-04 | Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis... | Matthias Krüger | -235/+75 |
| 2025-06-04 | Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am... | Matthias Krüger | -0/+28 |
| 2025-06-04 | Merge pull request #19919 from ShoyuVanilla/patch-1 | Laurențiu Nicola | -3/+3 |
| 2025-06-04 | ci: When autopublishing, remove `xtask` from workspace | Shoyu Vanilla (Flint) | -3/+3 |
| 2025-06-04 | Use interned strings when possible, for efficiency purposes (#14963) | llogiq | -94/+116 |
| 2025-06-04 | Merge from rustc | The Miri Cronjob Bot | -6986/+61619 |
| 2025-06-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-04 | Auto merge of #141652 - compiler-errors:more-collect-and-apply, r=lqd | bors | -46/+90 |
| 2025-06-04 | Merge pull request #19915 from ShoyuVanilla/publish-libs-crash | Laurențiu Nicola | -1/+1 |
| 2025-06-04 | remove outdated RUSTC_SYSROOT handling for ci-rustc | onur-ozkan | -10/+0 |
| 2025-06-04 | bootstrap: don't symlink source dir into stage0 sysroot | Aleksey Kliger | -13/+17 |
| 2025-06-04 | make it possible to request stage 0 std with `Builder::ensure` | onur-ozkan | -15/+19 |
| 2025-06-04 | run `check::Std` as the final step | onur-ozkan | -1/+7 |
| 2025-06-04 | Visit the ident in `PreciseCapturingNonLifetimeArg`. | Nicholas Nethercote | -2/+3 |
| 2025-06-03 | add tests for negative numbers | Jeremy Smart | -0/+14 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -27/+22 |
| 2025-06-03 | Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgr | bors | -5460/+5958 |
| 2025-06-04 | index: add method for checking range on DenseBitSet | Nia Espera | -4/+46 |
| 2025-06-03 | `Display`: Rework explanation of `FromStr`/`Display` round-tripping | Josh Triplett | -2/+7 |
| 2025-06-03 | `FromStr`: Rework explanation of `FromStr`/`Display` round-tripping | Josh Triplett | -6/+5 |
| 2025-06-03 | Add some more description of interactions between `Display` and `FromStr` | Josh Triplett | -0/+6 |
| 2025-06-03 | Improve the documentation of `Display` and `FromStr`, and their interactions | Josh Triplett | -0/+18 |
| 2025-06-04 | expand meaning of ~? diagnostic annotation | Tshepang Mbambo | -2/+6 |
| 2025-06-03 | rustdoc-json-type: Depend on `serde` and `serde_derive` seperately | Alona Enraght-Moony | -2/+4 |
| 2025-06-03 | Ensure query keys are printed with reduced queries | Michael Goulet | -7/+15 |
| 2025-06-03 | Add a test to reproduce ICE | Michael Goulet | -0/+25 |