aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/src/completion/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add tfn lookup and remove test prefixDaniel McNab2018-11-281-1/+1
* Change the body and name of the test function completionDaniel McNab2018-11-281-2/+2
* Complete paths after ::Aleksey Kladov2018-11-211-1/+1
* Move path completion to descriptorsAleksey Kladov2018-11-211-0/+14
* switch completion to new scopeAleksey Kladov2018-11-211-5/+5
* Use OO module API in completionAleksey Kladov2018-11-201-20/+5
* Use cached module scopes for completionAleksey Kladov2018-11-071-1/+24
* split completion modAleksey Kladov2018-11-071-0/+425