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
/
syntax
/
src
/
ast
/
make.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document `make` module design
Aleksey Kladov
2020-12-23
1
-1
/
+7
*
Minor, cleanup API
Aleksey Kladov
2020-12-18
1
-0
/
+3
*
Parenthesize composite if condition before inverting in invert-if assist
Jesse Bakker
2020-12-15
1
-0
/
+3
*
Add replace_match_with_if_let assist
Lukas Wirth
2020-12-05
1
-2
/
+11
*
Add missing AssocItems in add_custom_impl assist
Lukas Wirth
2020-11-05
1
-0
/
+4
*
Support struct variants in extract_struct_from_enum_variant
Lukas Wirth
2020-11-03
1
-2
/
+25
*
Make insert_use return a SyntaxRewriter
Lukas Wirth
2020-11-02
1
-0
/
+37
*
Properly qualify trait methods in qualify_path assist
Lukas Wirth
2020-10-15
1
-0
/
+3
*
when generating new function, focus on return type instead of body
Benjamin Coenen
2020-10-08
1
-1
/
+11
*
Merge #6019
bors[bot]
2020-09-29
1
-5
/
+28
|
\
|
*
Remove make::path_from_text
Lukas Wirth
2020-09-16
1
-5
/
+28
*
|
Add make utility for empty associated item lists
Matt Hooper
2020-09-21
1
-0
/
+4
*
|
Add make::glob_use_tree function to create star-only UseTree
Lukas Wirth
2020-09-16
1
-0
/
+4
|
/
*
Merge #5940
bors[bot]
2020-09-04
1
-0
/
+15
|
\
|
*
Fix tests
Aleksei Sidorov
2020-09-04
1
-1
/
+1
|
*
Initial implementation of the #5085 issue
Aleksei Sidorov
2020-09-03
1
-0
/
+15
*
|
Impl make::blank_line
Lukas Wirth
2020-09-03
1
-1
/
+11
|
/
*
Reduce path_from_text usage
Aleksey Kladov
2020-08-31
1
-0
/
+1
*
Remove dead code
Aleksey Kladov
2020-08-31
1
-14
/
+0
*
Cleanup invert-if
Aleksey Kladov
2020-08-25
1
-6
/
+3
*
Invert if should be smart about is_some, is_none, is_ok, is_err
dragfire
2020-08-24
1
-1
/
+7
*
Remove deprecated function
Aleksey Kladov
2020-08-13
1
-0
/
+7
*
**Merge Imports** assist handles self
Aleksey Kladov
2020-08-12
1
-0
/
+3
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
1
-0
/
+392