aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/call_info.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix clippy::identity_conversionAlan Du2019-06-041-2/+1
|
* Fix clippy::assign_op_patternAlan Du2019-06-041-1/+1
|
* fix typos in mbe testsAleksey Kladov2019-05-281-1/+1
|
* use really correct resolver for expressionsAleksey Kladov2019-04-121-1/+1
|
* fix typoAleksey Kladov2019-04-111-3/+3
|
* renameAleksey Kladov2019-04-111-1/+1
|
* reduce visibilityAleksey Kladov2019-04-111-3/+3
|
* Make call info to use real name resolutionAleksey Kladov2019-04-111-17/+20
|
* Add FunctionSignature::from_hirVille Penttinen2019-04-091-6/+4
|
* Move FunctionSignature creation to displayVille Penttinen2019-04-091-4/+3
|
* Add no parameter test to call_infoVille Penttinen2019-04-091-0/+19
|
* Move test specific thingsVille Penttinen2019-04-091-10/+11
|
* Refactor CallInfo function signatures to new FunctionSignature typeVille Penttinen2019-04-091-33/+52
| | | | | This is used by CallInfo to create a pretty printed function signature that can be used with completions and other places as well.
* Simplifykjeremy2019-03-271-13/+14
|
* Take number of arguments at the call-site into account for signature helpkjeremy2019-03-271-1/+22
| | | | Fixes #1065
* Be precise about the argument listJeremy Kolb2019-02-141-15/+7
| | | | Fixes #812
* reformat the worldAleksey Kladov2019-02-081-29/+9
|
* move index_resolve to symbol indexAleksey Kladov2019-02-081-1/+1
|
* Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb2019-01-301-48/+18
|
* Merge #662bors[bot]2019-01-271-2/+1
|\ | | | | | | | | | | | | | | 662: Preserve indentation in doc comments r=matklad a=kjeremy Fixes #502 Co-authored-by: Jeremy Kolb <[email protected]>
| * Make doc comments optionalJeremy Kolb2019-01-261-2/+1
| |
* | fix panic in call infoAleksey Kladov2019-01-261-2/+20
|/ | | | | closes #317 closes #675
* rename source_file -> parseAleksey Kladov2019-01-261-2/+2
|
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-1/+1
|
* fold syntax database into files databaseAleksey Kladov2019-01-261-1/+1
|
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-231-2/+2
|
* Simplify CallInfo label and documentationJeremy A. Kolb2019-01-221-40/+7
|
* remove Canceled from API implAleksey Kladov2019-01-151-7/+9
|
* remove cancelable from symbolsAleksey Kladov2019-01-151-1/+1
|
* fix usages after renameAleksey Kladov2019-01-081-0/+451