| Age | Commit message (Expand) | Author | Lines |
| 2025-05-09 | tests: fix `broken-pipe-no-ice` to use `bare_rustc`/`rustc` | Jieyou Xu | -3/+5 |
| 2025-05-09 | run-make-support: support "ejecting" the underlying std command | Jieyou Xu | -2/+20 |
| 2025-05-09 | Auto merge of #140252 - nnethercote:rm-Ident-empty, r=oli-obk | bors | -45/+54 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -45/+54 |
| 2025-05-09 | Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiser | bors | -54/+201 |
| 2025-05-08 | Auto merge of #140818 - matthiaskrgr:rollup-5eaotr2, r=matthiaskrgr | bors | -117/+679 |
| 2025-05-08 | Rollup merge of #140811 - jieyouxu:notes, r=Urgau | Matthias Krüger | -0/+4 |
| 2025-05-08 | Rollup merge of #140802 - BoxyUwU:relnotes_1_87_0, r=pietroalbini | Matthias Krüger | -0/+166 |
| 2025-05-08 | Rollup merge of #140800 - GuillaumeGomez:rustdoc-tempdir-removal, r=jieyouxu | Matthias Krüger | -3/+11 |
| 2025-05-08 | Rollup merge of #140716 - Urgau:improve-remap_scope-tests, r=jieyouxu | Matthias Krüger | -9/+292 |
| 2025-05-08 | Rollup merge of #140707 - compiler-errors:range-pat-struct-norm, r=lcnr | Matthias Krüger | -9/+41 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -11/+73 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Rollup merge of #140095 - nnethercote:rm-word_or_empty, r=jdonszelmann | Matthias Krüger | -85/+88 |
| 2025-05-08 | Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxu | bors | -20/+42 |
| 2025-05-09 | Enable triagebot note functionality for rust-lang/rust | Jieyou Xu | -0/+4 |
| 2025-05-08 | Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgr | bors | -2/+80 |
| 2025-05-08 | Structurally resolve in check_ref_cast and calc_adjust_mode | Michael Goulet | -9/+41 |
| 2025-05-08 | Mention fast try builds in the rustc-dev-guide | Jakub Beránek | -6/+10 |
| 2025-05-08 | Add release notes for 1.87.0 | Boxy | -0/+166 |
| 2025-05-08 | Make `rustdoc-tempdir-removal` run-make tests work on other platforms than linux | Guillaume Gomez | -3/+11 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-08 | Rework `-Zremap-path-scope` macro test with dependency check | Urgau | -9/+103 |
| 2025-05-08 | Do not deny warnings for fast try builds | Jakub Beránek | -10/+27 |
| 2025-05-08 | Add tests for `-Zremap-path-scope` and paths in diagnostics with deps | Urgau | -0/+189 |
| 2025-05-08 | Rollup merge of #140759 - dpaoliello:symlink, r=workingjubilee | Matthias Krüger | -0/+16 |
| 2025-05-08 | Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxu | Matthias Krüger | -1/+6 |
| 2025-05-08 | Rollup merge of #140756 - dpaoliello:paclink, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-05-08 | Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxu | Matthias Krüger | -0/+11 |
| 2025-05-08 | Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkov | Matthias Krüger | -0/+46 |
| 2025-05-08 | Auto merge of #140732 - onur-ozkan:use-in-tree-rustfmt, r=Kobzol | bors | -1/+66 |
| 2025-05-08 | Migrate `opt-dist` to edition 2024 | Jakub Beránek | -3/+5 |
| 2025-05-08 | Remove unused dependency from opt-dist | Jakub Beránek | -1/+0 |
| 2025-05-08 | add change-entry for `x run rustfmt` | onur-ozkan | -0/+5 |
| 2025-05-08 | implement `x run rustfmt` | onur-ozkan | -0/+55 |
| 2025-05-08 | Auto merge of #140781 - matthiaskrgr:rollup-90sig9g, r=matthiaskrgr | bors | -453/+1194 |
| 2025-05-08 | Rollup merge of #140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnay | Matthias Krüger | -1/+9 |
| 2025-05-08 | Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obk | Matthias Krüger | -12/+57 |
| 2025-05-08 | Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscross | Matthias Krüger | -0/+13 |
| 2025-05-08 | Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomez | Matthias Krüger | -13/+17 |
| 2025-05-08 | Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnr | Matthias Krüger | -24/+130 |
| 2025-05-08 | Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errors | Matthias Krüger | -139/+204 |
| 2025-05-08 | Rollup merge of #140579 - jieyouxu:temp-remove, r=wesleywiser | Matthias Krüger | -5/+0 |
| 2025-05-08 | Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726 | Matthias Krüger | -80/+463 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -179/+301 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -25/+480 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -292/+643 |
| 2025-05-07 | triagebot: Better message for changes to `tests/rustdoc-json` | Alona Enraght-Moony | -1/+9 |
| 2025-05-07 | do not allow stage > 0 on `x fmt` | onur-ozkan | -1/+6 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -12/+57 |