about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2025-06-05Stabilize `const_eq_ignore_ascii_case`Paolo Barbolini-14/+0
2025-06-05Merge pull request #19928 from Veykril/push-kznpuqllrvvqLukas Wirth-297/+160
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-04refactor: Cleanup descension stuffLukas Wirth-35/+46
2025-06-04Merge pull request #19922 from Veykril/push-oxyomxrsplpxLukas Wirth-217/+405
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 rust-lang/dependabot/npm_and_yarn/editors/code...Laurențiu Nicola-3/+3
2025-06-04Merge pull request #19914 from davidbarsky/davidbarsky/add-some-additional-in...Lukas Wirth-0/+253
2025-06-04ci: Pin `cargo-workspaces` version to `0.3.6`, againShoyu Vanilla-2/+2
2025-06-04fix: Typo mistake in autopublish workflowShoyu Vanilla (Flint)-1/+1
2025-06-04ci: When autopublishing, remove `xtask` from workspaceShoyu Vanilla (Flint)-3/+3
2025-06-04Merge pull request #19915 from ShoyuVanilla/publish-libs-crashLaurențiu Nicola-1/+1
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
2025-06-03Merge pull request #19869 from MatrixFrog/publicize_fieldLukas Wirth-182/+138
2025-06-03Merge pull request #19894 from ShoyuVanilla/some-query-cyclesLukas Wirth-7/+72
2025-06-03Merge pull request #19901 from BazookaMusic/masterLukas Wirth-12/+192
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-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
2025-06-02internal: Use 'ProjectJson' consistentlyWilfred Hughes-5/+5
2025-06-02Merge pull request #19897 from aibaars/patch-2Lukas Wirth-21/+69
2025-06-01clippy and more formattingBazookaMusic-9/+4
2025-06-01rename function so it makes more senseBazookaMusic-5/+5
2025-06-01Formatting issues resolvedBazookaMusic-13/+18
2025-06-01add missing public keywordBazookaMusic-1/+1
2025-06-01Allow assist edit for converting structs to appear also on struct keyword and...BazookaMusic-6/+192
2025-05-31Merge pull request #19900 from Veykril/push-zurosouxqxzzLukas Wirth-2/+2
2025-05-31fix: Fix manual not containing diagnostics documentationLukas Wirth-2/+2
2025-05-31Account for `Generate` actions when filtering the allowed onesKirill Bulatov-0/+1
2025-05-31Merge pull request #19898 from Veykril/push-ykumpuwmuvmuLukas Wirth-19/+8
2025-05-31refactor: Remove unncessary duplication in highlight_relatedLukas Wirth-19/+8
2025-05-30Update expected test outputArthur Baars-21/+60
2025-05-30Run 'cargo codegen' to update testsArthur Baars-0/+5
2025-05-30Add test for closure_binderArthur Baars-0/+2
2025-05-30Produce ClosureBinder node in atom.rsArthur Baars-0/+2
2025-05-30internal: Restructure some semantics APIs for virtual macro filesLukas Wirth-79/+185
2025-05-30Add some more `hir_expand::files` conversionsLukas Wirth-64/+137
2025-05-30Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...Lukas Wirth-3/+88
2025-05-29fix: Fix import insertion not being fully cfg awareLukas Wirth-128/+214