| Age | Commit message (Expand) | Author | Lines |
| 2025-06-01 | resolve if-let-chain FIXME on bootstrap | onur-ozkan | -3/+3 |
| 2025-05-30 | Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgr | bors | -56/+91 |
| 2025-05-30 | Rollup merge of #141749 - Noratrieb:RUSTC_ACTUALLY_DO_NOT_RETRY_LINKER_ON_SEG... | Matthias Krüger | -5/+0 |
| 2025-05-30 | Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomez | Matthias Krüger | -50/+88 |
| 2025-05-30 | Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-05-30 | Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid | bors | -146/+140 |
| 2025-05-30 | Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez | Matthias Krüger | -3/+12 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -5/+25 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2025-05-30 | Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwco | Matthias Krüger | -0/+12 |
| 2025-05-30 | Address review comments. | Nicholas Nethercote | -6/+6 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -15/+138 |
| 2025-05-29 | Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hack | Noratrieb | -5/+0 |
| 2025-05-29 | rustdoc: display doc(cfg(false)) properly | binarycat | -3/+12 |
| 2025-05-29 | Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc | Urgau | -50/+88 |
| 2025-05-29 | Auto merge of #141490 - compiler-errors:bump-pgo, r=Kobzol | bors | -11/+11 |
| 2025-05-29 | Rollup merge of #141729 - onur-ozkan:fix-141722, r=jieyouxu | Guillaume Gomez | -10/+26 |
| 2025-05-29 | Rollup merge of #141705 - GuillaumeGomez:eslint-tidy, r=Kobzol | Guillaume Gomez | -5/+112 |
| 2025-05-29 | Fix npm install error | Guillaume Gomez | -3/+2 |
| 2025-05-29 | Centralize the eslint version between tidy and docker | Guillaume Gomez | -9/+19 |
| 2025-05-29 | Install eslint in host-x86_64 Dockerfile | Guillaume Gomez | -0/+7 |
| 2025-05-29 | resolve target-libdir directly from rustc | onur-ozkan | -10/+26 |
| 2025-05-29 | resolve stage0 sysroot from rustc | onur-ozkan | -1/+3 |
| 2025-05-29 | Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan | bors | -1/+2 |
| 2025-05-29 | Bump rustc-perf and update PGO crates | Michael Goulet | -11/+11 |
| 2025-05-29 | Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhpratt | bors | -121/+97 |
| 2025-05-29 | Rollup merge of #141656 - ehuss:cargo-aarch64-macos, r=marcoieni,jieyouxu | Jacob Pratt | -1/+3 |
| 2025-05-29 | Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3 | Jacob Pratt | -120/+94 |
| 2025-05-29 | Rollup merge of #141684 - petrochenkov:bumponig, r=ehuss | Jacob Pratt | -5/+5 |
| 2025-05-29 | Rollup merge of #141680 - davidjsonn:master, r=oli-obk | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead | Jacob Pratt | -9/+9 |
| 2025-05-29 | Rollup merge of #141643 - marcoieni:codebuild-check, r=Kobzol | Jacob Pratt | -1/+67 |
| 2025-05-29 | Rollup merge of #141638 - oli-obk:builtin-index, r=lcnr | Jacob Pratt | -8/+5 |
| 2025-05-28 | Auto merge of #141693 - lnicola:sync-from-ra, r=lnicola | bors | -956/+1513 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -5/+25 |
| 2025-05-28 | Remove checks that are run with `tidy` | Guillaume Gomez | -3/+0 |
| 2025-05-28 | Add `eslint` as part of tidy run | Guillaume Gomez | -0/+94 |
| 2025-05-28 | Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35 | bors | -8/+28 |
| 2025-05-28 | Add cfg for FormatShortCmd | Mu001999 | -0/+3 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -8/+28 |
| 2025-05-28 | Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzol | bors | -3/+71 |
| 2025-05-28 | Stabilise `repr128` | beetrees | -120/+94 |
| 2025-05-28 | rustbook: Bump versions of `onig` and `onig_sys` | Vadim Petrochenkov | -5/+5 |
| 2025-05-28 | replace TraitRef link memory.md | David Klank | -1/+1 |
| 2025-05-28 | Use `builin_index` instead of hand-rolling it | Oli Scherer | -8/+5 |
| 2025-05-28 | Merge pull request #19881 from Veykril/push-wsrmttkymyps | Lukas Wirth | -171/+336 |
| 2025-05-28 | feat: Desugar assist for `let pat = expr?;` -> `let else` | Lukas Wirth | -171/+336 |
| 2025-05-28 | Auto merge of #141501 - marcoieni:dist-x86_64-linux-codebuild-again, r=Kobzol | bors | -2/+2 |
| 2025-05-28 | Merge pull request #19880 from Veykril/push-xmpxumsrkymk | Lukas Wirth | -31/+97 |
| 2025-05-28 | Merge pull request #19872 from ChayimFriedman2/async-fn-output | Lukas Wirth | -11/+81 |