| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxu | bors | -1/+0 |
| 2025-05-30 | Do not run PGO/BOLT in x64 Linux alt builds | Jakub Beránek | -8/+31 |
| 2025-05-30 | fix clippy warnings | onur-ozkan | -235/+230 |
| 2025-05-30 | fix bootstrap tests | onur-ozkan | -14/+1 |
| 2025-05-30 | fix fs bug on CI and update ming-check-1 Dockerfile | onur-ozkan | -0/+9 |
| 2025-05-30 | fix CI-rustc bugs | onur-ozkan | -11/+27 |
| 2025-05-30 | be able to build stage1 library with CI-rustc | onur-ozkan | -33/+14 |
| 2025-05-30 | add "library" to `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` | onur-ozkan | -15/+2 |
| 2025-05-30 | improve comments and docs | onur-ozkan | -73/+36 |
| 2025-05-30 | add change entry | onur-ozkan | -0/+5 |
| 2025-05-30 | update dev guidelines | onur-ozkan | -61/+41 |
| 2025-05-30 | split `mingw-check` into two | onur-ozkan | -26/+61 |
| 2025-05-30 | use stage 1 for std on CI | onur-ozkan | -6/+6 |
| 2025-05-30 | bless bootstrap tests | onur-ozkan | -3/+3 |
| 2025-05-30 | update stage defaults | onur-ozkan | -7/+7 |
| 2025-05-30 | handle cfg bootstrap on compiler and miri | onur-ozkan | -3/+26 |
| 2025-05-30 | improve `check::Std` handling | onur-ozkan | -0/+9 |
| 2025-05-30 | update std uplifting algorithm | onur-ozkan | -2/+9 |
| 2025-05-30 | use initial rustc's std on stage 0 | onur-ozkan | -31/+26 |
| 2025-05-30 | Merge pull request #4359 from RalfJung/cargo-miri-verbose | Ralf Jung | -1/+1 |
| 2025-05-30 | cargo-miri: recognize --verbose alongside -v | Ralf Jung | -1/+1 |
| 2025-05-30 | Merge pull request #4314 from yoctocell/fine-grained-tracking | Ralf Jung | -175/+391 |
| 2025-05-30 | * Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common code | Guillaume Gomez | -13/+16 |
| 2025-05-30 | ci: use free runner for aarch64-gnu-llvm-19-1 PR job | MarcoIeni | -1/+1 |
| 2025-05-30 | Add some more `hir_expand::files` conversions | Lukas Wirth | -64/+137 |
| 2025-05-30 | Use "accessed" instead of "initialized" in `LocationState` | Xinglu Chen | -65/+68 |
| 2025-05-30 | Track permissions on the byte-level | Xinglu Chen | -116/+329 |
| 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 | build dist for x86_64-pc-solaris and sparcv9-sun-solaris | Petr Sumbera | -172/+285 |
| 2025-05-30 | Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid | bors | -146/+140 |
| 2025-05-30 | Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s... | Lukas Wirth | -3/+88 |
| 2025-05-30 | Change diagnostic wording | tiif | -12/+6 |
| 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 | jsondocck: command -> directive | Alona Enraght-Moony | -39/+41 |
| 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 | some refactoring of the allocator | Ralf Jung | -67/+74 |
| 2025-05-29 | add separate allocator for MiriMachine | Nia Espera | -22/+519 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -31/+31 |
| 2025-05-29 | Rollup merge of #141729 - onur-ozkan:fix-141722, r=jieyouxu | Guillaume Gomez | -10/+26 |