| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Update books | rustbot | -0/+0 |
| 2025-05-20 | Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgr | bors | -57/+43 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -3/+3 |
| 2025-05-20 | Auto merge of #140757 - dpaoliello:llvm20, r=Kobzol | bors | -2/+2 |
| 2025-05-20 | Rollup merge of #141303 - Urgau:pagetoc-fix-color, r=ehuss | Matthias Krüger | -1/+1 |
| 2025-05-20 | Rollup merge of #141291 - ComputerDruid:patch-1, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2025-05-20 | Rollup merge of #141288 - yotamofek:pr/rustdoc/nuke-bufdisplay, r=GuillaumeGomez | Matthias Krüger | -55/+39 |
| 2025-05-20 | Fix pagetoc inactive color in rustc book | Urgau | -1/+1 |
| 2025-05-20 | Auto merge of #141292 - matthiaskrgr:rollup-9nhhk7k, r=matthiaskrgr | bors | -27/+20 |
| 2025-05-20 | Merge pull request #2400 from smanilov/patch-13 | Boxy | -1/+2 |
| 2025-05-20 | Merge pull request #2398 from smanilov/patch-12 | Boxy | -7/+9 |
| 2025-05-20 | Rollup merge of #141269 - tshepang:rdg-push, r=jieyouxu | Matthias Krüger | -27/+20 |
| 2025-05-20 | link tracking issue in explicit-extern-abis.md | Dan Johnson | -1/+3 |
| 2025-05-20 | Make it clear we talk about early bound params | Stan Manilov | -1/+2 |
| 2025-05-20 | Get rid of unnecessary `BufDisplay` abstraction | Yotam Ofek | -28/+6 |
| 2025-05-20 | Replace some `unwrap`s with `?`s where possible | Yotam Ofek | -2/+2 |
| 2025-05-20 | Make some fns return `fmt::Result` to get rid of a few `unwrap`s | Yotam Ofek | -27/+33 |
| 2025-05-20 | ci: split powerpc64le-linux job | MarcoIeni | -13/+63 |
| 2025-05-20 | Auto merge of #140932 - onur-ozkan:llvm-tools, r=Kobzol | bors | -13/+22 |
| 2025-05-20 | Fix misdirected link for `TypingEnv` | Frank Steffahn | -2/+2 |
| 2025-05-20 | Update links between ty-module and binders | Stan Manilov | -7/+9 |
| 2025-05-20 | Auto merge of #141278 - lnicola:sync-from-ra, r=lnicola | bors | -1358/+3449 |
| 2025-05-20 | Small typo and style fixes in binders.md | Stan Manilov | -4/+5 |
| 2025-05-20 | Use Docker cache from the current repository | Jakub Beránek | -3/+2 |
| 2025-05-20 | Merge pull request #19826 from lnicola/sync-from-rust | Laurențiu Nicola | -9039/+12309 |
| 2025-05-20 | Bump rustc crates | Laurențiu Nicola | -22/+29 |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -9018/+12281 |
| 2025-05-20 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-05-20 | Miri CI: test aarch64-apple-darwin in PRs instead of the x86_64 target | Ralf Jung | -4/+6 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -16/+10 |
| 2025-05-20 | Merge from rustc | Ralf Jung | -90/+80 |
| 2025-05-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-05-20 | Rollup merge of #141259 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-05-20 | Rollup merge of #141257 - Shourya742:2025-05-19-trim-cache-module, r=onur-ozkan | Stuart Cook | -50/+0 |
| 2025-05-20 | Merge pull request #2392 from rust-lang/rustc-pull | Tshepang Mbambo | -5074/+6024 |
| 2025-05-19 | Update books | rustbot | -0/+0 |
| 2025-05-19 | trim cache module in utils | bit-aloo | -50/+0 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -3/+37 |
| 2025-05-19 | Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboet | Matthias Krüger | -0/+20 |
| 2025-05-19 | Rollup merge of #141247 - onur-ozkan:141246, r=albertlarsan68 | Matthias Krüger | -3/+17 |
| 2025-05-19 | Remove obsolete restriction in code | Samuel Tardieu | -10/+5 |
| 2025-05-19 | Merge pull request #4334 from RalfJung/GetUserProfileDirectoryW-issue | Ralf Jung | -2/+2 |
| 2025-05-19 | GetUserProfileDirectoryW: reference issue regarding implementation details we... | Ralf Jung | -2/+2 |
| 2025-05-19 | Update link to Forge guide on new flags | Stan Manilov | -1/+1 |
| 2025-05-19 | run tests on mips-unknown-linux-gnu | Ralf Jung | -22/+30 |
| 2025-05-19 | add this to Miri's trophy case | Ralf Jung | -0/+1 |
| 2025-05-19 | fix data race in ReentrantLock fallback for targets without 64bit atomics | Ralf Jung | -0/+19 |
| 2025-05-19 | Auto merge of #141243 - Zalathar:rollup-x5xt80l, r=Zalathar | bors | -5/+5 |
| 2025-05-19 | skip compiler tools sanity checks on certain commands | onur-ozkan | -3/+17 |
| 2025-05-19 | Fix cache problems with lints level | Chayim Refael Friedman | -164/+60 |