aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/descriptors.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix function callsAlan Du2018-10-181-2/+1
|
* clippy: needless_lifetimesAlan Du2018-10-181-1/+1
|
* clippy: Fix new_ret_no_selfAlan Du2018-10-181-1/+1
|
* Cargo FormatJeremy A. Kolb2018-10-161-50/+58
| | | | Run `cargo fmt` and ignore generated files
* migrate modue map to salsaAleksey Kladov2018-10-151-5/+5
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-2/+2
|
* A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-121-6/+6
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-111-1/+55
| | | | | | | | | | 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
* rename all thingsAleksey Kladov2018-09-161-0/+220