| Age | Commit message (Expand) | Author | Lines |
| 2025-05-24 | typo | Tshepang Mbambo | -1/+1 |
| 2025-05-24 | Simplify things a little more. | Nicholas Nethercote | -6/+3 |
| 2025-05-23 | Auto merge of #141460 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-24 | Move code inside the `else` in `TypeAliasPart::get`. | Nicholas Nethercote | -29/+33 |
| 2025-05-24 | Simplify the "is some" test in `TypeAliasPart::get`. | Nicholas Nethercote | -1/+1 |
| 2025-05-23 | GetUserProfileDirectoryW is now documented to always store the size | Ralf Jung | -3/+3 |
| 2025-05-24 | Add LLVM link in appendix | yukang | -0/+1 |
| 2025-05-23 | Rollup merge of #141457 - ehuss:update-mdbook, r=Mark-Simulacrum | Matthias Krüger | -50/+5 |
| 2025-05-23 | Rollup merge of #141374 - jeremyd2019:patch-1, r=jieyouxu | Matthias Krüger | -1/+10 |
| 2025-05-23 | Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore... | Matthias Krüger | -72/+25 |
| 2025-05-23 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-23 | Merge pull request #2404 from lolbinarycat/patch-1 | nora | -4/+4 |
| 2025-05-23 | let `tool::Miri` implementation to handle compilers | onur-ozkan | -2/+4 |
| 2025-05-23 | Update mdbook to 0.4.50 | Eric Huss | -50/+5 |
| 2025-05-23 | if stage isn't set explicitly, default to 1 when running miri | onur-ozkan | -1/+9 |
| 2025-05-23 | Auto merge of #141437 - matthiaskrgr:rollup-jjagkxd, r=matthiaskrgr | bors | -223/+754 |
| 2025-05-23 | document why rustdoc cannot look at function bodies | jyn | -0/+22 |
| 2025-05-23 | Add 2nd Solaris target maintainer | Petr Sumbera | -0/+1 |
| 2025-05-23 | Small cleanup for `qpath_to_string` | Yotam Ofek | -9/+2 |
| 2025-05-23 | Simplify `format_integer_with_underscore_sep` | Yotam Ofek | -63/+23 |
| 2025-05-23 | Rollup merge of #141383 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -199/+734 |
| 2025-05-23 | Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov | Matthias Krüger | -4/+4 |
| 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 | scrape-examples.js: add another nonnull() invokation | binarycat | -1/+1 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -1/+1 |
| 2025-05-22 | fix typo | binarycat | -4/+5 |
| 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 |