| Age | Commit message (Expand) | Author | Lines |
| 2025-05-08 | Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxu | Matthias Krüger | -0/+1 |
| 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 | -1/+5 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -2/+4 |
| 2025-05-07 | style: Never break within a nullary function call `func()` or a unit literal ... | Josh Triplett | -0/+13 |
| 2025-05-07 | rustdoc-json: Remove newlines from attributes | Alona Enraght-Moony | -1/+5 |
| 2025-05-07 | [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows | Daniel Paoliello | -0/+1 |
| 2025-05-07 | Rollup merge of #140745 - jchecahi:run-make-support-cargo-rustc-dylib, r=jiey... | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Rollup merge of #140741 - husqvarnagroup:af/armv5te-target-maintainer, r=jiey... | Guillaume Gomez | -1/+31 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -3/+21 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -2/+1 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-07 | run-make-support: set rustc dylib path for cargo wrapper | Jesus Checa Hidalgo | -1/+4 |
| 2025-05-07 | add armv5te-unknown-linux-gnueabi target maintainer | Adrian Friedli | -1/+31 |
| 2025-05-07 | Auto merge of #140735 - GuillaumeGomez:rollup-dlhbxsg, r=GuillaumeGomez | bors | -12/+12 |
| 2025-05-07 | Rollup merge of #139518 - xizheyin:issue-138527, r=traviscross | Guillaume Gomez | -12/+12 |
| 2025-05-07 | Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote | bors | -3/+3 |
| 2025-05-06 | add stubbed-out cases for rust-analyzer | dianne | -0/+3 |
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -2/+1 |
| 2025-05-07 | Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomez | Jacob Pratt | -159/+1 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -0/+1 |
| 2025-05-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -159/+1 |
| 2025-05-06 | Ensure that temporary doctest folder is correctly removed even if doctests fa... | Guillaume Gomez | -3/+21 |
| 2025-05-06 | Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obk | Guillaume Gomez | -7/+24 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -22/+23 |
| 2025-05-06 | Remove duplicate impl of string unescape | Marijn Schouten | -3/+3 |
| 2025-05-06 | Rollup merge of #140687 - ehuss:update-mdbook, r=jieyouxu | Stuart Cook | -3/+3 |
| 2025-05-06 | Rollup merge of #140251 - Zalathar:coverage-dump-path, r=clubby789 | Stuart Cook | -104/+377 |
| 2025-05-06 | Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes... | Stuart Cook | -6/+50 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -7/+46 |
| 2025-05-06 | coverage-dump: Dump filenames instead of global file IDs (and bless) | Zalathar | -2/+1 |
| 2025-05-06 | coverage-dump: Make filenames available to covfun record dumping | Zalathar | -3/+87 |
| 2025-05-06 | coverage-dump: Include filenames hash in covfun line data | Zalathar | -26/+101 |
| 2025-05-06 | coverage-dump: Extract a common parser method for maybe-compressed bytes | Zalathar | -23/+41 |
| 2025-05-06 | coverage-dump: Extract some common code to an `llvm_utils` submodule | Zalathar | -48/+51 |
| 2025-05-06 | bootstrap: Add check/test/run steps for src/tools/coverage-dump | Zalathar | -4/+98 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -31/+31 |
| 2025-05-05 | Auto merge of #140682 - GuillaumeGomez:rollup-6xjf6zn, r=GuillaumeGomez | bors | -16/+39 |
| 2025-05-05 | Update mdbook to 0.4.49 | Eric Huss | -3/+3 |
| 2025-05-05 | Rollup merge of #140676 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Rollup merge of #140670 - onur-ozkan:129959, r=Kobzol | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Rollup merge of #140636 - onur-ozkan:panic-tracker-for-t-macro, r=Kobzol | Guillaume Gomez | -5/+26 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -1/+1 |
| 2025-05-05 | Rollup merge of #140357 - onur-ozkan:133840, r=clubby789 | Guillaume Gomez | -9/+11 |
| 2025-05-05 | Auto merge of #140664 - RalfJung:miri-sync, r=RalfJung | bors | -1541/+1796 |
| 2025-05-05 | Update books | rustbot | -0/+0 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -6/+50 |
| 2025-05-05 | calculate step duration in a panic-safe way | onur-ozkan | -1/+1 |
| 2025-05-05 | Auto merge of #140651 - lnicola:sync-from-ra, r=lnicola | bors | -1704/+2427 |