aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/descriptors.rs
Commit message (Collapse)AuthorAgeFilesLines
* use pythonic import orderAleksey Kladov2018-10-201-2/+3
| | | | | | | | use std // blank line use extern crates // blank line use crate::{}
* 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