aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/attribute.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete optional arg for inline attr and add doc alias attr completion #7167Benjamin Coenen2021-01-181-3/+6
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* 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
| | | | | | | | derive(Clone, Copy) reads better than derive(Copy, Clone). However, we preserve the reverse ordering in the lookup text for sorting purposes. That way, it's convenient to type just `Ord` to derive everything.
* 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