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_ide_api
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Employ early return pattern more
Evgenii P
2019-08-04
1
-15
/
+19
*
Use std::future::Future trait from stdlib
Evgenii P
2019-08-03
1
-11
/
+8
*
do fixup: remove unused imports in complete_dot.rs
Evgenii P
2019-08-02
1
-4
/
+1
*
Change postfix completion to keyword completion
Evgenii P
2019-08-02
1
-22
/
+8
*
Use future lang item instead of hardcoded std::future::Future
Evgenii P
2019-08-02
1
-6
/
+11
*
rustfmt
Evgenii P
2019-08-02
1
-6
/
+6
*
Implement completion for the .await syntax
Evgenii P
2019-08-02
1
-10
/
+70
*
Merge #1601
bors[bot]
2019-07-29
38
-1064
/
+870
|
\
|
*
Rerun cargo format, to make tests pass and formatting incorrect
Phil Ellison
2019-07-28
2
-7
/
+7
|
*
Remove vertical ellipses in references.cs
Phil Ellison
2019-07-28
1
-34
/
+33
|
*
Remove vertical ellipses from tests in complete_snippet.rs and presentation.rs
Phil Ellison
2019-07-28
2
-102
/
+94
|
*
Remove vertical ellipses from tests in complete_scope.rs
Phil Ellison
2019-07-28
1
-243
/
+225
|
*
cargo format
Phil Ellison
2019-07-28
5
-117
/
+117
|
*
Inline snapshot for test_file_structure (less clear that this one is a good i...
Phil Ellison
2019-07-28
2
-192
/
+187
|
*
Inline snapshots for all tests in runnables.rs
Phil Ellison
2019-07-28
5
-88
/
+68
|
*
Inline snapshots for all tests in references.rs
Phil Ellison
2019-07-28
2
-39
/
+33
|
*
Inline snapshots for all tests in complete_snippet, remove now-unused check_c...
Phil Ellison
2019-07-28
7
-81
/
+58
|
*
Inline snapshots for all tests in presentation.rs
Phil Ellison
2019-07-28
7
-177
/
+152
|
*
Inline snapshots for all tests in complete_scope.rs
Phil Ellison
2019-07-28
14
-434
/
+396
|
*
Remove unused highlights_code_inside_macro snapshot, inline rename_mod_in_dir...
Phil Ellison
2019-07-28
3
-83
/
+33
*
|
Support destructuring patterns
Kirill Bulatov
2019-07-28
1
-47
/
+305
*
|
Improve inlay hinting for types
Kirill Bulatov
2019-07-26
1
-61
/
+121
*
|
Make Analysis api cancellable
Kirill Bulatov
2019-07-25
4
-49
/
+58
|
/
*
show local variable types in completion
Ekaterina Babshukova
2019-07-23
5
-9
/
+22
*
Code review fixes
Kirill Bulatov
2019-07-22
1
-29
/
+20
*
Use SmolStr for the type text
Kirill Bulatov
2019-07-21
1
-3
/
+6
*
Fix the string conversions
Kirill Bulatov
2019-07-21
1
-2
/
+2
*
Merge branch 'master' into add-type-lenses
Kirill Bulatov
2019-07-21
12
-48
/
+154
|
\
|
*
Merge #1570
bors[bot]
2019-07-21
9
-37
/
+43
|
|
\
|
|
*
streamline API
Aleksey Kladov
2019-07-21
5
-14
/
+21
|
|
*
switch to upstream rowan's API
Aleksey Kladov
2019-07-20
5
-23
/
+22
|
*
|
provide completion in struct patterns
Ekaterina Babshukova
2019-07-21
4
-11
/
+111
|
|
/
*
|
Resolve types on the server
Kirill Bulatov
2019-07-21
2
-54
/
+74
*
|
Code review fixes
Kirill Bulatov
2019-07-21
3
-69
/
+62
*
|
Refactor server api
Kirill Bulatov
2019-07-20
4
-27
/
+180
*
|
Fix tuple type lens resolution
Kirill Bulatov
2019-07-20
1
-3
/
+4
*
|
Do not show a lens when the type is declared explicitly
Kirill Bulatov
2019-07-20
1
-0
/
+4
*
|
Fix rebase issue
Kirill Bulatov
2019-07-20
1
-1
/
+1
*
|
If possible, show type lenses for the let bindings
Kirill Bulatov
2019-07-20
1
-0
/
+22
|
/
*
align SyntaxText API with upstream
Aleksey Kladov
2019-07-20
4
-6
/
+7
*
rename range -> text_range
Aleksey Kladov
2019-07-20
22
-92
/
+107
*
move debug_dump to fmt::Debug
Aleksey Kladov
2019-07-20
2
-4
/
+4
*
flip syntax text to use internal iteration
Aleksey Kladov
2019-07-19
1
-3
/
+3
*
drop memory size of subtree
Aleksey Kladov
2019-07-19
1
-11
/
+4
*
convenience api
Aleksey Kladov
2019-07-19
3
-5
/
+4
*
several highlighting cleanups
Aleksey Kladov
2019-07-19
4
-66
/
+68
*
migrate ra_ide_api to the new rowan
Aleksey Kladov
2019-07-19
29
-290
/
+342
*
use Parse in mbe
Aleksey Kladov
2019-07-18
1
-4
/
+4
*
make Parse generic
Aleksey Kladov
2019-07-18
3
-6
/
+8
*
Merge #1547
bors[bot]
2019-07-18
1
-5
/
+4
|
\
[next]