| Age | Commit message (Expand) | Author | Lines |
| 2025-05-23 | `needless_return`: look inside `else if` parts as well | Samuel Tardieu | -3/+230 |
| 2025-05-23 | Auto merge of #141062 - ChaiTRex:ide_fmt_2024, r=Mark-Simulacrum | bors | -6/+10 |
| 2025-05-23 | Merge pull request #19853 from Veykril/push-ovpvzkxmpsuk | Lukas Wirth | -280/+83 |
| 2025-05-23 | Bump salsa | Lukas Wirth | -280/+83 |
| 2025-05-23 | use `cfg_select!` to select the right `VaListImpl` definition | Folkert de Vries | -175/+136 |
| 2025-05-23 | Emit dummy open drop for unsafe binder | Michael Goulet | -0/+46 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+2 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -5/+51 |
| 2025-05-23 | Merge pull request #4347 from RalfJung/ci | Ralf Jung | -8/+9 |
| 2025-05-23 | Dont walk into unsafe binders when emiting error for non-structural type match | Michael Goulet | -0/+33 |
| 2025-05-23 | test some aarch64 windows targets | Ralf Jung | -1/+4 |
| 2025-05-23 | many-seeds tests have become a lot faster thanks to multithreading | Ralf Jung | -7/+5 |
| 2025-05-23 | `needless_borrow`: do not contradict `dangerous_implicit_autorefs` | Samuel Tardieu | -22/+49 |
| 2025-05-23 | Disable `triagebot`'s `glacier` handler | León Orell Valerian Liehr | -2/+0 |
| 2025-05-23 | Merge pull request #4346 from RalfJung/bench | Ralf Jung | -11/+15 |
| 2025-05-23 | ./miri bench: sort results alphabetically | Ralf Jung | -11/+15 |
| 2025-05-23 | Merge pull request #4345 from rust-lang/rustup-2025-05-23 | Ralf Jung | -5390/+8525 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -189/+546 |
| 2025-05-23 | Merge from rustc | The Miri Cronjob Bot | -5389/+8524 |
| 2025-05-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-23 | Remove #![feature(let_chains)] from libcore | est31 | -2/+2 |
| 2025-05-22 | triagebot: enable issue transfer | lolbinarycat | -0/+2 |
| 2025-05-23 | Auto merge of #135160 - RalfJung:aarch64-softfloat-not-neon, r=Noratrieb | bors | -18/+127 |
| 2025-05-22 | rustdoc.md: reorder list so test suites are not split up | lolbinarycat | -4/+4 |
| 2025-05-23 | Normalize when checking for uninhabited types for pattern exhaustiveness chec... | Chayim Refael Friedman | -25/+81 |
| 2025-05-22 | rustdoc: rip out all the gui tests for <100% width mobile sidebar | binarycat | -19/+5 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+47 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -988/+1685 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -3/+44 |
| 2025-05-22 | rustdoc JSON: Don't apply `#[repr]` privacy heuristics | León Orell Valerian Liehr | -53/+12 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -142/+138 |
| 2025-05-22 | Implement file cloning on Windows | Rune Tynan | -1/+97 |
| 2025-05-22 | Collect and use `#[doc(test(attr(..)))]` at every level | Urgau | -34/+285 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -116/+147 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` doctests to be again merged together | Urgau | -11/+48 |
| 2025-05-22 | Collect and use `#![doc(test(attr(..)))]` at module level too | Urgau | -52/+229 |
| 2025-05-22 | make shared_helpers exe function work for both cygwin and non-cygwin hosts | Jeremy Drake | -1/+10 |
| 2025-05-22 | Auto merge of #141388 - Kobzol:x64-github-runner, r=marcoieni | bors | -1/+1 |
| 2025-05-22 | ~? annotation type is special | Tshepang Mbambo | -4/+5 |
| 2025-05-22 | rustdoc: improve diagnostics on raw doc fragments | binarycat | -41/+154 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -20/+107 |
| 2025-05-22 | Fix future-incompatible lint group test | Urgau | -15/+35 |
| 2025-05-22 | Fix `needless_for_each` suggests wrongly when closure has no braces (#14735) | Alejandra González | -8/+74 |
| 2025-05-22 | Auto merge of #141397 - matthiaskrgr:rollup-l9uu6g6, r=matthiaskrgr | bors | -67/+203 |
| 2025-05-22 | docs: fix typos | Dannyyy93 | -3/+3 |
| 2025-05-22 | Rollup merge of #141390 - compiler-errors:poly-select-new-solver, r=lcnr | Matthias Krüger | -10/+69 |
| 2025-05-22 | Rollup merge of #141389 - marcoieni:aws-secrets-ci-migration, r=Kobzol | Matthias Krüger | -4/+4 |
| 2025-05-22 | Rollup merge of #141382 - marcoieni:distcheck-free-x86, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-05-22 | Rollup merge of #141381 - RalfJung:try_cast_aligned-strict-provenance, r=tgro... | Matthias Krüger | -21/+15 |
| 2025-05-22 | Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=Guill... | Matthias Krüger | -7/+2 |