aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/qualified_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-2/+1
| | | | | | | rust-analyzer is a long-running program, so we *should* handle assertion failures. See also https://www.sqlite.org/assert.html.
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-35/+35
|
* Show enum variant on Self qualified pathsLukas Wirth2020-12-201-0/+29
|
* Keep the original completion order in testsKirill Bulatov2020-12-191-28/+28
|
* Place cursor correctly when completing assoc fns with selfAleksey Kladov2020-12-011-20/+20
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+755