about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/dev/lsp-extensions.md
AgeCommit message (Expand)AuthorLines
2025-02-17move dev docs to manualJosh Rotenberg-1114/+0
2025-01-25Skip redundant path search in `resolve_completion_edits`Lukas Wirth-1/+1
2025-01-09Remove the old syntax tree viewerGiga Bowser-1/+1
2025-01-09Add a new and improved syntax tree viewerGiga Bowser-1/+18
2025-01-06fix: Be more permissive with completion resolve dataLukas Wirth-1/+1
2024-12-26feat: support UpdateTest in codelensroife-1/+1
2024-12-16internal: Don't serialize empty fields in completions and resolve payloadsLukas Wirth-1/+1
2024-12-10Address the feedback from pascalkutheKirill Bulatov-1/+1
2024-12-09Always compute the hash when r-a wants the imports to be resolvedKirill Bulatov-1/+1
2024-12-09Draft completion hashingKirill Bulatov-1/+1
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-09-23Fix the testKirill Bulatov-1/+1
2024-09-08Better testing infra for ratomlAli Bektas-1/+1
2024-08-30Improve inlay hint resolution reliabilityLukas Wirth-1/+1
2024-08-12internal: Reply to requests with defaults when vfs is still loadingLukas Wirth-1/+1
2024-07-26Internal: Cleanup proc-macro error handlingLukas Wirth-9/+1
2024-07-23internal: remove UnindexedProject notificationDavid Barsky-20/+1
2024-07-18feature: move `linked_projects` discovery to the rust-analyzer serverDavid Barsky-1/+1
2024-07-07Move capability querying out of the config moduleLukas Wirth-1/+1
2024-07-06Flatten cargoExtraArgs away from the runnable lsp extensionLukas Wirth-8/+3
2024-07-06Add environment to runnable lsp extensionLukas Wirth-4/+33
2024-06-11feature: add build system info; runnables to `rust-project.json`Wilfred Hughes-2/+13
2024-06-07Fix processing of ratoml filesLukas Wirth-1/+1
2024-05-24Update docsroife-1/+2
2024-05-23Allow sysroots to only consist of the source root dirLukas Wirth-1/+1
2024-04-28Don't retry position relient requests and version resolve dataLukas Wirth-1/+1
2024-04-26Show workspace info in the status barLukas Wirth-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+1088