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
...
*
rename
Aleksey Kladov
2019-04-11
4
-6
/
+6
*
introduce SourceAnalyzer
Aleksey Kladov
2019-04-11
4
-28
/
+16
*
Stylistic changes. Updated features.md with the new assists.
Marco Groppo
2019-04-09
1
-8
/
+6
*
Add explicit type assist.
Marco Groppo
2019-04-08
2
-0
/
+97
*
remove flavor
Aleksey Kladov
2019-04-02
1
-2
/
+2
*
add ast::tokens
Aleksey Kladov
2019-04-02
2
-8
/
+3
*
intelligently add parens when inlining local varaibles
gfreezy
2019-04-01
2
-44
/
+391
*
switch to new rowan
Aleksey Kladov
2019-04-01
12
-56
/
+62
*
Flip any binary expression except assignments.
Marco Groppo
2019-03-26
1
-64
/
+56
*
Assist to flip (some) binary expressions.
Marco Groppo
2019-03-25
3
-88
/
+151
*
Merge #1037
bors[bot]
2019-03-25
2
-0
/
+300
|
\
|
*
use | instead of multiple match arms
gfreezy
2019-03-25
1
-27
/
+27
|
*
inline immutable local varialbe
gfreezy
2019-03-25
2
-0
/
+300
*
|
Merge #1036
bors[bot]
2019-03-25
2
-0
/
+88
|
\
\
|
|
/
|
/
|
|
*
Target only the actual operator.
Marco Groppo
2019-03-24
1
-12
/
+11
|
*
Minor formatting changes.
Marco Groppo
2019-03-24
1
-1
/
+1
|
*
Assist to flip equality (==) and negative equality (!=) operands.
Marco Groppo
2019-03-24
2
-0
/
+89
*
|
Add assist for adding default methods
gfreezy
2019-03-23
2
-3
/
+59
*
|
Add impl members assist shold not copy docstrings, attrs and default methods.
gfreezy
2019-03-23
1
-22
/
+42
|
/
*
Remove the old variants replaced by Ty::Apply
Florian Diebold
2019-03-21
2
-12
/
+8
*
Improve performance and ordering
Caio
2019-03-20
1
-21
/
+15
*
Fill partial fields
Caio
2019-03-20
1
-32
/
+127
*
Merge #989
bors[bot]
2019-03-18
2
-0
/
+153
|
\
|
*
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
*
|
Move the primary assist fn to the top of the file
Igor Matuszewski
2019-03-16
1
-30
/
+30
*
|
Provide assist when cursor is immediately outside impl item block
Igor Matuszewski
2019-03-16
1
-14
/
+18
*
|
Do a cleanup/legibility pass
Igor Matuszewski
2019-03-16
1
-21
/
+21
*
|
Take into account parent indent when filling trait members
Igor Matuszewski
2019-03-16
1
-9
/
+41
*
|
Simplify trait resolution fragment
Igor Matuszewski
2019-03-16
1
-6
/
+3
*
|
Ignore unnamed trait fns and add more tests
Igor Matuszewski
2019-03-16
1
-2
/
+70
*
|
Simplify calculation of missing functions
Igor Matuszewski
2019-03-16
1
-9
/
+2
*
|
Properly support the case when the cursor is inside an empty block or outside
Igor Matuszewski
2019-03-16
1
-15
/
+44
*
|
Redo indent calculation when adding missing impl members
Igor Matuszewski
2019-03-16
1
-9
/
+21
*
|
Implement a simple working assist
Igor Matuszewski
2019-03-16
1
-13
/
+59
*
|
Calculate missing functions from impl body
Igor Matuszewski
2019-03-16
1
-1
/
+62
*
|
Add 'add_missing_impl_members' assist stub
Igor Matuszewski
2019-03-16
2
-0
/
+43
|
/
*
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
[prev]
[next]