aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/attribute.rs
Commit message (Expand)AuthorAgeFilesLines
* 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