| Age | Commit message (Expand) | Author | Lines |
| 2025-04-29 | Merge pull request #19685 from fbernier/pgo-install | Lukas Wirth | -132/+175 |
| 2025-04-29 | Merge pull request #19712 from Veykril/push-yzsxpmkytkzt | Lukas Wirth | -39/+54 |
| 2025-04-29 | refactor: Clean up cache priming cancellation handling | Lukas Wirth | -39/+54 |
| 2025-04-28 | Merge pull request #19699 from ChayimFriedman2/escape-label | David Barsky | -7/+36 |
| 2025-04-28 | Merge pull request #19710 from rust-lang/davidbarsky/add-additional-details-t... | Chayim Refael Friedman | -9/+20 |
| 2025-04-28 | base-db: add more details to panic | David Barsky | -9/+20 |
| 2025-04-28 | Merge pull request #19708 from Veykril/push-wrmyowrzkxzz | Lukas Wirth | -255/+188 |
| 2025-04-28 | Merge pull request #19542 from snprajwal/let-else-to-match | Lukas Wirth | -142/+335 |
| 2025-04-28 | Merge pull request #19469 from snprajwal/merge-imports | Lukas Wirth | -101/+175 |
| 2025-04-28 | refactor: De-arc lang item queries | Lukas Wirth | -255/+188 |
| 2025-04-28 | refactor: migrate `merge_imports` to syntax editor | Prajwal S N | -43/+25 |
| 2025-04-28 | chore: rename `unmerge_use` to `unmerge_imports` | Prajwal S N | -44/+44 |
| 2025-04-28 | fix: migrate `unmerge_use` to syntax editor | Prajwal S N | -16/+108 |
| 2025-04-28 | refactor: migrate `let_else_to_match` to editor | Prajwal S N | -142/+335 |
| 2025-04-28 | Merge pull request #19706 from Veykril/push-nkpmknlvzyom | Lukas Wirth | -24/+19 |
| 2025-04-28 | fix: Address minor FIXME | Lukas Wirth | -24/+19 |
| 2025-04-28 | Merge pull request #19704 from Veykril/push-wrvznvvpvtvp | Lukas Wirth | -125/+172 |
| 2025-04-28 | Add foldhash license exception | Laurențiu Nicola | -0/+1 |
| 2025-04-28 | Add expression fill mode variant for filling with underscore expressions | Lukas Wirth | -125/+172 |
| 2025-04-28 | Merge pull request #19702 from lnicola/sync-from-rust | Laurențiu Nicola | -70585/+114287 |
| 2025-04-28 | Add bootstrap cfg | Laurențiu Nicola | -0/+1 |
| 2025-04-28 | Format code | Laurențiu Nicola | -1/+3 |
| 2025-04-28 | Merge from rust-lang/rust | Laurențiu Nicola | -70584/+114283 |
| 2025-04-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-04-28 | Auto merge of #140378 - ChrisDenton:rollup-3mj0wp9, r=ChrisDenton | bors | -33/+118 |
| 2025-04-28 | Rollup merge of #140359 - DiuDiu777:str-fix, r=Noratrieb | Chris Denton | -2/+2 |
| 2025-04-28 | Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomcc | Chris Denton | -2/+8 |
| 2025-04-28 | Rollup merge of #140345 - DaniPopes:get-def-path, r=Urgau | Chris Denton | -1/+4 |
| 2025-04-28 | Rollup merge of #139546 - lolbinarycat:std-set_permissions-75942, r=thomcc | Chris Denton | -0/+15 |
| 2025-04-28 | Rollup merge of #139224 - epage:nocapture, r=thomcc | Chris Denton | -9/+14 |
| 2025-04-28 | Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35 | Chris Denton | -8/+61 |
| 2025-04-28 | Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35 | Chris Denton | -10/+10 |
| 2025-04-28 | Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-Simulacrum | Chris Denton | -1/+4 |
| 2025-04-27 | Auto merge of #140362 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-04-27 | Auto merge of #140366 - matthiaskrgr:rollup-zd3q1oy, r=matthiaskrgr | bors | -108/+368 |
| 2025-04-27 | Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obk | Matthias Krüger | -12/+20 |
| 2025-04-27 | Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errors | Matthias Krüger | -18/+12 |
| 2025-04-27 | Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=Urgau | Matthias Krüger | -78/+302 |
| 2025-04-27 | Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=Nadrieril | Matthias Krüger | -0/+34 |
| 2025-04-27 | Add `Arc::is_unique` | SabrinaJewson | -8/+61 |
| 2025-04-27 | Update cargo | Weihang Lo | -0/+0 |
| 2025-04-27 | Auto merge of #140360 - matthiaskrgr:rollup-savbr84, r=matthiaskrgr | bors | -143/+89 |
| 2025-04-27 | Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errors | Matthias Krüger | -118/+54 |
| 2025-04-27 | Rollup merge of #140339 - petrochenkov:capanew, r=lqd | Matthias Krüger | -9/+8 |
| 2025-04-27 | Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789 | Matthias Krüger | -1/+1 |
| 2025-04-27 | Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboet | Matthias Krüger | -2/+3 |
| 2025-04-27 | Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35 | Matthias Krüger | -3/+3 |
| 2025-04-27 | Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35 | Matthias Krüger | -3/+12 |
| 2025-04-27 | Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35 | Matthias Krüger | -4/+5 |