| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Remove stdarch submodule checkout | Jakub Beránek | -7/+1 |
| 2025-06-23 | Port more tests to snapshot tests | Jakub Beránek | -647/+614 |
| 2025-06-23 | Fixes firefox copy paste issue | gstjepan2 | -1/+29 |
| 2025-06-23 | Improve code and documentation | Guillaume Gomez | -12/+22 |
| 2025-06-23 | Update tests to work with new DocFragment field and `redundant_explicit_links... | Guillaume Gomez | -0/+1 |
| 2025-06-23 | Update clippy source code to changes on `source_span_for_markdown_range` | Guillaume Gomez | -2/+2 |
| 2025-06-23 | Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ... | Guillaume Gomez | -22/+50 |
| 2025-06-23 | Auto merge of #142906 - jdonszelmann:rollup-togt1dl, r=jdonszelmann | bors | -7/+24 |
| 2025-06-23 | Merge pull request #20069 from Veykril/push-mnqkqxomtlxn | Lukas Wirth | -1/+29 |
| 2025-06-23 | fix: Fix cargo project manifest not pointing to the workspace root | Lukas Wirth | -1/+29 |
| 2025-06-23 | mbe: Restructure `macro_metavar_expr` tests | Trevor Gross | -1/+0 |
| 2025-06-23 | Fix install-template.sh for Solaris tr | Petr Sumbera | -4/+4 |
| 2025-06-23 | Move error code explanation removal check into tidy | Guillaume Gomez | -25/+32 |
| 2025-06-23 | Create new `CiInfo` type in tidy checks to centralize CI related checks | Guillaume Gomez | -44/+71 |
| 2025-06-23 | Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=Kobzol | Jana Dönszelmann | -7/+24 |
| 2025-06-23 | Document sysroot_project field in rust-project.json | Wilfred Hughes | -0/+3 |
| 2025-06-23 | Auto merge of #142792 - cuviper:version-1.90, r=cuviper | bors | -1/+1 |
| 2025-06-23 | Merge from rust-lang/rust | Laurențiu Nicola | -1822/+2157 |
| 2025-06-23 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-23 | Remove `build --stage 0` from CI scripts | Jakub Beránek | -2/+2 |
| 2025-06-23 | Add snapshot tests for compiler builds | Jakub Beránek | -4/+182 |
| 2025-06-23 | Do not allow building anything on stage 0 | Jakub Beránek | -2/+7 |
| 2025-06-23 | Do not explicitly build `Rustc` when bootstrap is invoked with the `compiler`... | Jakub Beránek | -0/+6 |
| 2025-06-23 | Add `Builder::std` method for building a standard library | Jakub Beránek | -41/+84 |
| 2025-06-23 | Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgr | bors | -24/+52 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -4/+5 |
| 2025-06-23 | Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r... | Matthias Krüger | -0/+25 |
| 2025-06-23 | Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmann | Matthias Krüger | -24/+22 |
| 2025-06-23 | Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxu | Matthias Krüger | -0/+5 |
| 2025-06-22 | Update cargo | Eric Huss | -0/+0 |
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+32 |
| 2025-06-23 | In "Wrap return type" assist, don't wrap exit points if they already have the... | Chayim Refael Friedman | -34/+133 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -24/+22 |
| 2025-06-22 | ci: aarch64-gnu: Stop skipping `panic_abort_doc_tests` | Martin Nordholts | -2/+1 |
| 2025-06-22 | Add a SUMMARY.md outlining immediate subdirectories of the ui test suite | Oneirical | -0/+5 |
| 2025-06-22 | Rollup merge of #142877 - yotamofek:pr/rustdoc/comment-eslint-installation-re... | Guillaume Gomez | -0/+3 |
| 2025-06-22 | Rollup merge of #142868 - klensy:dc, r=oli-obk | Guillaume Gomez | -2/+1 |
| 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 | -22/+42 |
| 2025-06-22 | Use `join_with_double_colon` in `write_shared.rs`. | Nicholas Nethercote | -2/+2 |
| 2025-06-22 | remove few from bootstrap too | klensy | -2/+1 |
| 2025-06-22 | Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann | Jacob Pratt | -3/+10 |
| 2025-06-22 | Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoid | Jacob Pratt | -189/+169 |
| 2025-06-22 | Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkov | Jacob Pratt | -12/+0 |
| 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 | Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jie... | bors | -1/+28 |
| 2025-06-22 | forward the bootstrap `runner` to `run-make` | Folkert de Vries | -1/+28 |