| Age | Commit message (Expand) | Author | Lines |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+24 |
| 2025-05-10 | Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote | bors | -123/+119 |
| 2025-05-10 | Auto merge of #140880 - nnethercote:Ident-new-debug-assert, r=oli-obk | bors | -1/+1 |
| 2025-05-10 | Auto merge of #140705 - LegNeato:backtracelock, r=Mark-Simulacrum | bors | -32/+17 |
| 2025-05-10 | Auto merge of #140876 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-09 | Auto merge of #140869 - matthiaskrgr:rollup-r5k19w6, r=matthiaskrgr | bors | -188/+216 |
| 2025-05-10 | Make the assertion in `Ident::new` debug-only. | Nicholas Nethercote | -1/+1 |
| 2025-05-09 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-09 | Rollup merge of #140864 - pietroalbini:pa-fix-relnotes, r=BoxyUwU | Matthias Krüger | -76/+76 |
| 2025-05-09 | Rollup merge of #140852 - est31:edition_guide_let_chains, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-05-09 | Rollup merge of #140848 - kornelski:not-a-dead-end, r=compiler-errors | Matthias Krüger | -28/+28 |
| 2025-05-09 | Rollup merge of #140843 - jieyouxu:broken-pipe, r=Kobzol | Matthias Krüger | -5/+25 |
| 2025-05-09 | Rollup merge of #140819 - reddevilmidzy:add-test, r=petrochenkov | Matthias Krüger | -0/+53 |
| 2025-05-09 | Rollup merge of #140815 - yaahc:rustdoc-metrics, r=GuillaumeGomez | Matthias Krüger | -0/+19 |
| 2025-05-09 | Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG... | Matthias Krüger | -79/+15 |
| 2025-05-09 | update wording | Pietro Albini | -1/+1 |
| 2025-05-09 | update links to point to stable | Pietro Albini | -73/+73 |
| 2025-05-09 | fix new apis being marked as becoming const this release | Pietro Albini | -5/+5 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -123/+119 |
| 2025-05-09 | Update the edition guide for let chains | est31 | -0/+0 |
| 2025-05-09 | Error message for top-level or-patterns suggesting a solution | Kornel | -28/+28 |
| 2025-05-09 | Auto merge of #140839 - pietroalbini:pa-version-bump, r=pietroalbini | bors | -77/+3 |
| 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 | Disarm `time` bomb (diagnostics) | Jieyou Xu | -76/+2 |
| 2025-05-09 | bump version number to 1.89.0 | Pietro Albini | -1/+1 |
| 2025-05-09 | Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalathar | bors | -23/+137 |
| 2025-05-09 | Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubilee | Stuart Cook | -1/+7 |
| 2025-05-09 | Rollup merge of #140817 - RalfJung:bootstrap-msg, r=jieyouxu | Stuart Cook | -2/+2 |
| 2025-05-09 | Rollup merge of #140812 - jieyouxu:typo-fix, r=aDotInTheVoid | Stuart Cook | -1/+1 |
| 2025-05-09 | Rollup merge of #140804 - bend-n:signed, r=lcnr | Stuart Cook | -14/+86 |
| 2025-05-09 | Rollup merge of #140801 - xizheyin:issue-140747, r=SparrowLii | Stuart Cook | -5/+41 |
| 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 | Update `backtrace` in Cargo.lock | Christian Legnitto | -32/+17 |
| 2025-05-08 | Enable non-leaf Frame Pointers for Arm64 Windows | Daniel Paoliello | -1/+7 |
| 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-08 | bootstrap: more consistent use of `...` when citing configuration snippets | Ralf Jung | -2/+2 |
| 2025-05-09 | Add regression test for 125877 | reddevilmidzy | -0/+53 |
| 2025-05-08 | also export metrics from librustdoc | Jane Losare-Lusby | -0/+19 |