| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | Rollup merge of #141035 - lqd:lld-warn, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -2/+34 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -88/+49 |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -7/+13 |
| 2025-05-17 | compiler & tools: bump windows crate to dedupe versions | klensy | -5/+5 |
| 2025-05-17 | Only select true errors in impossible_predicates | Michael Goulet | -2/+8 |
| 2025-05-17 | Enable rust-analyzer to go from query definition to the corresponding provide... | Lukas Wirth | -0/+14 |
| 2025-05-17 | Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgr | bors | -10/+12 |
| 2025-05-17 | Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukang | Matthias Krüger | -0/+1 |
| 2025-05-17 | Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2025-05-17 | Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercote | Matthias Krüger | -7/+1 |
| 2025-05-17 | Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-05-17 | Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr | Matthias Krüger | -1/+6 |
| 2025-05-17 | Describe lifetime of call argument temporaries passed indirectly | Tomasz Miąsko | -13/+35 |
| 2025-05-17 | Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiser | bors | -150/+53 |
| 2025-05-17 | aarch64-linux: Default to FramePointer::NonLeaf | Jubilee Young | -8/+46 |
| 2025-05-17 | Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=Gu... | bors | -248/+910 |
| 2025-05-16 | Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnr | bors | -2/+12 |
| 2025-05-17 | Do not emit help when shorthand from macro when suggest `?` or `expect` | xizheyin | -0/+1 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-16 | Auto merge of #140959 - oli-obk:no-unsafe-children, r=davidtwco | bors | -4/+4 |
| 2025-05-16 | Fix the issue of typo of comma in arm parsing | yukang | -18/+36 |
| 2025-05-16 | Removed feature flag from `compiler/rustc_driver_impl` | Ryan van Polen | -1/+0 |
| 2025-05-16 | Auto merge of #141044 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1/+1 |
| 2025-05-16 | Auto merge of #141066 - matthiaskrgr:rollup-e7tyrj5, r=matthiaskrgr | bors | -12/+52 |
| 2025-05-16 | Rollup merge of #141003 - clubby789:ternary-improve, r=compiler-errors | Matthias Krüger | -12/+52 |
| 2025-05-16 | Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnr | bors | -56/+9 |
| 2025-05-16 | Simplify current_dll_path for Cygwin | Berrysoft | -22/+11 |
| 2025-05-15 | HIR: explain in comment why `ExprKind::If` "then" is an `Expr` | Samuel Tardieu | -0/+2 |
| 2025-05-15 | Rollup merge of #140947 - compiler-errors:pending-norm, r=lcnr | Matthias Krüger | -11/+25 |
| 2025-05-15 | Rollup merge of #140768 - Urgau:improv_autorefs-lint, r=fmease | Matthias Krüger | -14/+61 |
| 2025-05-15 | Rollup merge of #140712 - lcnr:normalization-gat-args, r=compiler-errors | Matthias Krüger | -30/+80 |
| 2025-05-15 | [win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab... | Daniel Paoliello | -6/+1 |
| 2025-05-15 | tempfile dep bump fallout | Philipp Krones | -1/+1 |
| 2025-05-15 | Experimental cygwin support in rustc | 王宇逸 | -1/+19 |
| 2025-05-15 | Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr | bors | -9/+5 |
| 2025-05-15 | move expensive layout sanity check to debug assertions | Rémy Rakic | -9/+13 |
| 2025-05-15 | dont handle bool transmute | bendn | -2/+1 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -2/+2 |
| 2025-05-15 | Revert "Fix linking statics on Arm64EC #140176" | Jieyou Xu | -150/+53 |
| 2025-05-15 | silence unexpected lld warning on old gccs | Rémy Rakic | -1/+1 |
| 2025-05-14 | Use more subdiagnostics and reword the overloaded deref note | Urgau | -18/+45 |
| 2025-05-14 | Improve `dangerous_implicit_aurorefs` diagnostic output | Urgau | -12/+32 |
| 2025-05-14 | Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2025-05-14 | Rollup merge of #140976 - samueltardieu:diag-ipaddr-v4v6, r=Urgau | Matthias Krüger | -0/+2 |
| 2025-05-14 | Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obk | Matthias Krüger | -2/+12 |
| 2025-05-14 | Update gcc version used in rustc_codegen_version | Guillaume Gomez | -1/+1 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -12/+52 |
| 2025-05-14 | Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c... | Guillaume Gomez | -248/+910 |
| 2025-05-14 | Merge mir query analysis invocations | Oli Scherer | -4/+0 |