aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ModuleScope as a queryAleksey Kladov2018-10-301-0/+2
| | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit.
* switch to TextRange::subrangeAleksey Kladov2018-10-301-2/+1
|
* Complete crate:: pathsAleksey Kladov2018-10-241-13/+17
|
* complete pub(crate)Aleksey Kladov2018-10-231-2/+8
|
* Cargo FormatJeremy A. Kolb2018-10-161-64/+114
| | | | Run `cargo fmt` and ignore generated files
* switch editor to 2018Aleksey Kladov2018-10-151-1/+1
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-4/+4
|
* tfn snippetAleksey Kladov2018-10-081-0/+32
|
* make ancestors and descendants inherentAleksey Kladov2018-10-021-7/+6
|
* eprintlnAleksey Kladov2018-09-161-7/+37
|
* rename all thingsAleksey Kladov2018-09-161-0/+480