| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | [beta] Update src/doc/reference | Eric Huss | -0/+0 |
| 2025-06-23 | Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2025-06-22 | Add a SUMMARY.md outlining immediate subdirectories of the ui test suite | Oneirical | -0/+5 |
| 2025-06-20 | Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu | Jakub Beránek | -96/+252 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142699 - rustbot:docs-update, r=ehuss | Trevor Gross | -0/+0 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -1/+1 |
| 2025-06-19 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -306/+194 |
| 2025-06-19 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-06-19 | Update books | rustbot | -0/+0 |
| 2025-06-18 | initial instructions for gpu offload | Manuel Drehwald | -0/+82 |
| 2025-06-19 | Auto merge of #140772 - mati865:gnullvm-host, r=Kobzol | bors | -3/+3 |
| 2025-06-19 | fix markup | Tshepang Mbambo | -2/+2 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -0/+67 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -0/+2 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -0/+32 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+33 |
| 2025-06-18 | {aarch64,x86_64}-pc-windows-gnullvm: build host tools | Mateusz Mikuła | -3/+3 |
| 2025-06-18 | Merge pull request #2474 from BoxyUwU/ambig_unambig_ty_consts | Boxy | -6/+70 |
| 2025-06-18 | Reviews | Boxy | -12/+12 |
| 2025-06-18 | Fix compiletest and rustc-dev-guide | Jakub Beránek | -1/+1 |
| 2025-06-18 | Clarify documentation | Jakub Beránek | -2/+6 |
| 2025-06-17 | Add links | Boxy | -9/+19 |
| 2025-06-17 | Write chapter on Unambig vs Ambig Types/Consts | Boxy | -1/+53 |
| 2025-06-17 | Stub chapter and consolidate under `/hir/` | Boxy | -6/+8 |
| 2025-06-17 | Profiling with perf: specify the section of bootstrap settings. | lolbinarycat | -2/+2 |
| 2025-06-16 | Remove hanging parenthesis from example signature. | Chris Bloodsworth | -2/+2 |
| 2025-06-16 | Update books | rustbot | -0/+0 |
| 2025-06-16 | Use stage 1 for building docs | Alice Ryhl | -1/+1 |
| 2025-06-16 | Add infrastructure for emitting timing sections | Jakub Beránek | -0/+28 |
| 2025-06-15 | Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton | León Orell Valerian Liehr | -117/+0 |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+2 |
| 2025-06-14 | do not inline links | Tshepang Mbambo | -2/+5 |
| 2025-06-14 | title case | Tshepang Mbambo | -1/+1 |
| 2025-06-14 | use sentence case | Tshepang Mbambo | -11/+11 |
| 2025-06-14 | content has moved to another chapter | Tshepang Mbambo | -2/+2 |
| 2025-06-14 | Merge pull request #2465 from xizheyin/rustc-query | Tshepang Mbambo | -39/+46 |
| 2025-06-14 | Merge pull request #2441 from rust-lang/tshepang-remove-title-case | Tshepang Mbambo | -28/+28 |
| 2025-06-14 | Remove outdated docs about broken ABI | bjorn3 | -117/+0 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -177/+2 |
| 2025-06-14 | Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInTheVoid | Matthias Krüger | -5/+19 |
| 2025-06-13 | Rollup merge of #142475 - wesleywiser:windows_msvc_maintainers, r=ChrisDenton | Jubilee | -3/+73 |
| 2025-06-13 | Add platform support docs & maintainers for *-windows-msvc | Wesley Wiser | -3/+73 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -0/+5 |
| 2025-06-13 | Adjust some doc for Query System | xizheyin | -39/+46 |
| 2025-06-13 | Rollup merge of #142248 - heiher:loong32-asm-types, r=Amanieu | Matthias Krüger | -0/+5 |
| 2025-06-13 | Rollup merge of #142413 - tshepang:rdg-push, r=jieyouxu | Matthias Krüger | -3/+4 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -177/+2 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -0/+24 |
| 2025-06-12 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -30/+50 |