Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 1 | -2/+39 |
| | |||||
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -4/+6 |
| | |||||
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 1 | -26/+28 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6614: Improve autoimports on completion speed r=matklad a=SomeoneToIgnore Presumably closes https://github.com/rust-analyzer/rust-analyzer/issues/6594 May help https://github.com/rust-analyzer/rust-analyzer/issues/6612 * Ignore modules eaferly * Do less completion string rendering 6632: Pin cargo_metadata r=matklad a=kjeremy See: https://github.com/oli-obk/cargo_metadata/pull/142#issuecomment-733653275 Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: kjeremy <[email protected]> | ||||
| * | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -26/+28 |
| | | | | | | | | | | * Ignore modules eaferly * Do less completion string rendering | ||||
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 1 | -1/+3 |
|/ | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -32/+10 |
| | |||||
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 1 | -3/+3 |
| | |||||
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 1 | -12/+23 |
| | |||||
* | Better filter mod paths | Kirill Bulatov | 2020-11-16 | 1 | -25/+27 |
| | |||||
* | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 1 | -2/+139 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+679 |