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
/
ra_ide
/
src
/
completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #3513
bors[bot]
2020-03-09
9
-36
/
+421
|
\
|
*
Move hypothetical expansion to hir_expand
Florian Diebold
2020-03-08
1
-1
/
+5
|
*
Fix CompletionContext module field (by removing it)
Florian Diebold
2020-03-07
3
-8
/
+6
|
*
Add some sanity checks
Florian Diebold
2020-03-07
1
-1
/
+10
|
*
Fix record pattern completion
Florian Diebold
2020-03-07
3
-1
/
+30
|
*
Fix record literal completion
Florian Diebold
2020-03-07
2
-3
/
+33
|
*
Fix range for postfix snippets
Florian Diebold
2020-03-07
1
-2
/
+63
|
*
Add more tests
Florian Diebold
2020-03-07
2
-0
/
+51
|
*
Try to complete within macros
Florian Diebold
2020-03-07
4
-27
/
+230
*
|
Handle visibility for assoc item path completion as well
Florian Diebold
2020-03-08
1
-2
/
+65
*
|
Handle visibility for path completion (not in all cases yet)
Florian Diebold
2020-03-08
1
-4
/
+40
*
|
Handle visibility in method call completion
Florian Diebold
2020-03-07
1
-1
/
+37
|
/
*
Don't creat public APIs with typos
Aleksey Kladov
2020-03-06
1
-1
/
+1
*
Trigger parameter info automatically
Aleksey Kladov
2020-03-06
2
-0
/
+16
*
Feature flag for arg snippets
Aleksey Kladov
2020-03-06
1
-4
/
+13
*
Fix comment order
Aleksey Kladov
2020-03-06
1
-2
/
+2
*
Skip self param when completing methods
Aleksey Kladov
2020-03-04
1
-13
/
+45
*
Support function's completion snippet
Avishay Matayev
2020-03-04
2
-14
/
+22
*
Fix completion snippet for reexported functions
Florian Diebold
2020-03-03
2
-4
/
+54
*
Merge #3384
bors[bot]
2020-03-01
1
-0
/
+39
|
\
|
*
fix completion for super::super::
Josh Mcguigan
2020-03-01
1
-0
/
+39
*
|
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
2
-32
/
+26
|
/
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
10
-60
/
+66
*
Refactor how builtins are resolved
Florian Diebold
2020-02-21
1
-6
/
+7
*
Cleanup
Shotaro Yamada
2020-02-19
1
-5
/
+1
*
More manual clippy fixes
Kirill Bulatov
2020-02-18
2
-6
/
+6
*
Merge #3169
bors[bot]
2020-02-17
1
-6
/
+95
|
\
|
*
add space before/after wrapping braces
adamrk
2020-02-16
1
-2
/
+2
|
*
show names for record fields in enum completion
adamrk
2020-02-16
1
-6
/
+95
*
|
Added module doc comment to explain the purpose of the completion.
Kevin DeLorey
2020-02-15
1
-1
/
+32
*
|
Fixed bug that allowed for completion in a nested method.
Kevin DeLorey
2020-02-15
1
-7
/
+36
*
|
Reordered the `use` items.
Kevin DeLorey
2020-02-15
1
-9
/
+8
*
|
Adjusted the completion lookups to filter by just the name.
Kevin DeLorey
2020-02-14
1
-29
/
+44
*
|
Completion now replaces whole fn/const/type def with snippet.
Kevin DeLorey
2020-02-13
1
-16
/
+31
*
|
Cheese const tests as they requre an ident before becoming a CONST_DEF.
Kevin DeLorey
2020-02-13
1
-28
/
+21
*
|
Started to refactor the trigger of the trait_impl completion.
Kevin DeLorey
2020-02-13
1
-33
/
+77
*
|
Formatting.
Kevin DeLorey
2020-02-11
1
-1
/
+3
*
|
Fixing minor suggestions and added module level documentation.
Kevin DeLorey
2020-02-11
1
-9
/
+6
*
|
Removed doc comments entirely from the changes.
Kevin DeLorey
2020-02-11
1
-39
/
+0
*
|
Formatted changes.
Kevin DeLorey
2020-02-11
1
-22
/
+16
*
|
Removed docs from private method.
Kevin DeLorey
2020-02-11
1
-8
/
+0
*
|
Added tests to test associated types and consts.
Kevin DeLorey
2020-02-11
1
-0
/
+78
*
|
Added some documentation to the `complete_trait_impl` completion.
Kevin DeLorey
2020-02-11
1
-1
/
+48
*
|
Added associated const magic completion.
Kevin DeLorey
2020-02-10
1
-11
/
+53
*
|
Added a utility function that can be used to determine the missing impl items.
Kevin DeLorey
2020-02-09
1
-114
/
+18
*
|
Merge branch 'master' into kdelorey/complete-trait-impl
Kevin DeLorey
2020-02-09
3
-118
/
+8
|
\
|
|
*
Remove hard-coded auto-import during completion
Aleksey Kladov
2020-02-09
1
-128
/
+3
|
*
Rename add import assist
Kirill Bulatov
2020-02-07
1
-7
/
+2
|
*
cleanup imports
Aleksey Kladov
2020-02-06
1
-3
/
+4
|
*
Code review fixes
Kirill Bulatov
2020-02-02
1
-15
/
+11
[next]