aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/attribute.rs
Commit message (Expand)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-557/+0
* Delete optional arg for inline attr and add doc alias attr completion #7167Benjamin Coenen2021-01-181-3/+6
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-4/+3
* Avoid string copy in complete_attributeLaurențiu Nicola2021-01-101-6/+8
* Tidy up attribute completion matchLukas Wirth2021-01-071-19/+11
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-6/+6
* Change the should_panic completion and his related attribute testFlowerBOII2021-01-061-7/+3
* Remove the args for the must_use attibute and change the related testsFlowerBOII2021-01-061-3/+3
* Update deprecated testFlowerBOII2021-01-061-3/+3
* Remove a part of the deprecated autocompletionFlowerBOII2021-01-061-1/+1
* 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