| Age | Commit message (Expand) | Author | Lines |
| 2025-05-18 | attempt to have rustfmt use the new logic | Folkert de Vries | -17/+8 |
| 2025-05-18 | a new parser generating the exact same error messages | Folkert de Vries | -150/+226 |
| 2025-05-18 | Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu | León Orell Valerian Liehr | -6/+1 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | Auto merge of #141129 - compiler-errors:register-region-obl, r=oli-obk | bors | -0/+8 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -6/+24 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -23/+24 |
| 2025-05-18 | Auto merge of #141039 - lqd:expensive-sanity, r=compiler-errors | bors | -9/+13 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -24/+16 |
| 2025-05-17 | extract operand parser | Folkert de Vries | -83/+93 |
| 2025-05-17 | determine later whether an explicit reg was used | Folkert de Vries | -11/+9 |
| 2025-05-17 | Fast path for register_region_obligation | Michael Goulet | -0/+8 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -1/+1 |
| 2025-05-17 | Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler... | Matthias Krüger | -7/+13 |
| 2025-05-17 | Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr | Matthias Krüger | -2/+8 |
| 2025-05-17 | Rollup merge of #141118 - Veykril:lw-ymmtxytkrrqs, r=compiler-errors | Matthias Krüger | -0/+14 |
| 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 |