| Age | Commit message (Expand) | Author | Lines |
| 2025-05-20 | triagebot: ping me if rustdoc js is modified | binarycat | -0/+1 |
| 2025-05-20 | Merge pull request #2398 from smanilov/patch-12 | Boxy | -7/+9 |
| 2025-05-20 | Update availability of Cranelift (#1579) | stefnotch | -2/+2 |
| 2025-05-20 | Rollup merge of #141285 - compiler-errors:tick, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141279 - nnethercote:lower_to_hir, r=compiler-errors | Matthias Krüger | -38/+26 |
| 2025-05-20 | Rollup merge of #141275 - dianne:gather-guard-pat-locals-once, r=compiler-errors | Matthias Krüger | -1/+21 |
| 2025-05-20 | Rollup merge of #141269 - tshepang:rdg-push, r=jieyouxu | Matthias Krüger | -27/+20 |
| 2025-05-20 | Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa... | Matthias Krüger | -3/+3 |
| 2025-05-20 | Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errors | Matthias Krüger | -15/+46 |
| 2025-05-20 | Rollup merge of #139419 - compiler-errors:recursive-opaque, r=lcnr | Matthias Krüger | -218/+162 |
| 2025-05-20 | link tracking issue in explicit-extern-abis.md | Dan Johnson | -1/+3 |
| 2025-05-20 | in `intrinsic-test`, format f16 like C | Folkert de Vries | -1/+102 |
| 2025-05-20 | use the right load instruction | Folkert de Vries | -3/+3 |
| 2025-05-20 | `avx512_target_feature` is now stable on nightly | Folkert de Vries | -3/+0 |
| 2025-05-20 | use Self alias in self types rather than manually substituting it | Michael Goulet | -5/+5 |
| 2025-05-20 | Make it clear we talk about early bound params | Stan Manilov | -1/+2 |
| 2025-05-20 | Get rid of unnecessary `BufDisplay` abstraction | Yotam Ofek | -28/+6 |
| 2025-05-20 | Replace some `unwrap`s with `?`s where possible | Yotam Ofek | -2/+2 |
| 2025-05-20 | Make some fns return `fmt::Result` to get rid of a few `unwrap`s | Yotam Ofek | -27/+33 |
| 2025-05-20 | ci: split powerpc64le-linux job | MarcoIeni | -13/+63 |
| 2025-05-20 | Update to Cranelift 0.120 | bjorn3 | -56/+56 |
| 2025-05-20 | Auto merge of #140932 - onur-ozkan:llvm-tools, r=Kobzol | bors | -13/+22 |
| 2025-05-20 | Make clif ir debug output a bit nicer | bjorn3 | -31/+66 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -17/+48 |
| 2025-05-20 | Merge pull request #2399 from steffahn/fix-tenv-link | León Orell Valerian Liehr | -2/+2 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -41/+67 |
| 2025-05-20 | Fix misdirected link for `TypingEnv` | Frank Steffahn | -2/+2 |
| 2025-05-20 | Update links between ty-module and binders | Stan Manilov | -7/+9 |
| 2025-05-20 | Add tick to RePlaceholder debug output | Michael Goulet | -1/+1 |
| 2025-05-20 | Allow trailing comma after argument in query definition | Michael Goulet | -0/+1 |
| 2025-05-20 | Revert "Fix stack overflow in exhaustiveness due to recursive HIR opaque type... | Michael Goulet | -35/+5 |
| 2025-05-20 | Just error on recursive opaque ty in HIR typeck | Michael Goulet | -183/+157 |
| 2025-05-20 | Apply `needless_for_each` to clippy itself | yanglsh | -3/+3 |
| 2025-05-20 | fix: `needless_for_each` suggests wrongly when closure has no braces | yanglsh | -5/+71 |
| 2025-05-20 | Rustup to rustc 1.89.0-nightly (60dabef95 2025-05-19) | bjorn3 | -1/+1 |
| 2025-05-20 | Auto merge of #141278 - lnicola:sync-from-ra, r=lnicola | bors | -1358/+3449 |
| 2025-05-20 | Make lint span smaller for needless return (#14790) | Jason Newcomb | -74/+62 |
| 2025-05-20 | Merge pull request #2396 from smanilov/patch-11 | nora | -4/+5 |
| 2025-05-20 | Small typo and style fixes in binders.md | Stan Manilov | -4/+5 |
| 2025-05-20 | Use Docker cache from the current repository | Jakub Beránek | -3/+2 |
| 2025-05-20 | Merge pull request #19826 from lnicola/sync-from-rust | Laurențiu Nicola | -25334/+43255 |
| 2025-05-20 | Bump rustc crates | Laurențiu Nicola | -22/+29 |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -25313/+43227 |
| 2025-05-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-05-20 | Miri CI: test aarch64-apple-darwin in PRs instead of the x86_64 target | Ralf Jung | -4/+6 |
| 2025-05-20 | Merge pull request #4335 from RalfJung/rustup | Ralf Jung | -1727/+2205 |
| 2025-05-19 | `gather_locals`: only visit guard pattern guards when checking the guard | dianne | -1/+21 |
| 2025-05-20 | Auto merge of #139916 - RalfJung:intrinsic-wrappers, r=Mark-Simulacrum | bors | -353/+336 |
| 2025-05-20 | Add println! test for sugg-field-in-format-string-issue-141136 | xizheyin | -1/+10 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -353/+336 |