| Age | Commit message (Expand) | Author | Lines |
| 2025-06-22 | forward the bootstrap `runner` to `run-make` | Folkert de Vries | -1/+28 |
| 2025-06-21 | Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe... | bors | -27/+12 |
| 2025-06-22 | Rename some methods. | Nicholas Nethercote | -8/+12 |
| 2025-06-22 | Use `FromClean` more. | Nicholas Nethercote | -121/+156 |
| 2025-06-22 | Remove some code. | Nicholas Nethercote | -32/+1 |
| 2025-06-22 | Remove some dead code. | Nicholas Nethercote | -25/+0 |
| 2025-06-22 | Use `sym::asterisk` to avoid a `Symbol::intern` call. | Nicholas Nethercote | -5/+2 |
| 2025-06-21 | Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym... | Chayim Refael Friedman | -3/+11 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -3/+10 |
| 2025-06-21 | or_fun_call: lint more methods (#15071) | Samuel Tardieu | -1/+1 |
| 2025-06-21 | Merge pull request #20047 from ShoyuVanilla/comp-time-deps | Lukas Wirth | -2/+24 |
| 2025-06-21 | Rollup merge of #142804 - zachs18:rename-layouts-to-layoutdata-in-comments, r... | Matthias Krüger | -1/+1 |
| 2025-06-21 | Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,... | Matthias Krüger | -24/+16 |
| 2025-06-21 | Rollup merge of #142785 - epage:link, r=ehuss | Matthias Krüger | -0/+1 |
| 2025-06-21 | Rollup merge of #142502 - nnethercote:rustdoc-json-GenericArgs, r=aDotInTheVoid | Matthias Krüger | -19/+64 |
| 2025-06-21 | fix: Correct grammar in remove all unused imports assist | Zakaria Elkatani | -1/+1 |
| 2025-06-21 | internal: Utilize `cargo check --compile-time-deps` | Shoyu Vanilla | -2/+24 |
| 2025-06-21 | rustdoc_json: represent generic args consistently. | Nicholas Nethercote | -21/+19 |
| 2025-06-21 | Fix some comments. | Nicholas Nethercote | -3/+3 |
| 2025-06-21 | rustdoc_json: Fix handling of paths with no generic args. | Nicholas Nethercote | -1/+18 |
| 2025-06-21 | rustdoc_json: Add static asserts for the size of important types. | Nicholas Nethercote | -0/+30 |
| 2025-06-20 | Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=Kobzol | Trevor Gross | -2/+109 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -1/+1 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -122/+80 |
| 2025-06-20 | configure.py: fix edge case | binarycat | -1/+1 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -2/+2 |
| 2025-06-20 | Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubilee | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=Kobzol | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxu | Jakub Beránek | -96/+252 |
| 2025-06-20 | Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume... | Jakub Beránek | -71/+53 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxu | Jakub Beránek | -19/+114 |
| 2025-06-20 | rust-analyzer: Rename LayoutS to LayoutData in comments | Zachary S | -1/+1 |
| 2025-06-20 | Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez | Trevor Gross | -12/+1 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -71/+36 |
| 2025-06-20 | Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina... | Trevor Gross | -37/+41 |
| 2025-06-20 | Bump the version number to 1.90.0 | Josh Stone | -1/+1 |
| 2025-06-20 | update configure.py to handle new bootstrap.example.toml | binarycat | -7/+24 |
| 2025-06-20 | clippy: replace path uses by diagnostic items | Samuel Tardieu | -24/+16 |
| 2025-06-20 | Improve error message for rustdoc_json_types tidy check | Guillaume Gomez | -11/+25 |
| 2025-06-20 | fix(linkcheck): Build using the lockfile | Ed Page | -0/+1 |
| 2025-06-20 | Pass `src_path` to rustdoc_json tidy check | Guillaume Gomez | -11/+13 |
| 2025-06-20 | Generate base commit in rustdoc_json tidy checks | Guillaume Gomez | -5/+28 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -2/+2 |
| 2025-06-20 | Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated | Guillaume Gomez | -0/+68 |
| 2025-06-20 | Pass -Cpanic=abort for the panic_abort crate | bjorn3 | -12/+0 |
| 2025-06-20 | Add better documentation for excluding imports from symbol search | Lucas Holten | -3/+11 |
| 2025-06-20 | Auto merge of #142770 - tgross35:rollup-w74w39t, r=tgross35 | bors | -7/+5 |
| 2025-06-20 | Merge pull request #20046 from regexident/type-param-parent-getter | Florian Diebold | -0/+4 |
| 2025-06-20 | Convert `ilog(10)` to `ilog10()` | Chai T. Rex | -1/+1 |