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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share import_assets and related entities
Kirill Bulatov
2021-01-16
1
-0
/
+1
*
Make the result of Const, FunctionRender and TypeAliasRender constructors opt...
Nick Spain
2021-01-02
1
-2
/
+3
*
Add completions for patterns
Lukas Wirth
2020-12-20
1
-3
/
+30
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-5
/
+5
*
Avoid turning completion objects into builders
Kirill Bulatov
2020-11-16
1
-4
/
+4
*
Move autoimport completion into the unqialified_path module
Kirill Bulatov
2020-11-16
1
-1
/
+0
*
Rename the module
Kirill Bulatov
2020-11-16
1
-1
/
+1
*
Add imports in auto completion
Kirill Bulatov
2020-11-16
1
-0
/
+1
*
Remove intra-crate facade from completions
Igor Aleksanov
2020-11-03
1
-1
/
+9
*
Get rid of do-er antipattern
Igor Aleksanov
2020-11-03
1
-13
/
+9
*
Provide only explicit constructor for RenderContext
Igor Aleksanov
2020-11-03
1
-9
/
+13
*
Move rendering tests to the render module
Igor Aleksanov
2020-11-03
1
-1074
/
+8
*
Add TypeAliasRender
Igor Aleksanov
2020-11-03
1
-16
/
+5
*
Add ConstRender
Igor Aleksanov
2020-11-03
1
-16
/
+4
*
Introduce render module
Igor Aleksanov
2020-11-03
1
-246
/
+14
*
Reduce visibility of some methods
Igor Aleksanov
2020-10-26
1
-2
/
+2
*
Add a module doc-comment for completions module
Igor Aleksanov
2020-10-25
1
-0
/
+2
*
Remove presentation module
Igor Aleksanov
2020-10-25
1
-8
/
+1409
*
Move Completions structure definition into completions module
Igor Aleksanov
2020-10-25
1
-0
/
+36
*
Reorganize completions structure
Igor Aleksanov
2020-10-25
1
-0
/
+13