aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src
Commit message (Collapse)AuthorAgeFilesLines
* Drop dead codeAleksey Kladov2018-10-154-401/+0
|
* fix testsAleksey Kladov2018-10-153-11/+20
|
* Switch to the master of salsaAleksey Kladov2018-10-152-6/+6
|
* migrate modue map to salsaAleksey Kladov2018-10-155-165/+172
|
* start salsa migrationAleksey Kladov2018-10-154-89/+218
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-159-23/+25
|
* A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-122-44/+42
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-113-5/+171
| | | | | | | | | | Implements a pretty barebones function signature help mechanism in the language server. Users can use `Analysis::resolve_callback()` to get basic information about a call site. Fixes #102
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-114-12/+15
|
* Add on-enter handlerAleksey Kladov2018-10-091-0/+6
| | | | Now, typing doc comments is much more pleasant
* Resolve local names firstJeremy A. Kolb2018-10-061-4/+4
|
* WIP: This doesn't currently work but I also don't think it's the right ↵Jeremy A. Kolb2018-10-051-2/+16
| | | | abstraction
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-0/+5
|
* rename all thingsAleksey Kladov2018-09-1610-0/+1556