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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop iterating reference after made an edit in "Convert to named struct" assist
unexge
2021-04-23
1
-2
/
+47
*
Move reference editing logic into own function to make error handling more ea...
unexge
2021-04-22
1
-68
/
+61
*
Add multi file test for "Convert to named struct" assist
unexge
2021-04-21
1
-0
/
+33
*
Remove `unwrap`s in "Convert to named struct" assist
unexge
2021-04-21
1
-9
/
+19
*
Add larger example for "Convert to named struct" assist
unexge
2021-04-21
2
-8
/
+60
*
Fix incorrectly replacing method calls in "Convert to named struct" assist
unexge
2021-04-21
1
-17
/
+41
*
Add convert tuple struct to named struct assist
unexge
2021-04-04
3
-0
/
+362
*
Convert Into to From assist
Graeme Coupar
2021-04-03
3
-0
/
+389
*
Merge #8210
bors[bot]
2021-03-31
4
-1
/
+174
|
\
|
*
Don't use snippets
Jonas Schievink
2021-03-29
2
-19
/
+14
|
*
Use `find_node_at_range`
Jonas Schievink
2021-03-29
2
-26
/
+7
|
*
Snippet support in extract_type_alias
Jonas Schievink
2021-03-27
2
-15
/
+26
|
*
Implement "Extract type alias" assist
Jonas Schievink
2021-03-26
3
-0
/
+186
*
|
Merge #8267
bors[bot]
2021-03-31
1
-0
/
+2
|
\
\
|
*
|
Gifs and screenshots for features in manual
Ayomide Bamidele
2021-03-31
1
-0
/
+2
*
|
|
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
3
-4
/
+4
|
/
/
*
|
Merge #8213
bors[bot]
2021-03-27
2
-5
/
+21
|
\
\
|
*
|
Added support for const generics in impl generation
ivan770
2021-03-27
2
-5
/
+21
|
|
/
*
/
syntax: return owned string instead of leaking string
cynecx
2021-03-26
5
-7
/
+9
|
/
*
refine comment style of tests
hi-rustin
2021-03-24
2
-48
/
+48
*
Merge #8168
bors[bot]
2021-03-24
1
-7
/
+70
|
\
|
*
correct `convert to guard return` let_stmt
hi-rustin
2021-03-24
1
-7
/
+70
*
|
Cleanup
Aleksey Kladov
2021-03-23
1
-67
/
+45
*
|
Simplify code
Aleksey Kladov
2021-03-23
2
-37
/
+15
*
|
Use styleguide conforming import for ast nodes
Aleksey Kladov
2021-03-23
1
-34
/
+36
*
|
Unify test style
Aleksey Kladov
2021-03-23
1
-38
/
+52
*
|
Tweak assits API to fit mutable syntax trees
Aleksey Kladov
2021-03-23
3
-23
/
+53
|
/
*
rewrite merge use trees assist to use muatable syntax trees
Aleksey Kladov
2021-03-22
2
-37
/
+42
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
3
-16
/
+10
*
Less reallocations
Kirill Bulatov
2021-03-21
1
-1
/
+0
*
Disable unqualified assoc items completion for now
Kirill Bulatov
2021-03-20
1
-0
/
+1
*
Docs
Kirill Bulatov
2021-03-20
1
-2
/
+2
*
Do not query item search by name eagerly
Kirill Bulatov
2021-03-20
1
-15
/
+20
*
Merge #8119
bors[bot]
2021-03-20
2
-4
/
+3
|
\
|
*
Fix add_life_to_type label typo
Lukas Wirth
2021-03-20
2
-4
/
+3
*
|
simplify
Aleksey Kladov
2021-03-19
1
-3
/
+3
|
/
*
Cleanup qualify_path
Lukas Wirth
2021-03-19
1
-27
/
+17
*
Fix associated items not being appended to paths in import_assets
Lukas Wirth
2021-03-18
1
-2
/
+35
*
use simpler .map(|x| y) instead of .and_then(|x| Some(y)) for Options. (clipp...
Matthias Krüger
2021-03-17
1
-2
/
+2
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
1
-5
/
+2
*
Move more bounds
Aleksey Kladov
2021-03-16
1
-26
/
+10
*
Upgrade rowan
Aleksey Kladov
2021-03-16
9
-62
/
+34
*
7709: Added the check for return type of len function.
Chetan Khilosiya
2021-03-15
1
-9
/
+26
*
7709: Updated the implementation.
Chetan Khilosiya
2021-03-15
2
-37
/
+71
*
7709: Added the assist to generate is_empty function
Chetan Khilosiya
2021-03-15
3
-0
/
+252
*
Enable thread-local coverage marks
Laurențiu Nicola
2021-03-15
1
-1
/
+1
*
Allow applying De Morgan's law to multiple terms at once
Jake Goulding
2021-03-12
1
-11
/
+76
*
Merge #7956
bors[bot]
2021-03-12
3
-0
/
+280
|
\
|
*
Fix convert_iter_for_each_to_for doctest
Lukas Wirth
2021-03-12
2
-15
/
+56
|
*
fix: generated test fixture
Luiz Carlos Mourão Paes de Carvalho
2021-03-12
2
-2
/
+25
[next]