| Age | Commit message (Expand) | Author | Lines |
| 2025-04-18 | Stabilize let chains on edition 2024 | est31 | -6/+10 |
| 2025-04-17 | Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiser | Matthias Krüger | -58/+36 |
| 2025-04-17 | Rollup merge of #139498 - alexcrichton:wasm-zst-safe, r=wesleywiser | Matthias Krüger | -0/+6 |
| 2025-04-17 | Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obk | Matthias Krüger | -1/+4 |
| 2025-04-17 | Rollup merge of #139774 - compiler-errors:supertrait-alias, r=lcnr | Matthias Krüger | -0/+103 |
| 2025-04-17 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+6 |
| 2025-04-17 | tests: remove unused auxiliaries under `tests/ui/directory_ownership/` | Jieyou Xu | -10/+0 |
| 2025-04-17 | tests: use `//@ ignore-auxiliary` with backlinked primary test file | Jieyou Xu | -48/+36 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -546/+593 |
| 2025-04-17 | check OpaqueCast tests with next-solver | lcnr | -1/+4 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -154/+793 |
| 2025-04-17 | Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxu | Matthias Krüger | -7/+53 |
| 2025-04-17 | Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiser | Matthias Krüger | -0/+16 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -539/+524 |
| 2025-04-17 | Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgr | bors | -61/+18 |
| 2025-04-17 | Rollup merge of #139915 - RalfJung:intrinsic-imports, r=compiler-errors | Matthias Krüger | -49/+2 |
| 2025-04-17 | Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com... | Matthias Krüger | -0/+188 |
| 2025-04-17 | Rollup merge of #139889 - spencer3035:clean-ui-tests-3-of-n, r=jieyouxu | Matthias Krüger | -12/+50 |
| 2025-04-17 | Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco | Matthias Krüger | -78/+215 |
| 2025-04-17 | Rollup merge of #139828 - compiler-errors:rigid-trait, r=lcnr | Matthias Krüger | -0/+41 |
| 2025-04-17 | Rollup merge of #139440 - a4lg:riscv-feature-addition-batch-2, r=Amanieu | Matthias Krüger | -0/+10 |
| 2025-04-17 | Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrieril | Matthias Krüger | -15/+287 |
| 2025-04-17 | Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxu | Matthias Krüger | -43/+0 |
| 2025-04-17 | Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco | Matthias Krüger | -18/+18 |
| 2025-04-16 | Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwco | bors | -2/+2 |
| 2025-04-16 | Don't require rigid alias's trait to hold | Michael Goulet | -0/+41 |
| 2025-04-16 | Fix replacing supertrait aliases in ReplaceProjectionWith | Michael Goulet | -0/+103 |
| 2025-04-16 | Add test for `extern` without explicit ABI | Obei Sideg | -15/+287 |
| 2025-04-16 | Cleaned up base tests for `isize` and `usize` in `tests/ui/numbers-arithmetic` | Spencer | -12/+50 |
| 2025-04-16 | replace some #[rustc_intrinsic] usage with use of the libcore declarations | Ralf Jung | -49/+2 |
| 2025-04-16 | Rollup merge of #139893 - reddevilmidzy:add-test, r=SparrowLii | Matthias Krüger | -0/+5 |
| 2025-04-16 | Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errors | Matthias Krüger | -9/+0 |
| 2025-04-16 | Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercote | Matthias Krüger | -0/+21 |
| 2025-04-16 | Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errors | Matthias Krüger | -0/+117 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -43/+0 |
| 2025-04-16 | Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests | Lukas Wirth | -7/+53 |
| 2025-04-16 | stepping into impls for norm is unproductive | lcnr | -0/+188 |
| 2025-04-16 | Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkov | bors | -10/+10 |
| 2025-04-16 | rustc_target: RISC-V: feature addition batch 2 | Tsukasa OI | -0/+10 |
| 2025-04-16 | Improve `borrowck_graphviz_*` documentation. | Nicholas Nethercote | -9/+0 |
| 2025-04-15 | Fix wrong suggestion for async gen block and add regression ui test for #139839 | Guillaume Gomez | -0/+117 |
| 2025-04-15 | Rollup merge of #139818 - compiler-errors:normalize-tails, r=oli-obk | Matthias Krüger | -0/+32 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+21 |
| 2025-04-15 | Add test for issue 125668 | reddevilmidzy | -0/+5 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -45/+45 |
| 2025-04-15 | Improve parse errors for lifetimes in type position | León Orell Valerian Liehr | -35/+172 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -43/+687 |
| 2025-04-15 | Rollup merge of #139798 - lcnr:where-bounds-gt-alias-bound, r=compiler-errors | Stuart Cook | -0/+29 |
| 2025-04-15 | Rollup merge of #139791 - lcnr:ignore-global-where-bounds, r=compiler-errors | Stuart Cook | -4/+87 |
| 2025-04-15 | Rollup merge of #139789 - lcnr:opaques-auto-trait-leakage, r=compiler-errors | Stuart Cook | -0/+260 |