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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor: use minicore
Aleksey Kladov
2021-06-18
1
-18
/
+9
*
tidy
Domantas Jadenkus
2021-05-24
1
-2
/
+2
*
feat: generate getter avoids generating types like `&Vec<T>`
Aleksey Kladov
2021-05-23
1
-2
/
+2
*
feat: generate getter assist places the cursor at the generated function
Aleksey Kladov
2021-05-23
1
-2
/
+2
*
internal: rewrite assoc item manipulaion to use mutable trees
Aleksey Kladov
2021-05-14
1
-1
/
+0
*
internal: introduce `ast::make::ext` module with common shortcuts
Aleksey Kladov
2021-05-09
1
-1
/
+1
*
Merge #8317
bors[bot]
2021-04-23
1
-0
/
+41
|
\
|
*
Add larger example for "Convert to named struct" assist
unexge
2021-04-21
1
-4
/
+30
|
*
Add convert tuple struct to named struct assist
unexge
2021-04-04
1
-0
/
+15
*
|
Adds impl Deref assist
jake
2021-04-11
1
-0
/
+27
|
/
*
Convert Into to From assist
Graeme Coupar
2021-04-03
1
-0
/
+32
*
Don't use snippets
Jonas Schievink
2021-03-29
1
-2
/
+2
*
Snippet support in extract_type_alias
Jonas Schievink
2021-03-27
1
-2
/
+2
*
Implement "Extract type alias" assist
Jonas Schievink
2021-03-26
1
-0
/
+19
*
7709: Updated the implementation.
Chetan Khilosiya
2021-03-15
1
-0
/
+4
*
7709: Added the assist to generate is_empty function
Chetan Khilosiya
2021-03-15
1
-0
/
+25
*
Fix convert_iter_for_each_to_for doctest
Lukas Wirth
2021-03-12
1
-4
/
+11
*
fix: generated test fixture
Luiz Carlos MourĂ£o Paes de Carvalho
2021-03-12
1
-0
/
+23
*
7708: Fixed many documentaion example issues.
Chetan Khilosiya
2021-03-06
1
-0
/
+31
*
Use consistent naming for assist
Aleksey Kladov
2021-02-28
1
-23
/
+23
*
generate try_into instead of into
Domantas Jadenkus
2021-02-27
1
-29
/
+29
*
add generate_enum_as_method assist
Domantas Jadenkus
2021-02-27
1
-0
/
+29
*
add generate_enum_into_method assist
Domantas Jadenkus
2021-02-27
1
-0
/
+29
*
rename existing assist to generate_enum_is_method
Domantas Jadenkus
2021-02-27
1
-2
/
+2
*
Merge #7741
bors[bot]
2021-02-24
1
-0
/
+23
|
\
|
*
Add convert_for_to_iter_for_each assist
Matt Hall
2021-02-23
1
-0
/
+23
*
|
De Morgan's Law assist now correctly inverts <, <=, >, >=.
lbrande
2021-02-24
1
-2
/
+2
*
|
De Morgan's Law assist now correctly parenthesizes binary expressions.
lbrande
2021-02-24
1
-2
/
+2
|
/
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
1
-0
/
+1329