Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce visibility of some methods | Igor Aleksanov | 2020-10-26 | 2 | -3/+3 |
| | |||||
* | Add a module doc-comment for completions module | Igor Aleksanov | 2020-10-25 | 1 | -0/+2 |
| | |||||
* | Remove presentation module | Igor Aleksanov | 2020-10-25 | 3 | -1421/+1409 |
| | |||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 9 | -74/+74 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 22 | -108/+98 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 4 | -4/+4 |
| | |||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 2 | -3/+1 |
| | |||||
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 3 | -3/+2 |
| | |||||
* | Complete variants when only enun name is typed | Aleksey Kladov | 2020-10-23 | 1 | -8/+62 |
| | | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed. | ||||
* | Insert ref for completions | adamrk | 2020-10-22 | 3 | -19/+66 |
| | |||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 4 | -132/+10 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Try to fix publishing | Aleksey Kladov | 2020-10-19 | 1 | -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 crates | Igor Aleksanov | 2020-10-18 | 23 | -0/+8442 |