Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 1 | -1/+0 |
| | |||||
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 1 | -0/+2 |
| | |||||
* | add suggestion ..Default::default() for remaining struct fields in a ↵ | Benjamin Coenen | 2020-11-13 | 1 | -0/+1 |
| | | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+0 |
| | |||||
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -0/+32 |