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_assists
/
src
/
utils.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Some|None order in fill_match_arms
Aleksey Kladov
2020-05-20
1
-7
/
+28
*
Use snippets in add_missing_members
Aleksey Kladov
2020-05-20
1
-9
/
+22
*
Moderate cleanup of add_function
Aleksey Kladov
2020-05-20
1
-1
/
+7
*
Use snippets in add function
Aleksey Kladov
2020-05-20
1
-2
/
+22
*
add if let and while let postfix for Option and Result
Benjamin Coenen
2020-05-10
1
-2
/
+2
*
Rename ImplItem to AssocItem
Edwin Cheng
2020-05-05
1
-5
/
+5
*
Support auto-import in macro
Edwin Cheng
2020-05-02
1
-1
/
+1
*
More principled approach for finding From trait
Aleksey Kladov
2020-04-29
1
-1
/
+59
*
Use specific pattern when translating if-let-else to match
Aleksey Kladov
2020-04-29
1
-10
/
+47
*
Move shared assist code to utils
Aleksey Kladov
2020-04-29
1
-1
/
+14
*
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
1
-5
/
+5
*
Move insert_use util to utils
Aleksey Kladov
2020-02-28
1
-0
/
+3
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
1
-12
/
+12
*
Fixing minor suggestions and added module level documentation.
Kevin DeLorey
2020-02-11
1
-2
/
+1
*
Removed doc comments entirely from the changes.
Kevin DeLorey
2020-02-11
1
-2
/
+0
*
Formatted changes.
Kevin DeLorey
2020-02-11
1
-5
/
+5
*
Updated the `add_missing_impl_members` to use the shared utility.
Kevin DeLorey
2020-02-11
1
-1
/
+1
*
Adjusted the hashset buckets to lump functions/consts together as their names...
Kevin DeLorey
2020-02-11
1
-9
/
+10
*
Added a utility function that can be used to determine the missing impl items.
Kevin DeLorey
2020-02-09
1
-2
/
+75
*
Introduce assists utils
Aleksey Kladov
2020-02-07
1
-0
/
+27