| Age | Commit message (Expand) | Author | Lines |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -6/+6 |
| 2025-06-22 | Rollup merge of #142877 - yotamofek:pr/rustdoc/comment-eslint-installation-re... | Guillaume Gomez | -0/+3 |
| 2025-06-22 | Document why tidy checks if `eslint` is installed via `npm` | Yotam Ofek | -0/+3 |
| 2025-06-22 | Check rustdoc-json-types FORMAT_VERSION correct change | Guillaume Gomez | -0/+25 |
| 2025-06-22 | Port `#[must_use]` to new attribute parsing infrastructure | Jonathan Brouwer | -20/+40 |
| 2025-06-22 | Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann | Jacob Pratt | -3/+10 |
| 2025-06-22 | Merge pull request #20056 from ShoyuVanilla/fmt-args-new | Chayim Refael Friedman | -46/+412 |
| 2025-06-22 | Minic rustc's new `format_args!` expansion | Shoyu Vanilla | -41/+366 |
| 2025-06-22 | Implement region negation to minicore and add a flag `fmt_before_1_89_0` | Shoyu Vanilla | -8/+49 |
| 2025-06-22 | forward the bootstrap `runner` to `run-make` | Folkert de Vries | -1/+28 |
| 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 | 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 | -7/+6 |
| 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 | -7/+6 |
| 2025-06-20 | Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=Kobzol | Trevor Gross | -0/+103 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -1/+1 |
| 2025-06-21 | format | jnyfah | -1/+1 |
| 2025-06-21 | revert changes | jnyfah | -95/+10 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -41/+20 |
| 2025-06-20 | fmt | Nia Espera | -7/+6 |
| 2025-06-20 | Update src/shims/trace/parent.rs | Nia | -4/+5 |
| 2025-06-20 | error rework | Nia Espera | -33/+17 |
| 2025-06-20 | nonnulls | Nia Espera | -22/+18 |
| 2025-06-20 | cfg if | Nia Espera | -4/+1 |
| 2025-06-20 | fix dumb mistake | Nia Espera | -1/+6 |
| 2025-06-20 | supervisor bits of ffi ptracing | Nia Espera | -81/+606 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -2/+2 |
| 2025-06-20 | rust-analyzer: Rename LayoutS to LayoutData in comments | Zachary S | -1/+1 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -41/+20 |
| 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 | -10/+20 |
| 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 | -4/+27 |
| 2025-06-20 | Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated | Guillaume Gomez | -0/+68 |
| 2025-06-20 | Add better documentation for excluding imports from symbol search | Lucas Holten | -3/+11 |
| 2025-06-20 | Merge pull request #20046 from regexident/type-param-parent-getter | Florian Diebold | -0/+4 |
| 2025-06-20 | Auto merge of #142286 - Kobzol:clippy-jemalloc, r=flip1995,blyxyas | bors | -0/+36 |
| 2025-06-20 | Merge from rustc | The Miri Cronjob Bot | -118/+150 |
| 2025-06-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-20 | Remove an unnecessary check in rustfmt. | Nicholas Nethercote | -1/+1 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -1/+1 |
| 2025-06-20 | Merge pull request #4362 from nia-e/fix-alloc-perf | Ralf Jung | -36/+72 |
| 2025-06-20 | Merge pull request #20035 from joshka/jm/test-explorer-color | HKalbasi | -0/+1 |