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
/
render
/
function.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some redundant allocations
Jeremy Kolb
2020-12-12
1
-1
/
+1
*
Disable the completion for no corresponding client resolve capabilities
Kirill Bulatov
2020-12-07
1
-1
/
+1
*
Simplify import edit calculation
Kirill Bulatov
2020-12-07
1
-4
/
+4
*
Remove redundant code
Kirill Bulatov
2020-12-07
1
-4
/
+1
*
Refactor the code
Kirill Bulatov
2020-12-07
1
-1
/
+4
*
Add eager resolve capability
Kirill Bulatov
2020-12-07
1
-1
/
+1
*
Place cursor correctly when completing assoc fns with self
Aleksey Kladov
2020-12-01
1
-11
/
+42
*
Type-safer API for dealing with parameter lists with optional self
Aleksey Kladov
2020-12-01
1
-6
/
+10
*
Group import data in a struct
Kirill Bulatov
2020-11-27
1
-10
/
+6
*
Extract the import code into the shared module
Kirill Bulatov
2020-11-27
1
-1
/
+1
*
Profile completions better
Kirill Bulatov
2020-11-27
1
-0
/
+1
*
Avoid turning completion objects into builders
Kirill Bulatov
2020-11-16
1
-3
/
+9
*
Get rid of do-er antipattern
Igor Aleksanov
2020-11-03
1
-3
/
+11
*
Add doc-comments to the new files
Igor Aleksanov
2020-11-03
1
-0
/
+2
*
Move rendering tests to the render module
Igor Aleksanov
2020-11-03
1
-0
/
+210
*
Add ConstRender
Igor Aleksanov
2020-11-03
1
-8
/
+4
*
Introduce render module
Igor Aleksanov
2020-11-03
1
-0
/
+87