| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-23 | Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmann | Matthias Krüger | -80/+120 |
| 2025-06-23 | Rollup merge of #141597 - Oneirical:unquestionable-instruction, r=jieyouxu | Matthias Krüger | -0/+1599 |
| 2025-06-23 | Auto merge of #142898 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2025-06-22 | Update cargo | Eric Huss | -0/+0 |
| 2025-06-22 | Auto merge of #142728 - kornelski:string-track, r=tgross35 | bors | -0/+23 |
| 2025-06-22 | phantom_variance_markers: fix identifier usage in macro | Laine Taffin Altman | -1/+1 |
| 2025-06-22 | Stop collecting unmentioned constants | Mark Rousskov | -11/+8 |
| 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 | -6/+6 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -80/+120 |
| 2025-06-22 | Cache queries. | Camille GILLOT | -0/+1 |
| 2025-06-22 | Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-dead | bors | -18/+86 |
| 2025-06-22 | Only compute recursive callees once. | Camille GILLOT | -134/+152 |