aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/imp.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove job tokensAleksey Kladov2018-10-201-9/+7
| |
* | make parent module cancelableAleksey Kladov2018-10-201-4/+5
| |
* | Implement Find All References for local variablesJeremy A. Kolb2018-10-181-0/+32
|/
* Cargo FormatJeremy A. Kolb2018-10-161-84/+123
| | | | Run `cargo fmt` and ignore generated files
* SimplifyAleksey Kladov2018-10-151-12/+0
|
* make analysis syncAleksey Kladov2018-10-151-6/+6
|
* Tweak writable root APIAleksey Kladov2018-10-151-6/+6
|
* remove resolver from worldAleksey Kladov2018-10-151-2/+0
|
* fix testsAleksey Kladov2018-10-151-0/+19
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-2/+2
|
* A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-121-38/+36
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-4/+110
| | | | | | | | | | 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-111-3/+4
|
* 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
* rename all thingsAleksey Kladov2018-09-161-0/+342