index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
completion
/
src
/
completions
/
attribute.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
2021-01-10
1
-4
/
+3
*
Avoid string copy in complete_attribute
Laurențiu Nicola
2021-01-10
1
-6
/
+8
*
Tidy up attribute completion match
Lukas Wirth
2021-01-07
1
-19
/
+11
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-6
/
+6
*
Change the should_panic completion and his related attribute test
FlowerBOII
2021-01-06
1
-7
/
+3
*
Remove the args for the must_use attibute and change the related tests
FlowerBOII
2021-01-06
1
-3
/
+3
*
Update deprecated test
FlowerBOII
2021-01-06
1
-3
/
+3
*
Remove a part of the deprecated autocompletion
FlowerBOII
2021-01-06
1
-1
/
+1
*
Remove some unneeded string allocations
Lukas Wirth
2020-12-31
1
-1
/
+1
*
Keep the original completion order in tests
Kirill Bulatov
2020-12-19
1
-8
/
+8
*
Use natural trait ordering in derive completion
Aleksey Kladov
2020-12-11
1
-17
/
+18
*
Update attributes completion list
Lukas Wirth
2020-12-06
1
-3
/
+39
*
Move Completions structure definition into completions module
Igor Aleksanov
2020-10-25
1
-23
/
+17
*
Reorganize completions structure
Igor Aleksanov
2020-10-25
1
-0
/
+534