| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errors | Matthias Krüger | -31/+48 |
| 2025-04-24 | Rollup merge of #140184 - Berrysoft:cygwin-target-doc, r=Noratrieb | Matthias Krüger | -2/+3 |
| 2025-04-24 | Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35 | Matthias Krüger | -9/+25 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -12/+68 |
| 2025-04-24 | Merge pull request #4290 from RalfJung/rustup | Ralf Jung | -9168/+16492 |
| 2025-04-24 | Fix pretty printing of never pattern match arms. | Nicholas Nethercote | -3/+3 |
| 2025-04-24 | Add a pretty printing test involving a never pattern. | Nicholas Nethercote | -0/+34 |
| 2025-04-24 | clippy | Ralf Jung | -14/+12 |
| 2025-04-24 | CI: print message when skipping PR | Ralf Jung | -1/+1 |
| 2025-04-24 | Merge from rustc | Ralf Jung | -9152/+16478 |
| 2025-04-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-04-24 | Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgr | bors | -443/+1254 |
| 2025-04-24 | Merge pull request #19675 from Veykril/push-uuluymsosttr | Lukas Wirth | -12/+29 |
| 2025-04-24 | Arena allocate `LifetimeRef`s | Lukas Wirth | -60/+126 |
| 2025-04-24 | Merge pull request #19677 from Veykril/push-xkzwkrpypuqo | Lukas Wirth | -312/+304 |
| 2025-04-24 | Shrink `WherePredicate` by 8 bytes | Lukas Wirth | -2/+3 |
| 2025-04-24 | Correctly set `infer_args = true` in more places | Chayim Refael Friedman | -8/+10 |
| 2025-04-24 | fix: Fix type argument mismatch incorrectly triggering on inferred trait args | Lukas Wirth | -4/+19 |
| 2025-04-24 | refactor: Remove `WherePredicateTypeTarget` | Lukas Wirth | -311/+302 |
| 2025-04-24 | mention about `x.py setup` in `INSTALL.md` | onur-ozkan | -1/+24 |
| 2025-04-24 | stdarch | bendn | -0/+0 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -1/+1 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -66/+79 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -6/+2 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -100/+687 |
| 2025-04-24 | Merge pull request #19676 from ChayimFriedman2/lifetimes | Lukas Wirth | -226/+858 |
| 2025-04-24 | Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLii | Matthias Krüger | -50/+50 |
| 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 | -38/+349 |
| 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 | -2/+47 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+63 |
| 2025-04-24 | Rollup merge of #139307 - xizheyin:issue-139296, r=joboet | Matthias Krüger | -0/+3 |
| 2025-04-24 | Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhpratt | Matthias Krüger | -5/+1 |
| 2025-04-24 | Mention average in midpoint documentations | Urgau | -9/+25 |
| 2025-04-24 | Auto merge of #140168 - joshlf:no-nfas, r=jswrenn | bors | -161/+778 |
| 2025-04-24 | Properly handle lifetimes when checking generic arguments len | Chayim Refael Friedman | -226/+858 |
| 2025-04-24 | Unify the format of rustc cli flags | xizheyin | -115/+123 |
| 2025-04-24 | fix doc error | Hegui Dai | -2/+2 |
| 2025-04-24 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -10983/+20282 |
| 2025-04-24 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-04-24 | fix example | Hegui Dai | -1/+1 |
| 2025-04-24 | add examples using .as_ref() for is_some_and and is_none_or | Hegui Dai | -0/+8 |
| 2025-04-24 | keep the original text for is_some and is_none | Hegui Dai | -2/+2 |
| 2025-04-24 | add examples using .as_ref() for is_err_and and is_ok_and | Hegui Dai | -0/+8 |
| 2025-04-24 | keep original text for is_ok and is_err | Hegui Dai | -8/+8 |
| 2025-04-24 | Separate `Analysis` and `Results`. | Nicholas Nethercote | -174/+188 |
| 2025-04-24 | Pass `Analysis` to `visit_*` instead of `Results`. | Nicholas Nethercote | -56/+50 |
| 2025-04-24 | Revert compiletest new-executor, to re-land without download-rustc | Zalathar | -11/+7 |