| Age | Commit message (Expand) | Author | Lines |
| 2025-06-15 | Un-remap `rustc-dev` component paths | Urgau | -0/+8 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -2/+1 |
| 2025-06-15 | clarify `rustc_do_not_const_check` comment | Deadbeef | -1/+1 |
| 2025-06-15 | Merge from rustc | Ralf Jung | -422/+404 |
| 2025-06-15 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-15 | Merge pull request #20009 from Veykril/push-rvnnorzvpnqv | Lukas Wirth | -73/+136 |
| 2025-06-15 | Optimize private visibility resolution | Lukas Wirth | -39/+83 |
| 2025-06-15 | Optimize `pub(crate)` visibility resolution | Lukas Wirth | -36/+55 |
| 2025-06-15 | Merge pull request #20008 from Veykril/push-rsnkrwyplmwr | Lukas Wirth | -137/+120 |
| 2025-06-15 | Unify assoc item visibility queries | Lukas Wirth | -77/+58 |
| 2025-06-15 | Idiomatic salsa use for extern block abi query | Lukas Wirth | -13/+16 |
| 2025-06-15 | Idiomatic salsa use for impl items query | Lukas Wirth | -41/+40 |
| 2025-06-15 | Replace unnecessary use of `MacroDefId` with `MacroId` | Lukas Wirth | -6/+6 |
| 2025-06-15 | Merge pull request #20007 from Veykril/push-opqzsnwzwyvn | Lukas Wirth | -77/+81 |
| 2025-06-15 | Idiomatic salsa use for enum variants query | Lukas Wirth | -77/+81 |
| 2025-06-15 | Merge pull request #20006 from Veykril/push-uvmuznvlwsxx | Lukas Wirth | -213/+692 |
| 2025-06-15 | Cleanup incremental tests | Lukas Wirth | -213/+692 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -0/+19 |
| 2025-06-15 | Merge pull request #19996 from LHolten/exclude-imports | Chayim Refael Friedman | -1/+214 |
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -1/+214 |
| 2025-06-15 | cargo update | github-actions | -46/+40 |
| 2025-06-14 | Auto merge of #142335 - nnethercote:rustdoc-json-allocations, r=aDotInTheVoid | bors | -141/+159 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+10 |
| 2025-06-14 | do not inline links | Tshepang Mbambo | -2/+5 |
| 2025-06-14 | title case | Tshepang Mbambo | -1/+1 |
| 2025-06-14 | use sentence case | Tshepang Mbambo | -11/+11 |
| 2025-06-14 | content has moved to another chapter | Tshepang Mbambo | -2/+2 |
| 2025-06-14 | Merge pull request #2465 from xizheyin/rustc-query | Tshepang Mbambo | -39/+46 |
| 2025-06-14 | Merge pull request #2441 from rust-lang/tshepang-remove-title-case | Tshepang Mbambo | -28/+28 |
| 2025-06-14 | remove check_run function from helpers | bit-aloo | -27/+9 |
| 2025-06-14 | remove check_run method from config | bit-aloo | -13/+2 |
| 2025-06-14 | replace all instances of check_run in download with execution context | bit-aloo | -2/+2 |
| 2025-06-14 | replace all instances of check_run in config with execution context | bit-aloo | -17/+15 |
| 2025-06-14 | Fix random failure when JS code is executed when the whole file was not read yet | Guillaume Gomez | -37/+37 |
| 2025-06-14 | Remove outdated docs about broken ABI | bjorn3 | -117/+0 |
| 2025-06-14 | Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors | Matthias Krüger | -225/+7 |
| 2025-06-14 | Rollup merge of #141399 - GuillaumeGomez:extracted-doctest, r=aDotInTheVoid | Matthias Krüger | -55/+238 |
| 2025-06-14 | Rollup merge of #140593 - m-ou-se:some-temp, r=Nadrieril | Matthias Krüger | -1/+0 |
| 2025-06-14 | Merge from rustc | Ralf Jung | -44/+115 |
| 2025-06-14 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-06-14 | Merge pull request #19984 from WaffleLapkin/unprefer_align | Lukas Wirth | -9/+13 |
| 2025-06-14 | fmt | The Miri Cronjob Bot | -10/+2 |
| 2025-06-14 | Merge from rustc | The Miri Cronjob Bot | -2633/+7553 |
| 2025-06-14 | Auto merge of #142483 - workingjubilee:rollup-8qnhueh, r=workingjubilee | bors | -43/+109 |
| 2025-06-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-13 | Rollup merge of #142475 - wesleywiser:windows_msvc_maintainers, r=ChrisDenton | Jubilee | -3/+73 |
| 2025-06-13 | Rollup merge of #142461 - Enselic:no-capture-tip, r=jieyouxu | Jubilee | -0/+1 |
| 2025-06-13 | Rollup merge of #142459 - Shourya742:2025-06-11-remove-output-helper, r=Kobzol | Jubilee | -36/+29 |
| 2025-06-13 | Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnr | Jubilee | -2/+2 |
| 2025-06-13 | Rollup merge of #142434 - Kobzol:preinstall-eslint, r=marcoieni | Jubilee | -2/+4 |