| Age | Commit message (Expand) | Author | Lines |
| 2025-05-31 | stdarch-gen-arm: Modernization of the coding style | Tsukasa OI | -170/+76 |
| 2025-05-31 | Account for `Generate` actions when filtering the allowed ones | Kirill Bulatov | -0/+1 |
| 2025-05-31 | Fix `dbg_macro` fail to handle async coroutine desugar (#14937) | llogiq | -46/+122 |
| 2025-05-31 | Auto merge of #141678 - Kobzol:revert-141516, r=workingjubilee | bors | -32/+2 |
| 2025-05-31 | fix: `dbg_macro` fail to handle async coroutine desugar | yanglsh | -46/+122 |
| 2025-05-31 | Merge pull request #4361 from nia-e/remove-oopsie | Ralf Jung | -46/+0 |
| 2025-05-31 | accidentally committed file | Nia Espera | -46/+0 |
| 2025-05-31 | Merge pull request #4360 from rust-lang/rustup-2025-05-31 | Ralf Jung | -2182/+3619 |
| 2025-05-31 | Merge pull request #19898 from Veykril/push-ykumpuwmuvmu | Lukas Wirth | -19/+8 |
| 2025-05-31 | refactor: Remove unncessary duplication in highlight_related | Lukas Wirth | -19/+8 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -2181/+3618 |
| 2025-05-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -48/+67 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+14 |
| 2025-05-31 | std: clarify Clone trait documentation about duplication semantics | xizheyin | -2/+37 |
| 2025-05-31 | Auto merge of #141796 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-05-30 | bootstrap: build std with less frame pointers | Jubilee Young | -1/+2 |
| 2025-05-30 | Auto merge of #141791 - workingjubilee:rollup-qnqicy9, r=workingjubilee | bors | -217/+716 |
| 2025-05-30 | Update cargo | Weihang Lo | -0/+0 |
| 2025-05-30 | Update expected test output | Arthur Baars | -21/+60 |
| 2025-05-30 | RISC-V: Linux: Imply Zicntr from the IMA base behavior | Tsukasa OI | -6/+4 |
| 2025-05-30 | Run 'cargo codegen' to update tests | Arthur Baars | -0/+5 |
| 2025-05-30 | Add test for closure_binder | Arthur Baars | -0/+2 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -2/+111 |
| 2025-05-30 | Rollup merge of #141771 - Kobzol:bors-increase-timeout, r=marcoieni | Jubilee | -1/+2 |
| 2025-05-30 | Rollup merge of #141768 - marcoieni:calculate-matrix-arm, r=Kobzol | Jubilee | -1/+1 |
| 2025-05-30 | Rollup merge of #141609 - lolbinarycat:core-dedup-ptr-docs-139190, r=workingj... | Jubilee | -123/+67 |
| 2025-05-30 | Rollup merge of #141494 - dianqk:match-br-non-int, r=wesleywiser | Jubilee | -2/+65 |
| 2025-05-30 | Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee | Jubilee | -1/+207 |
| 2025-05-30 | Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiser | Jubilee | -18/+110 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -69/+153 |
| 2025-05-30 | Produce ClosureBinder node in atom.rs | Arthur Baars | -0/+2 |
| 2025-05-30 | Merge pull request #19896 from Veykril/push-qyutrlxyznum | Lukas Wirth | -143/+322 |
| 2025-05-30 | internal: Restructure some semantics APIs for virtual macro files | Lukas Wirth | -79/+185 |
| 2025-05-30 | Exclude `CARGO_HOME` from `generate-copyright` in-tree determination | Ana Hobden | -6/+19 |
| 2025-05-30 | `slice.get(i)` should use a slice projection in MIR, like `slice[i]` does | Scott McMurray | -86/+385 |
| 2025-05-30 | Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxu | bors | -1/+0 |
| 2025-05-30 | Do not run PGO/BOLT in x64 Linux alt builds | Jakub Beránek | -8/+31 |
| 2025-05-30 | fix clippy warnings | onur-ozkan | -235/+230 |
| 2025-05-30 | fix bootstrap tests | onur-ozkan | -14/+1 |
| 2025-05-30 | fix fs bug on CI and update ming-check-1 Dockerfile | onur-ozkan | -0/+9 |
| 2025-05-30 | fix CI-rustc bugs | onur-ozkan | -11/+27 |
| 2025-05-30 | be able to build stage1 library with CI-rustc | onur-ozkan | -33/+14 |
| 2025-05-30 | add "library" to `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` | onur-ozkan | -15/+2 |
| 2025-05-30 | Add back `std_detect_env_override` | sayantn | -2/+69 |
| 2025-05-30 | improve comments and docs | onur-ozkan | -73/+36 |
| 2025-05-30 | add change entry | onur-ozkan | -0/+5 |
| 2025-05-30 | update dev guidelines | onur-ozkan | -61/+41 |
| 2025-05-30 | split `mingw-check` into two | onur-ozkan | -26/+61 |
| 2025-05-30 | use stage 1 for std on CI | onur-ozkan | -6/+6 |