about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
2025-06-09Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-06-08Merge pull request #19949 from ChayimFriedman2/stabilize-jsonChayim Refael Friedman-0/+1
fix: Stabilize the "JSON is not Rust" diagnostic
2025-06-09Stabilize the "JSON is not Rust" diagnosticChayim Refael Friedman-0/+1
2025-06-06Merge pull request #19908 from ↵Lukas Wirth-25/+190
rmehri01/rmehri01/diagnostic_attribute_completions feat: implement attribute completions for diagnostics module
2025-06-06Merge pull request #19937 from Veykril/push-rvnylnlnxxyrLukas Wirth-10/+28
fix: Record macro calls for fields in `ChildBySource` impls
2025-06-06Merge pull request #19935 from ChayimFriedman2/exp-diag-show-quickfixLukas Wirth-2/+12
fix: Always include quickfixes for diagnostics, even when diagnostics are disabled
2025-06-06Merge pull request #19936 from ChayimFriedman2/unlinked-file-stableLukas Wirth-0/+1
fix: Stabilize unlinked file diagnostic
2025-06-06fix: Record macro calls for fields in `ChildBySource` implsLukas Wirth-10/+28
2025-06-06Stabilize unlinked file diagnosticChayim Refael Friedman-0/+1
2025-06-06Always include quickfixes for diagnostics, even when diagnostics are disabledChayim Refael Friedman-2/+12
2025-06-05Merge pull request #19933 from Veykril/push-uyxorpyvnzslLukas Wirth-10/+134
Better parser recovery for macro calls in type bound position
2025-06-05Better parser recovery for macro calls in type bound positionLukas Wirth-10/+134
2025-06-05Merge pull request #19932 from Veykril/push-skzlyntpxpswLukas Wirth-19/+77
fix: Record macro calls in signatures in `ChildBySource` impls
2025-06-05fix: Record macro calls in signatures in `ChildBySource` implsLukas Wirth-19/+77
2025-06-05Merge pull request #19928 from Veykril/push-kznpuqllrvvqLukas Wirth-297/+160
Deduplicate code in proc-macro-srv
2025-06-05Deduplicate code in proc-macro-srvLukas Wirth-297/+160
2025-06-04add qualifiers to attribute completionsRyan Mehri-14/+30
2025-06-04match on segments of path and some small cleanupRyan Mehri-23/+14
2025-06-04Merge pull request #19905 from Veykril/push-unwwyqpwqxkyLukas Wirth-35/+46
refactor: Cleanup descension stuff
2025-06-04refactor: Cleanup descension stuffLukas Wirth-35/+46
2025-06-04Merge pull request #19922 from Veykril/push-oxyomxrsplpxLukas Wirth-217/+405
feat: Add `dyn` keyword inlay hints
2025-06-04feat: Add `dyn` keyword inlay hintsLukas Wirth-2/+142
2025-06-04Give path segment type anchors their own grammar ruleLukas Wirth-158/+223
2025-06-04Remove unnecessary parameters in inlay-hint computationLukas Wirth-58/+41
2025-06-04Merge pull request #19913 from ↵Laurențiu Nicola-3/+3
rust-lang/dependabot/npm_and_yarn/editors/code/tar-fs-2.1.3 chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/code
2025-06-04Merge pull request #19914 from ↵Lukas Wirth-0/+253
davidbarsky/davidbarsky/add-some-additional-incrementalism-tests hir-ty: add incremental tests checking for `infer` invalidation
2025-06-04Merge pull request #19921 from ShoyuVanilla/ci-retryLaurențiu Nicola-2/+2
ci: Pin `cargo-workspaces` version to `0.3.6`, again
2025-06-04ci: Pin `cargo-workspaces` version to `0.3.6`, againShoyu Vanilla-2/+2
2025-06-04Merge pull request #19920 from ShoyuVanilla/patch-2Laurențiu Nicola-1/+1
fix: Typo mistake in CI
2025-06-04fix: Typo mistake in autopublish workflowShoyu Vanilla (Flint)-1/+1
2025-06-04Merge pull request #19919 from ShoyuVanilla/patch-1Laurențiu Nicola-3/+3
ci: When autopublishing, remove `xtask` from workspace
2025-06-04ci: When autopublishing, remove `xtask` from workspaceShoyu Vanilla (Flint)-3/+3
Revert `cargo-workspaces` version fix
2025-06-04Merge pull request #19915 from ShoyuVanilla/publish-libs-crashLaurențiu Nicola-1/+1
ci: Pin `cargo-workspaces` to `0.3.6`
2025-06-03hir-ty: add incremental tests checking for `infer` invalidationDavid Barsky-0/+253
2025-06-04ci: Pin `cargo-workspaces` to `0.3.6`Shoyu Vanilla-1/+1
2025-06-03chore(deps): bump tar-fs from 2.1.2 to 2.1.3 in /editors/codedependabot[bot]-3/+3
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2025-06-03Merge pull request #19869 from MatrixFrog/publicize_fieldLukas Wirth-182/+138
Add a quickfix for accessing a private field of a struct
2025-06-03Merge pull request #19894 from ShoyuVanilla/some-query-cyclesLukas Wirth-7/+72
fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnostics`
2025-06-03Merge pull request #19901 from BazookaMusic/masterLukas Wirth-12/+192
Enable Assist edit for tuple<->named struct for the struct and visiblity keywords
2025-06-02Add a quickfix for accessing a private field of a structTyler Breisacher-182/+138
2025-06-03fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnosticsShoyu Vanilla-7/+72
2025-06-02feat: implement completion for diagnostic moduleRyan Mehri-17/+175
2025-06-02simplify expression that checks the offsetBazookaMusic-36/+30
2025-06-02fix: don't duplicate must_use for functions and traitsRyan Mehri-2/+2
2025-06-02Merge pull request #19893 from Veykril/push-wzqsompmnlmxLukas Wirth-257/+604
Enhance renaming to include identifiers that are generated from the original symbol
2025-06-02Support derive-macros for rename prefix magicLukas Wirth-117/+211
2025-06-02fix: Fix edition handling for names in rename logicLukas Wirth-115/+161
2025-06-02Enhance renaming to include identifiers that are generated from the original ↵Lukas Wirth-44/+251
symbol Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
2025-06-02Merge pull request #19904 from Wilfred/project_json_namingLukas Wirth-5/+5
internal: Use 'ProjectJson' consistently
2025-06-02internal: Use 'ProjectJson' consistentlyWilfred Hughes-5/+5
The Rust source code previously mised ProjectJson and JsonProject, and the TypeScript definition didn't match either. Use 'ProjectJson' everywhere. This is purely an internal change.