| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-03 | Merge pull request #687 from FractalFir/better_intrinsics | antoyo | -9982/+10198 |
| 2025-06-03 | update gpu offload build command | Manuel Drehwald | -6/+9 |
| 2025-06-03 | Rollup merge of #141957 - ferrocene:lw/missing-dyn-kw2, r=compiler-errors | Matthias Krüger | -31/+26 |
| 2025-06-03 | Rollup merge of #141945 - nnethercote:rm-Path-is_ident, r=compiler-errors | Matthias Krüger | -14/+10 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -122/+61 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-06-03 | Rollup merge of #141925 - cuviper:vestigial-bootstrap, r=workingjubilee | Matthias Krüger | -134/+14 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -4299/+4132 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -48/+31 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -27/+22 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -788/+879 |
| 2025-06-03 | Rollup merge of #141455 - joboet:tls_exhaustion_abort, r=tgross35 | Matthias Krüger | -11/+10 |
| 2025-06-03 | Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-error... | Matthias Krüger | -61/+826 |
| 2025-06-03 | native-lib: allow multiple libraries and/or dirs | Nia Espera | -57/+70 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+53018 |
| 2025-06-03 | Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol | bors | -3/+5 |
| 2025-06-03 | Use interned strings when possible, for efficiency purposes | Samuel Tardieu | -94/+116 |
| 2025-06-03 | Apply suggestions from code review | Fractal Fir(Michał Kostrubiec) | -6/+7 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -61/+826 |
| 2025-06-03 | hir-ty: add incremental tests checking for `infer` invalidation | David Barsky | -0/+253 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -101/+413 |
| 2025-06-04 | std: simplify `NonNull` variance documentation | xizheyin | -11/+16 |
| 2025-06-03 | Reference correct PR | Benjamin Schulz | -3/+3 |
| 2025-06-03 | Rework collect_and_apply to not rely on size hint for optimization | Michael Goulet | -46/+90 |
| 2025-06-03 | Fix false positive for unused_unit | Benjamin Schulz | -3/+22 |
| 2025-06-03 | compiler: actually remove Conv now that it is irrelevant | Jubilee Young | -163/+1 |
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 |