aboutsummaryrefslogtreecommitdiff
path: root/crates/completion
Commit message (Collapse)AuthorAgeFilesLines
...
* Move rendering tests to the render moduleIgor Aleksanov2020-11-036-1095/+1163
|
* Add TypeAliasRenderIgor Aleksanov2020-11-034-19/+54
|
* Add ConstRenderIgor Aleksanov2020-11-035-28/+65
|
* Introduce render moduleIgor Aleksanov2020-11-037-246/+457
|
* Remove more unreachable pubsAleksey Kladov2020-11-021-3/+3
|
* Reduce visibility of some methodsIgor Aleksanov2020-10-262-3/+3
|
* Add a module doc-comment for completions moduleIgor Aleksanov2020-10-251-0/+2
|
* Remove presentation moduleIgor Aleksanov2020-10-253-1421/+1409
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-259-74/+74
|
* Reorganize completions structureIgor Aleksanov2020-10-2522-108/+98
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-244-4/+4
|
* Make call_info a part of ide_dbIgor Aleksanov2020-10-242-3/+1
|
* Remove dependency on 'assists' from 'completion' crateIgor Aleksanov2020-10-243-3/+2
|
* Complete variants when only enun name is typedAleksey Kladov2020-10-231-8/+62
| | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed.
* Insert ref for completionsadamrk2020-10-223-19/+66
|
* add completions for clippy lint in attributesBenjamin Coenen2020-10-204-132/+10
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Try to fix publishingAleksey Kladov2020-10-191-1/+1
| | | | | | | | | | | | This errro specifically: Updating crates.io index error: failed to select a version for the requirement `ra_ap_stdx = "^0.0.0"` candidate versions found which didn't match: 0.0.20 location searched: /home/runner/work/rust-analyzer/rust-analyzer/crates/stdx required by package `ra_ap_completion v0.0.20 (/home/runner/work/rust-analyzer/rust-analyzer/crates/completion)` error: unable to update Cargo.lock Error: Process completed with exit code 1.
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-1823-0/+8442