| Age | Commit message (Expand) | Author | Lines |
| 2025-06-23 | In "Wrap return type" assist, don't wrap exit points if they already have the... | Chayim Refael Friedman | -34/+133 |
| 2025-06-22 | Merge pull request #20056 from ShoyuVanilla/fmt-args-new | Chayim Refael Friedman | -46/+412 |
| 2025-06-22 | Minic rustc's new `format_args!` expansion | Shoyu Vanilla | -41/+366 |
| 2025-06-22 | Implement region negation to minicore and add a flag `fmt_before_1_89_0` | Shoyu Vanilla | -8/+49 |
| 2025-06-21 | Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym... | Chayim Refael Friedman | -3/+11 |
| 2025-06-21 | Merge pull request #20047 from ShoyuVanilla/comp-time-deps | Lukas Wirth | -2/+24 |
| 2025-06-21 | fix: Correct grammar in remove all unused imports assist | Zakaria Elkatani | -1/+1 |
| 2025-06-21 | internal: Utilize `cargo check --compile-time-deps` | Shoyu Vanilla | -2/+24 |
| 2025-06-20 | Add better documentation for excluding imports from symbol search | Lucas Holten | -3/+11 |
| 2025-06-20 | Merge pull request #20046 from regexident/type-param-parent-getter | Florian Diebold | -0/+4 |
| 2025-06-20 | Merge pull request #20035 from joshka/jm/test-explorer-color | HKalbasi | -0/+1 |
| 2025-06-19 | Add `fn parent(self, db) -> GenericDef` to `hir::TypeParam` | Vincent Esche | -0/+4 |
| 2025-06-19 | Merge pull request #20042 from Veykril/push-uosxynulorzn | Lukas Wirth | -3/+3 |
| 2025-06-19 | fix: Temporarily disable `+` typing handler as it moves the cursor position | Lukas Wirth | -3/+3 |
| 2025-06-19 | Merge pull request #20041 from Veykril/push-yxlszoznuyno | Lukas Wirth | -39/+19 |
| 2025-06-19 | Revert "Turn `BlockId` into a `#[salsa::tracked]`" | Lukas Wirth | -39/+19 |
| 2025-06-19 | Merge pull request #20039 from ShoyuVanilla/let-bind-ref-capt | Lukas Wirth | -1/+43 |
| 2025-06-19 | fix: Closure capturing for let exprs | Shoyu Vanilla | -1/+43 |
| 2025-06-18 | Add --color=always to test explorer command | Josh McKinney | -0/+1 |
| 2025-06-18 | Merge from rust-lang/rust | Laurențiu Nicola | -3948/+8004 |
| 2025-06-18 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2025-06-18 | Auto merge of #142644 - jhpratt:rollup-f2jed9t, r=jhpratt | bors | -44/+30 |
| 2025-06-17 | Rollup merge of #142632 - ehuss:update-cargo, r=ehuss | Jacob Pratt | -0/+0 |
| 2025-06-17 | Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat | Jacob Pratt | -0/+2 |
| 2025-06-17 | Rollup merge of #142605 - ZuseZ4:autodiff-check-builds2, r=oli-obk | Jacob Pratt | -13/+14 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -3/+3 |
| 2025-06-17 | Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomez | Jacob Pratt | -28/+11 |
| 2025-06-17 | Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola | bors | -3488/+4773 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -0/+8 |
| 2025-06-17 | Update cargo | Eric Huss | -0/+0 |
| 2025-06-17 | Try to downgrade object | Laurențiu Nicola | -12/+3 |
| 2025-06-17 | Merge pull request #20025 from SoxPopuli/hide_private_imports_without_pe | Laurențiu Nicola | -5/+98 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -17/+75 |
| 2025-06-17 | Hide imported privates if private editable is disabled | Charlotte Smith | -5/+98 |
| 2025-06-17 | Merge pull request #20023 from Veykril/push-vkqlnyttnqzl | Lukas Wirth | -154/+256 |
| 2025-06-17 | Better completion test sorting | Lukas Wirth | -38/+38 |
| 2025-06-17 | Improve completions in if / while expression conditions | Lukas Wirth | -122/+224 |
| 2025-06-17 | Lint about `console` calls in rustdoc JS | Guillaume Gomez | -0/+2 |
| 2025-06-17 | Never make type mismatch diagnostic stable, even when there is a fix | Chayim Refael Friedman | -6/+2 |
| 2025-06-17 | Merge pull request #20020 from Veykril/push-yuqmorzsqumw | Lukas Wirth | -11/+15 |
| 2025-06-17 | fix: Reload workspaces when cargo configs change | Lukas Wirth | -11/+15 |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -815/+1214 |
| 2025-06-17 | Merge pull request #20018 from Veykril/push-pkowrtoturkr | Lukas Wirth | -84/+176 |
| 2025-06-17 | Merge pull request #19939 from ChayimFriedman2/fill-arms-self | Lukas Wirth | -29/+227 |
| 2025-06-17 | Merge pull request #19945 from ChayimFriedman2/private-field-quickfix | Lukas Wirth | -32/+125 |
| 2025-06-17 | fix: Copy lockfiles into target directory before invoking `cargo metadata` | Lukas Wirth | -84/+176 |
| 2025-06-17 | Rollup merge of #142601 - nnethercote:format_version-comment, r=aDotInTheVoid | Jubilee | -0/+8 |
| 2025-06-17 | Rollup merge of #142585 - rustbot:docs-update, r=ehuss | Jubilee | -0/+0 |
| 2025-06-16 | don't unwrap in enzyme builds in case of missing llvm-config | Manuel Drehwald | -13/+14 |
| 2025-06-17 | Add a comment to `FORMAT_VERSION`. | Nicholas Nethercote | -0/+8 |