aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/function_signature.rs
Commit message (Expand)AuthorAgeFilesLines
* Primitive signature help for mbekjeremy2019-10-291-0/+22
* SigKind -> CallableKindkjeremy2019-10-291-10/+10
* Filter out non callable versions of Struct/EnumVariantkjeremy2019-10-281-29/+41
* Preliminary enum variant supportJeremy Kolb2019-10-281-1/+36
* Add disciminantJeremy Kolb2019-10-281-1/+13
* WIP: Expand signature helpJeremy Kolb2019-10-281-1/+28
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
* remove inherent source implsAleksey Kladov2019-06-111-3/+4
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
* Move FunctionSignature to display/function_signatureVille Penttinen2019-04-091-0/+101