| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | Fixes firefox copy paste issue | gstjepan2 | -1/+29 |
| 2025-06-23 | Improve code and documentation | Guillaume Gomez | -30/+77 |
| 2025-06-23 | Update clippy source code to changes on `source_span_for_markdown_range` | Guillaume Gomez | -2/+2 |
| 2025-06-23 | Update tests to work with new DocFragment field and `redundant_explicit_links... | Guillaume Gomez | -2/+5 |
| 2025-06-23 | Update clippy source code to changes on `source_span_for_markdown_range` | Guillaume Gomez | -2/+2 |
| 2025-06-23 | Add ui test for `redundant_explicit_links` rustdoc lint for items coming from... | Guillaume Gomez | -0/+51 |
| 2025-06-23 | Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ... | Guillaume Gomez | -54/+100 |
| 2025-06-23 | cleaned up some tests | Kivooeo | -148/+151 |
| 2025-06-23 | Use a NonNull pointer | Alice Ryhl | -4/+7 |
| 2025-06-23 | Auto merge of #142906 - jdonszelmann:rollup-togt1dl, r=jdonszelmann | bors | -1010/+633 |
| 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 | -56/+57 |
| 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 #142904 - tshepang:patch-1, r=jieyouxu | Jana Dönszelmann | -1/+1 |
| 2025-06-23 | Rollup merge of #142892 - jdonszelmann:fix-142891, r=oli-obk | Jana Dönszelmann | -1/+28 |
| 2025-06-23 | Rollup merge of #142822 - oli-obk:const-partial-eq, r=fee1-dead | Jana Dönszelmann | -606/+117 |
| 2025-06-23 | Rollup merge of #142636 - lolbinarycat:bootstrap-example-unsection, r=Kobzol | Jana Dönszelmann | -202/+222 |
| 2025-06-23 | Rollup merge of #142493 - jdonszelmann:naked, r=oli-obk | Jana Dönszelmann | -200/+265 |
| 2025-06-23 | move naked checks out of check_attr.rs | Jana Dönszelmann | -194/+211 |
| 2025-06-23 | make warnings methods on cx so it's easier to emit them elsewhere too | Jana Dönszelmann | -8/+28 |
| 2025-06-23 | rewrite #[naked] parser | Jana Dönszelmann | -16/+44 |
| 2025-06-23 | fix 142891 | Jana Dönszelmann | -1/+25 |
| 2025-06-23 | test for lint on root node crash | Jana Dönszelmann | -0/+3 |
| 2025-06-23 | Rustup to rustc 1.89.0-nightly (be19eda0d 2025-06-22) | bjorn3 | -1/+1 |
| 2025-06-23 | Sync from rust be19eda0dc4c22c5cf5f1b48fd163acf9bd4b0a6 | bjorn3 | -1/+1 |
| 2025-06-23 | inspect: merge `[Canonical]GoalEvaluation` | lcnr | -97/+33 |
| 2025-06-23 | `evaluate_goal`: avoid unnecessary step | lcnr | -73/+47 |
| 2025-06-23 | Merge pull request #20063 from lnicola/sync-from-rust | Laurențiu Nicola | -19377/+34161 |
| 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 | notify me when rdg is touched | Tshepang Mbambo | -1/+1 |
| 2025-06-23 | Merge from rust-lang/rust | Laurențiu Nicola | -19376/+34160 |
| 2025-06-23 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -606/+117 |
| 2025-06-23 | Only store the LocalDefId instead of the whole instance. | Camille GILLOT | -6/+11 |
| 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 | Add codegen timing section | Jakub Beránek | -4/+50 |
| 2025-06-23 | Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgr | bors | -97/+1854 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -94/+67 |
| 2025-06-23 | update to literal-escaper 0.0.4 for better API without `unreachable` and fast... | Marijn Schouten | -1/+2 |
| 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 #142854 - folkertdev:centralize-min-function-alignment, r=wor... | Matthias Krüger | -17/+10 |
| 2025-06-23 | Rollup merge of #142828 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum | Matthias Krüger | -0/+100 |