| Age | Commit message (Expand) | Author | Lines |
| 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 | -10/+51 |
| 2025-04-25 | Check if format argument is identifier to avoid error err-emit | xizheyin | -45/+90 |
| 2025-04-25 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -1/+1 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -26/+23 |
| 2025-04-25 | Rollup merge of #140278 - compiler-errors:name-based-comparison, r=nnethercote | Matthias Krüger | -7/+5 |
| 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 | -145/+101 |
| 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 | -4/+18 |
| 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 | Improve pretty printing of if/else. | Nicholas Nethercote | -6/+10 |
| 2025-04-25 | Fix some pretty printing indents. | Nicholas Nethercote | -4/+4 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -7/+5 |
| 2025-04-24 | strip underlying xcoff object | Henry Jiang | -2/+2 |
| 2025-04-24 | Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtm | bors | -0/+6 |
| 2025-04-25 | Rollup merge of #140229 - nnethercote:pre-DelimArgs-spacing, r=petrochenkov | Matthias Krüger | -20/+4 |
| 2025-04-25 | Rollup merge of #140196 - Kivooeo:new-fix-two, r=wesleywiser | Matthias Krüger | -6/+19 |
| 2025-04-24 | lower deref patterns on boxes using built-in derefs | dianne | -31/+64 |
| 2025-04-24 | norm nested aliases before evaluating the parent goal | lcnr | -145/+101 |
| 2025-04-25 | set subsections_via_symbols for ld64 helper sections | usamoi | -0/+6 |
| 2025-04-24 | Some drive-by housecleaning in `rustc_borrowck` | Amanda Stjerna | -45/+39 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-24 | Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obk | Matthias Krüger | -23/+78 |
| 2025-04-24 | Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -7/+151 |
| 2025-04-24 | feat: Add XtensaAsmPrinter | Sergio Gasquez | -0/+1 |
| 2025-04-24 | check types of const param default | lcnr | -0/+33 |
| 2025-04-24 | Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgr | bors | -64/+121 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -100/+100 |
| 2025-04-24 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -2/+1 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -13/+18 |
| 2025-04-24 | Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnr | Matthias Krüger | -14/+0 |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -6/+55 |
| 2025-04-24 | Fix pretty printing of never pattern match arms. | Nicholas Nethercote | -0/+1 |
| 2025-04-24 | Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr | bors | -368/+841 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -7/+151 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -12/+10 |
| 2025-04-24 | Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errors | Matthias Krüger | -24/+4 |
| 2025-04-24 | Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obk | Matthias Krüger | -9/+84 |
| 2025-04-24 | Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercote | Matthias Krüger | -112/+226 |
| 2025-04-24 | Rollup merge of #139852 - makai410:smir-refactor, r=celinval | Matthias Krüger | -211/+511 |
| 2025-04-24 | Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung | Matthias Krüger | -0/+6 |
| 2025-04-24 | Auto merge of #140168 - joshlf:no-nfas, r=jswrenn | bors | -161/+777 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -37/+37 |
| 2025-04-24 | Separate `Analysis` and `Results`. | Nicholas Nethercote | -172/+187 |