| Age | Commit message (Expand) | Author | Lines |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -117/+333 |
| 2025-05-31 | Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgr | bors | -242/+323 |
| 2025-05-31 | Rollup merge of #141819 - mati865:windows-gnullvm-host-fixes, r=jieyouxu | Matthias Krüger | -3/+6 |
| 2025-05-31 | Rollup merge of #141815 - mati865:mingw-aarch64-frame-pointers, r=workingjubilee | Matthias Krüger | -1/+7 |
| 2025-05-31 | Rollup merge of #141805 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -4/+4 |
| 2025-05-31 | Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxu | Matthias Krüger | -40/+57 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -193/+191 |
| 2025-05-31 | Rollup merge of #141646 - jieyouxu:distcheck, r=Mark-Simulacrum | Matthias Krüger | -1/+20 |
| 2025-05-31 | Rollup merge of #141112 - xizheyin:issue-141079, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+30 |
| 2025-06-01 | Merge pull request #2431 from jieyouxu/review-group | 许杰友 Jieyou Xu (Joe) | -4/+15 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -11/+29 |
| 2025-05-31 | Failing tests for "consider borrowing" | Jonathan Brouwer | -0/+125 |
| 2025-05-31 | Use interned symbols instead of strings in more places | Samuel Tardieu | -50/+72 |
| 2025-05-31 | triagebot: add doc link to `[assign]` | Jieyou Xu | -2/+4 |
| 2025-05-31 | Drive-by refactor: use `OnceCell` for the reverse region SCC graph | Amanda Stjerna | -18/+11 |
| 2025-05-31 | triagebot: setup `rustc-dev-guide` adhoc-group | Jieyou Xu | -0/+9 |
| 2025-05-31 | triagebot: fix incorrect link | Jieyou Xu | -2/+2 |
| 2025-05-31 | bootstrap: remap compiler vs non-compiler sources differently | Jieyou Xu | -10/+70 |
| 2025-05-31 | Auto merge of #141685 - orlp:inplace-tls-drop, r=joboet | bors | -29/+88 |
| 2025-05-31 | cleaned up some tests | Kivooeo | -40/+57 |
| 2025-05-31 | std: note that `std::str::from_utf8*` functions are aliases to `std::<str>::f... | xizheyin | -0/+8 |
| 2025-05-31 | Shared libLLVM linking is officially supported with MinGW and Clang | Mateusz Mikuła | -1/+2 |
| 2025-05-31 | Fix C++ standard library name for *-windows-gnullvm targets | Mateusz Mikuła | -1/+3 |
| 2025-05-31 | Fix incorrect comment | Mateusz Mikuła | -1/+1 |
| 2025-05-31 | Warn when gold was used as the linker | Noratrieb | -1/+58 |
| 2025-05-31 | rustc_llvm: add Windows system libs only when cross-compiling from Windows | Mateusz Mikuła | -2/+2 |
| 2025-05-31 | Rustup to rustc 1.89.0-nightly (70b3f4666 2025-05-30) | bjorn3 | -1/+1 |
| 2025-05-31 | Sync from rust 70b3f4666e24ce22fc32f5e357dbcf85d3254e63 | bjorn3 | -1/+2 |
| 2025-05-31 | Merge pull request #19900 from Veykril/push-zurosouxqxzz | Lukas Wirth | -2/+2 |
| 2025-05-31 | fix: Fix manual not containing diagnostics documentation | Lukas Wirth | -2/+2 |
| 2025-05-31 | Merge pull request #19899 from SomeoneToIgnore/generate-actions | Lukas Wirth | -0/+1 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-31 | Update Cargo.lock | Philipp Krones | -47/+5 |
| 2025-05-31 | Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12' | Philipp Krones | -671/+1995 |
| 2025-05-31 | Merge commit '57cbadd68ac473bc50453f6b1320a02b68115f12' | Philipp Krones | -671/+1995 |
| 2025-05-31 | Rustup (#14938) | Philipp Krones | -156/+147 |
| 2025-05-31 | Bump nightly version -> 2025-05-31 | Philipp Krones | -2/+2 |
| 2025-05-31 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -690/+2048 |
| 2025-05-31 | Auto merge of #141453 - compiler-errors:pgo-solver, r=Kobzol | bors | -0/+1 |
| 2025-05-31 | intrinsic-test: Reverse `has_constraints()` condition | Tsukasa OI | -1/+1 |
| 2025-05-31 | intrinsic-test: Use `c_prefix` to generate type names | Tsukasa OI | -1/+1 |
| 2025-05-31 | Add some new solver to PGO | Michael Goulet | -0/+1 |
| 2025-05-31 | Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection | sayantn | -13/+13 |
| 2025-05-31 | Stabilize keylocker intrinsics and runtime detection | sayantn | -14/+14 |
| 2025-05-31 | intrinsic-test: Modernization of the coding style | Tsukasa OI | -95/+91 |
| 2025-05-31 | stdarch_examples: Modernization of the coding style | Tsukasa OI | -24/+24 |
| 2025-05-31 | stdarch-verify: Modernization of the coding style | Tsukasa OI | -0/+2 |
| 2025-05-31 | stdarch-test: Modernization of the coding style | Tsukasa OI | -1/+1 |
| 2025-05-31 | stdarch-gen-loongarch: Modernization of the coding style | Tsukasa OI | -1/+1 |