aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/attribute.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded string allocationsLukas Wirth2020-12-311-1/+1
* Keep the original completion order in testsKirill Bulatov2020-12-191-8/+8
* Use natural trait ordering in derive completionAleksey Kladov2020-12-111-17/+18
* Update attributes completion listLukas Wirth2020-12-061-3/+39
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-23/+17
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+534