| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | Merge pull request #19305 from davidbarsky/davidbarsky/vendor-query-group-macro | Lukas Wirth | -21/+1988 |
| 2025-03-10 | internal: vendor `query-group-macro` | David Barsky | -21/+1988 |
| 2025-03-10 | Merge pull request #19334 from Veykril/push-oynrurllmwtk | Lukas Wirth | -5346/+1 |
| 2025-03-10 | Remove generated md book files | Lukas Wirth | -5346/+1 |
| 2025-03-10 | Merge pull request #19326 from Veykril/push-vovuxzkzrowp | Lukas Wirth | -10/+11 |
| 2025-03-10 | Merge pull request #19294 from alibektas/better_build_script_err_msgs | Lukas Wirth | -0/+1 |
| 2025-03-10 | Add missing name-ref parents to syntactic highlighting | Lukas Wirth | -10/+11 |
| 2025-03-10 | Merge pull request #19332 from Veykril/push-trvznlqsvtyq | Lukas Wirth | -84/+53 |
| 2025-03-10 | Merge pull request #19333 from alexkirsz/alexkirsz/fix-diagnostics | Lukas Wirth | -1/+3 |
| 2025-03-10 | Make change annotations per text-edit | Lukas Wirth | -84/+53 |
| 2025-03-10 | Fix diagnostics being cleared right after being received | Alex Kirszenberg | -1/+3 |
| 2025-03-10 | Merge pull request #19331 from lnicola/sync-from-rust | Laurențiu Nicola | -16953/+21900 |
| 2025-03-10 | Format code | Laurențiu Nicola | -35/+43 |
| 2025-03-10 | Merge pull request #19328 from Veykril/push-umwykvoskvyp | Lukas Wirth | -25/+45 |
| 2025-03-10 | Fix simd layout test | Laurențiu Nicola | -1/+1 |
| 2025-03-10 | Bump rustc crates | Laurențiu Nicola | -25/+20 |
| 2025-03-10 | Run proc-macro server tests are separate CI job | Lukas Wirth | -25/+45 |
| 2025-03-10 | Merge pull request #19330 from ChayimFriedman2/normalize-projection | Lukas Wirth | -503/+869 |
| 2025-03-10 | Merge pull request #19079 from ChayimFriedman2/rename-conflict | Lukas Wirth | -59/+509 |
| 2025-03-10 | Merge pull request #19327 from Veykril/push-qyyvkulltzpz | Lukas Wirth | -2/+6 |
| 2025-03-10 | Merge from rust-lang/rust | Laurențiu Nicola | -16902/+21846 |
| 2025-03-10 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-03-10 | Fix `path` macro hygiene | Lukas Wirth | -2/+6 |
| 2025-03-10 | Merge pull request #19311 from aibaars/log-build-script-error | Lukas Wirth | -0/+8 |
| 2025-03-10 | Merge pull request #19314 from snprajwal/variantdef-impl | Lukas Wirth | -1/+68 |
| 2025-03-10 | Merge pull request #19316 from snprajwal/git-commit-ec | Lukas Wirth | -0/+3 |
| 2025-03-10 | Merge pull request #19252 from flodiebold/fix-fixup-delimiters | Lukas Wirth | -88/+105 |
| 2025-03-10 | Merge pull request #19232 from ShoyuVanilla/issue-19196 | Lukas Wirth | -12/+59 |
| 2025-03-10 | Merge pull request #19325 from Veykril/push-sxyvwwsmtxrr | Lukas Wirth | -12/+102 |
| 2025-03-10 | Auto merge of #136780 - joboet:move_pal_stdio, r=Amanieu | bors | -150/+77 |
| 2025-03-10 | Auto merge of #137899 - notriddle:merged-doctests-stable, r=fmease,GuillaumeG... | bors | -59/+221 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -64/+221 |
| 2025-03-10 | doctests: fix merging on stable | Michael Howell | -1/+6 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -150/+77 |
| 2025-03-09 | Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin | bors | -1/+1 |
| 2025-03-09 | Auto merge of #138279 - matthiaskrgr:rollup-ndnoipr, r=matthiaskrgr | bors | -115/+160 |
| 2025-03-09 | Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton | Matthias Krüger | -0/+11 |
| 2025-03-09 | Rollup merge of #138263 - beetrees:fix-repr128-dwarf, r=jieyouxu | Matthias Krüger | -7/+8 |
| 2025-03-09 | Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmann | Matthias Krüger | -1/+37 |
| 2025-03-09 | Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton | Matthias Krüger | -13/+19 |
| 2025-03-09 | Rollup merge of #138228 - TDecking:master, r=jhpratt | Matthias Krüger | -3/+8 |
| 2025-03-09 | Rollup merge of #137650 - thaliaarchi:move-fs-pal, r=Noratrieb | Matthias Krüger | -57/+72 |
| 2025-03-09 | Rollup merge of #122790 - Zoxc:dllimp-rev, r=ChrisDenton | Matthias Krüger | -34/+5 |
| 2025-03-09 | Auto merge of #137655 - nnethercote:split-edges-iterator, r=nnethercote | bors | -93/+132 |
| 2025-03-09 | Lazy load NtOpenFile for UWP | bdbai | -0/+11 |
| 2025-03-09 | Rank ADT constructors as constructors for completion scoring | Lukas Wirth | -12/+102 |
| 2025-03-09 | Auto merge of #138267 - matthiaskrgr:rollup-vt76bhs, r=matthiaskrgr | bors | -1359/+2399 |
| 2025-03-09 | Merge pull request #19324 from ShoyuVanilla/migrate-inline-var | Lukas Wirth | -48/+174 |
| 2025-03-09 | fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s | Shoyu Vanilla | -17/+120 |
| 2025-03-09 | Rollup merge of #138242 - tshepang:that-stage0-has-arrived, r=jieyouxu | Matthias Krüger | -8/+6 |