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
/
ide_assists
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use consistent naming for assist
Aleksey Kladov
2021-02-28
4
-39
/
+39
*
Don't spam loop-rewriting assist
Aleksey Kladov
2021-02-28
2
-2
/
+22
*
generate try_into instead of into
Domantas Jadenkus
2021-02-27
3
-72
/
+96
*
rename generate_enum_match_method file to match assist name
Domantas Jadenkus
2021-02-27
2
-2
/
+2
*
move into_ and as_ generation to a separate file
Domantas Jadenkus
2021-02-27
4
-402
/
+340
*
cargo fmt
Domantas Jadenkus
2021-02-27
1
-35
/
+20
*
add generate_enum_as_method assist
Domantas Jadenkus
2021-02-27
3
-0
/
+154
*
deduplicate some
Domantas Jadenkus
2021-02-27
1
-37
/
+28
*
add generate_enum_into_method assist
Domantas Jadenkus
2021-02-27
3
-20
/
+275
*
make generate_enum_is_method work on any variants
Domantas Jadenkus
2021-02-27
1
-18
/
+95
*
rename existing assist to generate_enum_is_method
Domantas Jadenkus
2021-02-27
3
-11
/
+11
*
Disable "Flip comma" assist inside a macro call
Denys Zadorozhnyi
2021-02-26
1
-2
/
+24
*
docs(ide_assists): Change importMergeBehaviour to importMergeBehavior
Sanchith Hegde
2021-02-26
1
-3
/
+3
*
Merge #7741
bors[bot]
2021-02-24
3
-0
/
+326
|
\
|
*
Address further review comments
Matt Hall
2021-02-24
1
-51
/
+35
|
*
Address review comments
Matt Hall
2021-02-23
1
-33
/
+125
|
*
Add convert_for_to_iter_for_each assist
Matt Hall
2021-02-23
3
-0
/
+250
*
|
Add tests for apply_demorgan
Lukas Wirth
2021-02-24
2
-16
/
+78
*
|
De Morgan's Law assist now correctly inverts <, <=, >, >=.
lbrande
2021-02-24
5
-13
/
+53
*
|
De Morgan's Law assist now correctly parenthesizes binary expressions.
lbrande
2021-02-24
3
-11
/
+7
|
/
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
65
-0
/
+27067