| Age | Commit message (Expand) | Author | Lines |
| 2025-05-23 | Rollup merge of #141126 - fmease:rev-rjson-priv-repr, r=aDotInTheVoid | Matthias Krüger | -16/+8 |
| 2025-05-23 | Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG... | Matthias Krüger | -4/+8 |
| 2025-05-23 | Remove mentions of rust-lang-ci/rust | Jakub Beránek | -10/+6 |
| 2025-05-23 | Auto merge of #141062 - ChaiTRex:ide_fmt_2024, r=Mark-Simulacrum | bors | -6/+10 |
| 2025-05-23 | Bump salsa | Lukas Wirth | -280/+83 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+2 |
| 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 | ./miri bench: sort results alphabetically | Ralf Jung | -11/+15 |
| 2025-05-23 | Merge from rustc | The Miri Cronjob Bot | -4871/+6486 |
| 2025-05-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-23 | Remove #![feature(let_chains)] from libcore | est31 | -1/+2 |
| 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 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -1/+1 |
| 2025-05-22 | rustdoc JSON: Don't apply `#[repr]` privacy heuristics | León Orell Valerian Liehr | -16/+8 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -53/+54 |
| 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/+23 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at every level | Urgau | -28/+23 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` doctests to be again merged together | Urgau | -7/+24 |
| 2025-05-22 | Collect and use `#![doc(test(attr(..)))]` at module level too | Urgau | -52/+114 |
| 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 | -4/+8 |
| 2025-05-22 | Allow `#![doc(test(attr(..)))]` at module level too | Urgau | -0/+19 |
| 2025-05-22 | Rollup merge of #141382 - marcoieni:distcheck-free-x86, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-05-22 | Rollup merge of #141377 - nnethercote:rm-unnecessary-is_empty-checks, r=Guill... | Matthias Krüger | -6/+1 |
| 2025-05-22 | Rollup merge of #141355 - marcoieni:citool-errors, r=Kobzol | Matthias Krüger | -4/+10 |
| 2025-05-22 | Rollup merge of #141130 - mejrs:use_self, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-05-22 | Move `dist-x86_64-linux` CI job to GitHub temporarily | Jakub Beránek | -1/+1 |
| 2025-05-22 | Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddle | bors | -73/+180 |
| 2025-05-22 | run core and alloc tests with strict provenance | Ralf Jung | -1/+2 |
| 2025-05-22 | ci: convert distcheck to free runner | MarcoIeni | -1/+1 |
| 2025-05-22 | Remove rust-analyzer.vs from other editors | Oli Scherer | -24/+0 |
| 2025-05-22 | enable isolated-stdin test on Windows | Ralf Jung | -1/+1 |
| 2025-05-22 | Implement file read/write on Windows | Rune Tynan | -81/+460 |
| 2025-05-22 | Merge pull request #19842 from Veykril/push-zunlmrzpnrzk | Lukas Wirth | -1/+1 |
| 2025-05-22 | Support `transmute_unchecked` intrinsic for mir-eval | Lukas Wirth | -1/+1 |
| 2025-05-22 | Merge pull request #19824 from ChayimFriedman2/lints-again | Lukas Wirth | -164/+60 |
| 2025-05-22 | Auto merge of #141379 - matthiaskrgr:rollup-g1cz0ic, r=matthiaskrgr | bors | -8/+4 |
| 2025-05-22 | Rollup merge of #141364 - aDotInTheVoid:atttrdocss, r=GuillaumeGomez | Matthias Krüger | -7/+1 |
| 2025-05-22 | Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r... | Matthias Krüger | -1/+3 |
| 2025-05-22 | Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`. | Nicholas Nethercote | -6/+1 |
| 2025-05-22 | Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieu | bors | -3/+3 |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -4/+4 |
| 2025-05-21 | rustdoc-json: Remove false docs and add test for inline attribute | Alona Enraght-Moony | -7/+1 |
| 2025-05-21 | Auto merge of #141343 - flip1995:clippy-subtree-update, r=Manishearth | bors | -4612/+6166 |
| 2025-05-21 | document that the entire test suite passes under freebsd | Ralf Jung | -1/+1 |