aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/references
Commit message (Collapse)AuthorAgeFilesLines
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* More idiomatic classification APIAleksey Kladov2020-10-151-3/+3
|
* Add fix for incorrect case diagnosticIgor Aleksanov2020-10-121-0/+7
|
* Show reason for failed rename refactoringRĂ¼diger Herrmann2020-10-101-46/+129
| | | | | | | | | | | Return an error with a meaningful message for requests to `textDocument/rename` if the operation cannot be performed. Pass errors raised by rename handling code to the LSP runtime. As a consequence, the VS Code client shows and logs the request as if a server-side programming error occured. Resolves https://github.com/rust-analyzer/rust-analyzer/issues/3981
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-4/+4
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-17/+17
|
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+1010