about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-12-30Add a function to convert a SyntaxKind to its text, where possibleChayim Refael Friedman-0/+341
2024-12-30Generate a method for static retrieval of the SyntaxKind of a node, where pos...Chayim Refael Friedman-0/+1093
2024-12-29fix: Fix invalid `-O` flag used by cfg discoveryLukas Wirth-2/+23
2024-12-29Merge pull request #18785 from Veykril/push-uvsqposqyvmoLukas Wirth-436/+438
2024-12-29Merge pull request #18787 from Veykril/push-uymlpukspxqrLukas Wirth-1/+5
2024-12-29Inline toolchain_info moduleLukas Wirth-17/+19
2024-12-29Automatically cancel CI checks on new push to same PRLukas Wirth-1/+5
2024-12-29Merge pull request #18774 from Veykril/push-ysppqxpuknnwLukas Wirth-129/+1335
2024-12-29Force a current dir to be supplied for rustc info fetchingLukas Wirth-25/+37
2024-12-29Split out `ProjectWorkspace::load_cargo`Lukas Wirth-142/+139
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-75/+99
2024-12-29Cleanup toolchain info fetchingLukas Wirth-230/+197
2024-12-29Merge pull request #18784 from Veykril/push-pqtwsvquxotyLukas Wirth-1/+1
2024-12-29fix: Do not merge spans if they have different anchorsLukas Wirth-1/+1
2024-12-29Describe variance resolution approach differences to rustcLukas Wirth-36/+27
2024-12-28Consider `Enum::Variant` even when it comes from a different crateChayim Refael Friedman-39/+66
2024-12-28Show variance of parameters on hoverLukas Wirth-12/+69
2024-12-28SimplifyLukas Wirth-101/+89
2024-12-28Get rid of constrain and solve stepsLukas Wirth-95/+44
2024-12-28Remove unnecessary VarianceTermLukas Wirth-74/+31
2024-12-28Implement parameter variance inferenceLukas Wirth-37/+1271
2024-12-28Merge pull request #18778 from Veykril/push-oontvoqmxknoLukas Wirth-3/+15
2024-12-28Add DynTyExt::principal_idLukas Wirth-12/+24
2024-12-28Downgrade salsa log levelsLukas Wirth-68/+86
2024-12-28fix: Fix flycheck diagnostics flickering for binary targetsLukas Wirth-3/+15
2024-12-27Only include SCIP SymbolInformation for first inherent implMichael Sloan-33/+52
2024-12-27Message updates from reviewMichael Sloan-4/+4
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-27fix doc typoErithax-1/+1
2024-12-27Merge pull request #18744 from gbbosak/masterLukas Wirth-0/+1
2024-12-26Merge pull request #18762 from davidbarsky/davidbarsky/wrap-salsa-cancellatio...Lukas Wirth-5/+28
2024-12-26Merge pull request #18761 from Veykril/push-vktnzltnxuprLukas Wirth-7/+6
2024-12-26internal: wrap `salsa::Cycle`David Barsky-5/+28
2024-12-26internal: Swallow `error: config value is not set` cargo errorLukas Wirth-7/+6
2024-12-26internal: Workaround salsa cycles leakingLukas Wirth-6/+11
2024-12-26minor: format editor/coderoife-13/+14
2024-12-26move env vars for snapshot tests to UpdateTestroife-15/+33
2024-12-26optimize snapshot-testing macro detection and add testsroife-45/+137
2024-12-26fix incorrect name for UpdateTest configroife-4/+4
2024-12-26fix: await setting config to `not ask before UpdateTest` and formatroife-7/+7
2024-12-26feat: add config `UpdateTest` to hover actionsroife-2/+26
2024-12-26feat: support UpdateTest in hover actions and runnablesroife-30/+32
2024-12-26feat: support UpdateTest in codelensroife-57/+204
2024-12-26feat: Add TestDefs to find usage of Expect, Insta and Snapboxroife-21/+168
2024-12-26Use empty `SymbolInformation.signature_documentation.relative_path`Michael Sloan-9/+2
2024-12-26Provide SCIP `external_symbols` + fix symbols provided with DocumentMichael Sloan-58/+146
2024-12-25Improve SCIP symbolsMichael Sloan-270/+522
2024-12-25fix missing name enum when hovering on fields in variantsroife-3/+14
2024-12-24fix: Fix metrics workflow using the wrong download-artifact versionLukas Wirth-1/+1