| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Merge branch 'master' into sync_from_rust_2025_04_25_2 | Antoni Boucher | -0/+30 |
| 2025-04-25 | Add rustdoc-ui regression test for #140289 | Guillaume Gomez | -0/+72 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -1515/+1410 |
| 2025-04-25 | Extend the alignment check to borrows | Bastian Kersting | -28/+89 |
| 2025-04-25 | Correctly display stdout and stderr in case a doctest is failing | Guillaume Gomez | -1/+20 |
| 2025-04-25 | remove expect() in unnecessary_transmutes | bendn | -5/+22 |
| 2025-04-25 | resolved conflict | Kivooeo | -63/+100 |
| 2025-04-25 | Cleaned up 5 tests in `tests/ui` | reddevilmidzy | -41/+44 |
| 2025-04-25 | Add option style comment for `rustc_optgroups` | xizheyin | -0/+7 |
| 2025-04-25 | Retry if creating temp fails with access denied | Chris Denton | -11/+54 |
| 2025-04-25 | Check if format argument is identifier to avoid error err-emit | xizheyin | -88/+109 |
| 2025-04-25 | Add ui test parser/issues/invalid-parse-format-issue-139104.rs | xizheyin | -0/+74 |
| 2025-04-25 | Merge pull request #4292 from rust-lang/rustup-2025-04-25 | Ralf Jung | -869/+2687 |
| 2025-04-25 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -1/+1 |
| 2025-04-25 | compiletest: Use the new non-libtest executor by default (2) | Zalathar | -7/+11 |
| 2025-04-25 | Merge pull request #19688 from ChayimFriedman2/less-unused | Lukas Wirth | -173/+164 |
| 2025-04-25 | avoid an unnecessary transmute | Ralf Jung | -1/+1 |
| 2025-04-25 | rustdoc: fix typo change from equivelent to equivalent | Sede Soukossi | -1/+1 |
| 2025-04-25 | Switch `AstIdMap` to `hashbrown::HashTable` from the raw API | Chayim Refael Friedman | -10/+10 |
| 2025-04-25 | Upgrade dashmap and hashbrown | Chayim Refael Friedman | -136/+103 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -194/+399 |
| 2025-04-25 | minor: format | gohome001 | -6/+4 |
| 2025-04-25 | test: add test case for highlight unsafe operations | gohome001 | -0/+28 |
| 2025-04-25 | feat: highlight unsafe operations | gohome001 | -0/+57 |
| 2025-04-25 | `shrink_to_fit()` in more places | Chayim Refael Friedman | -27/+51 |
| 2025-04-25 | Update gcc submodule to 0ea98a1365b81f7488073512c850e8ee951a4afd | Jakub Beránek | -0/+0 |
| 2025-04-25 | Add a tidy check for GCC submodule version | Jakub Beránek | -0/+49 |
| 2025-04-25 | docs(std): mention const blocks in const keyword doc page | ismailarilik | -1/+8 |
| 2025-04-25 | Enable [behind-upstream] triagebot option | xizheyin | -0/+3 |
| 2025-04-25 | Auto merge of #140233 - Zalathar:revert-new-executor, r=jieyouxu | bors | -11/+7 |
| 2025-04-25 | Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercote | Matthias Krüger | -7/+54 |
| 2025-04-25 | Rollup merge of #140257 - amandasystems:housecleaning, r=wesleywiser | Matthias Krüger | -45/+39 |
| 2025-04-25 | Rollup merge of #140236 - lcnr:normalizes-to-goals, r=compiler-errors | Matthias Krüger | -152/+155 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -40/+40 |
| 2025-04-25 | Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet | Matthias Krüger | -1222/+980 |
| 2025-04-25 | Rollup merge of #140006 - onur-ozkan:138778, r=onur-ozkan | Matthias Krüger | -5/+50 |
| 2025-04-25 | Rollup merge of #138957 - Natural-selection1:update-Option-doc, r=Amanieu | Matthias Krüger | -2/+27 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -42/+65 |
| 2025-04-25 | add custom enzyme markers to target methods | bit-aloo | -0/+5 |
| 2025-04-25 | add llvm wrappers and corresponding methods in attribute | bit-aloo | -0/+44 |
| 2025-04-25 | Zero the buffer passed from `write_with` | John Kåre Alsaker | -2/+9 |
| 2025-04-25 | Merge from rustc | The Miri Cronjob Bot | -66/+79 |
| 2025-04-25 | Merge from rustc | The Miri Cronjob Bot | -867/+2685 |
| 2025-04-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-04-25 | Merge pull request #19684 from darichey/error-parse-discover | Lukas Wirth | -13/+13 |
| 2025-04-25 | Improve pretty printing of if/else. | Nicholas Nethercote | -132/+136 |
| 2025-04-25 | Fix some pretty printing indents. | Nicholas Nethercote | -57/+57 |
| 2025-04-25 | Add pretty printing tests for if/else. | Nicholas Nethercote | -0/+224 |
| 2025-04-25 | Add PGO support to install | François Bernier | -132/+175 |
| 2025-04-24 | Always error when failed to parse DiscoverProjectMessage | David Richey | -13/+13 |