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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only replace NamedFieldList and add test for preserving Self
yanchith
2019-03-18
1
-13
/
+45
*
Remove unachievable TODO
yanchith
2019-03-18
1
-1
/
+0
*
Implement naive version of fill_struct_fields assist
yanchith
2019-03-17
2
-0
/
+122
*
rename syntax_mapping as well
Aleksey Kladov
2019-03-02
1
-2
/
+2
*
rename syntax-mapping -> source-map
Aleksey Kladov
2019-03-02
1
-1
/
+1
*
add marks to assists
Aleksey Kladov
2019-02-24
3
-45
/
+41
*
dont show introduce variable everywhere
Aleksey Kladov
2019-02-24
2
-46
/
+42
*
Assign IDs to assists
Aleksey Kladov
2019-02-24
12
-26
/
+41
*
Simplify test_fill_match_arm_refs test cases
Ville Penttinen
2019-02-23
1
-24
/
+0
*
Fix fill_match_arms not working with references
Ville Penttinen
2019-02-23
1
-0
/
+103
*
Move `non_trivia_sibling` to `ra_syntax::algo`
Ville Penttinen
2019-02-21
2
-6
/
+3
*
auto_import: fix bug when the common path was shorter than both the current u...
Andrea Pretto
2019-02-14
1
-18
/
+67
*
auto_import: import in enclosing module instead of file
Andrea Pretto
2019-02-12
1
-4
/
+38
*
auto_import: more tests and some refactorings
Andrea Pretto
2019-02-12
1
-12
/
+46
*
Fix some typos
Pascal Hertleif
2019-02-12
2
-5
/
+5
*
ra_assists: assist "providers" can produce multiple assists
Andrea Pretto
2019-02-11
12
-64
/
+144
*
Merge #762
bors[bot]
2019-02-10
2
-0
/
+732
|
\
|
*
auto_import: use ra_fmt
Andrea Pretto
2019-02-09
1
-109
/
+29
|
*
auto_import: struct variants for ImportAction
Andrea Pretto
2019-02-09
1
-44
/
+107
|
*
auto_import: remove PathSegmentsMatch
Andrea Pretto
2019-02-09
1
-65
/
+37
|
*
auto_import: Removed Empty in favor of Partial(0)
Andrea Pretto
2019-02-09
1
-16
/
+10
|
*
auto_import assist
Andrea Pretto
2019-02-09
2
-0
/
+783
*
|
Fix introduce var duplicating newlines
Ville Penttinen
2019-02-09
1
-1
/
+80
|
/
*
Merge #766
bors[bot]
2019-02-09
2
-2
/
+2
|
\
|
*
Refactor formatting code out of ra_ida_api_light into ra_fmt.
Andrea Pretto
2019-02-08
2
-2
/
+2
*
|
Improve sorting delegate
robojumper
2019-02-09
1
-7
/
+5
*
|
Remove unused import
robojumper
2019-02-08
1
-2
/
+2
*
|
Add tests for action target ranges
robojumper
2019-02-08
10
-16
/
+210
*
|
Add some assist ranges
robojumper
2019-02-08
5
-10
/
+58
|
/
*
reformat the world
Aleksey Kladov
2019-02-08
9
-96
/
+27
*
Remove unnecessary dbg! calls
Ville Penttinen
2019-02-07
1
-3
/
+2
*
Add new assist to remove dbg!() calls
Ville Penttinen
2019-02-07
2
-0
/
+126
*
Some clippy cleanups
kjeremy
2019-02-06
1
-3
/
+3
*
assists: compute edit
kjeremy
2019-02-06
1
-1
/
+1
*
move assists to a separate crate
Aleksey Kladov
2019-02-06
10
-0
/
+1389