| Age | Commit message (Expand) | Author | Lines |
| 2025-03-25 | Rollup merge of #138917 - nnethercote:rustdoc-remove-useless, r=GuillaumeGomez | Jacob Pratt | -38/+38 |
| 2025-03-25 | Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obk | Jacob Pratt | -0/+8 |
| 2025-03-25 | Rollup merge of #138905 - Gelbpunkt:powerpc64-unknown-linux-musl-maintainer, ... | Jacob Pratt | -1/+59 |
| 2025-03-25 | Rollup merge of #138877 - TaKO8Ki:enable-per-target-ignores-for-doctests, r=n... | Jacob Pratt | -4/+5 |
| 2025-03-25 | Rollup merge of #138834 - Kobzol:test-diff-group-by-stage, r=marcoieni | Jacob Pratt | -18/+25 |
| 2025-03-25 | Move Platform Support section to the bottom of rustc chapter book | Urgau | -13/+16 |
| 2025-03-26 | rustdoc: Rearrange `Item`/`ItemInner`. | Nicholas Nethercote | -37/+46 |
| 2025-03-25 | Auto merge of #138933 - matthiaskrgr:rollup-sjtqkoq, r=matthiaskrgr | bors | -1/+2 |
| 2025-03-25 | Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2025-03-25 | Allow defining opaques in statics and consts | Michael Goulet | -0/+8 |
| 2025-03-25 | Auto merge of #138865 - petrochenkov:errwhere, r=jieyouxu | bors | -80/+95 |
| 2025-03-25 | Add diff of bootstrap steps | Jakub Beránek | -40/+162 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -80/+95 |
| 2025-03-25 | Incorporate issue-111692.rs into the larger test file and add more test cases | León Orell Valerian Liehr | -1/+0 |
| 2025-03-25 | Add function for linearizing `BuildStep` substeps | Jakub Beránek | -12/+17 |
| 2025-03-25 | rustdoc: remove useless `Symbol::is_empty` checks. | Nicholas Nethercote | -38/+38 |
| 2025-03-25 | Track whether an assoc item is in a trait impl or an inherent impl | Oli Scherer | -1/+2 |
| 2025-03-25 | ignore doctests only in specified targets | Takayuki Maeda | -4/+5 |
| 2025-03-25 | Rollup merge of #138755 - GuillaumeGomez:rm-duplicated-loop, r=camelid | Takayuki Maeda | -38/+21 |
| 2025-03-25 | Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxu | Takayuki Maeda | -1/+14 |
| 2025-03-25 | Rollup merge of #138385 - nnethercote:keyword-tweaks, r=Noratrieb | Takayuki Maeda | -1/+1 |
| 2025-03-24 | search.js: fix whitespace | binarycat | -1/+1 |
| 2025-03-24 | search.js: give type annotation to newSolutions | binarycat | -2/+2 |
| 2025-03-24 | search.js: give type to unifiedGenericsMgens | binarycat | -2/+1 |
| 2025-03-24 | search.js: fix return type of unifyFunctionTypes | binarycat | -2/+1 |
| 2025-03-24 | search.js: use @type instead of @ts-expect-error | binarycat | -5/+1 |
| 2025-03-24 | search.js: fix signature of pushText | binarycat | -9/+5 |
| 2025-03-24 | search.js: refactor transformResults | binarycat | -14/+27 |
| 2025-03-24 | search.js: remove another Map.has() and @ts-expect-error | binarycat | -3/+3 |
| 2025-03-24 | search.js(query parser): rethrow error if it isn't a string array | binarycat | -3/+7 |
| 2025-03-24 | Add target maintainer information for powerpc64-unknown-linux-musl | Jens Reidel | -1/+59 |
| 2025-03-24 | search.js: add undef2null and eliminate more @ts-expect-error | binarycat | -10/+21 |
| 2025-03-24 | search.js: refactor handling of rawPaths in buildIndex | binarycat | -20/+22 |
| 2025-03-24 | search.js: improve typechecking by avoiding Map.has | binarycat | -13/+8 |
| 2025-03-24 | rustdoc js: add nonundef and use it to remove a ts-expect-error | binarycat | -5/+28 |
| 2025-03-24 | Rollup merge of #138894 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-03-24 | Rollup merge of #138864 - Urgau:rework-print-options-doc, r=jieyouxu | Matthias Krüger | -52/+214 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -2/+0 |
| 2025-03-24 | Update books | rustbot | -0/+0 |
| 2025-03-24 | happy tidy | klensy | -1/+0 |
| 2025-03-24 | Remove duplicated loop when computing doc cfgs | Guillaume Gomez | -38/+21 |
| 2025-03-24 | typo | Tshepang Mbambo | -1/+1 |
| 2025-03-24 | add needed break | Tshepang Mbambo | -1/+2 |
| 2025-03-24 | Merge pull request #2299 from jieyouxu/test-jobs-reorg | 许杰友 Jieyou Xu (Joe) | -11/+39 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -1/+1 |
| 2025-03-24 | Revert "Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark... | Jieyou Xu | -9/+1 |
| 2025-03-23 | Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum | Jacob Pratt | -7/+111 |
| 2025-03-23 | Rollup merge of #138574 - lolbinarycat:rustdoc-deref-24686-v2, r=GuillaumeGomez | Jacob Pratt | -3/+32 |
| 2025-03-23 | Rollup merge of #138321 - wesleywiser:bootstrap_package_pdbs, r=onur-ozkan | Jacob Pratt | -99/+255 |
| 2025-03-23 | Rollup merge of #137593 - RalfJung:subtree-sync-download-llvm, r=Mark-Simulacrum | Jacob Pratt | -1/+9 |