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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-21
1
-3
/
+1
*
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Benjamin Coenen
2020-04-21
7
-27
/
+52
|
\
|
*
Some clippy fixes
Jeremy Kolb
2020-04-19
1
-1
/
+1
|
*
Fix goto definition for record patterns
Aleksey Kladov
2020-04-18
1
-6
/
+22
|
*
Add semantic tag for unresolved references
Aleksey Kladov
2020-04-18
4
-20
/
+23
|
*
Merge #4029
bors[bot]
2020-04-18
1
-0
/
+6
|
|
\
|
|
*
Ignore proc-macro in completion
Edwin Cheng
2020-04-18
1
-0
/
+6
*
|
|
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-21
4
-48
/
+47
*
|
|
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Benjamin Coenen
2020-04-18
7
-18
/
+140
|
\
|
|
|
*
|
Merge #4026
bors[bot]
2020-04-18
1
-1
/
+10
|
|
\
\
|
|
*
|
Omit more parameter hints in the presence of underscores
Laurențiu Nicola
2020-04-18
1
-1
/
+10
|
|
|
/
|
*
/
Fix incorrect order of syntax highlight ranges
Leander Tentrup
2020-04-17
2
-1
/
+14
|
|
/
|
*
Don\t suggest import itself as a completion for import
Aleksey Kladov
2020-04-17
2
-1
/
+40
|
*
Merge #4010
bors[bot]
2020-04-17
1
-6
/
+66
|
|
\
|
|
*
Correctly highlight ranges of diagnostics from macros
Aleksey Kladov
2020-04-17
1
-6
/
+66
|
*
|
Better snippet when completing trait method
Aleksey Kladov
2020-04-17
1
-9
/
+10
|
|
/
*
|
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-17
1
-5
/
+1
*
|
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Benjamin Coenen
2020-04-17
2
-2
/
+2
|
\
|
|
*
Don't expose SyntaxNodePtr impl details
Aleksey Kladov
2020-04-16
1
-1
/
+1
|
*
insta 0.16
kjeremy
2020-04-14
1
-1
/
+1
*
|
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-17
4
-77
/
+52
*
|
feat: improve dot completions with scoring
Benjamin Coenen
2020-04-16
6
-108
/
+91
*
|
feat: improve dot completions in a struct literal expression
Benjamin Coenen
2020-04-15
4
-31
/
+196
*
|
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Benjamin Coenen
2020-04-14
5
-11
/
+37
|
\
|
|
*
Merge #3955
bors[bot]
2020-04-11
4
-5
/
+22
|
|
\
|
|
*
Align grammar for record patterns and literals
Aleksey Kladov
2020-04-11
4
-5
/
+22
|
*
|
Remove #[should_panic] from call_info tests
Jeremy Kolb
2020-04-11
1
-6
/
+15
|
|
/
*
|
Improve autocompletion by looking on the type and name, change implementation...
Benjamin Coenen
2020-04-12
3
-26
/
+96
*
|
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-11
10
-41
/
+103
|
\
|
|
*
Make records grammar more orthogonal
Aleksey Kladov
2020-04-11
2
-2
/
+2
|
*
Merge pull request #3910 from lnicola/fn-named-param-hint
Aleksey Kladov
2020-04-11
1
-5
/
+12
|
|
\
|
|
*
Hide parameter hints for single-argument functions with the same name
Laurențiu Nicola
2020-04-09
1
-5
/
+12
|
*
|
Rename some tokens
Aleksey Kladov
2020-04-10
2
-6
/
+6
|
*
|
Semicolon token
Aleksey Kladov
2020-04-10
1
-1
/
+1
|
*
|
Simpler acessors for keywords
Aleksey Kladov
2020-04-09
2
-3
/
+3
|
*
|
Drop needless trait
Aleksey Kladov
2020-04-09
1
-14
/
+16
|
|
/
|
*
Merge #3901
bors[bot]
2020-04-09
1
-6
/
+46
|
|
\
|
|
*
use .expr() to remove ref
IceSentry
2020-04-09
1
-5
/
+10
|
|
*
clean up param hint checking
IceSentry
2020-04-09
1
-18
/
+18
|
|
*
better `&mut ` and `&` matching
IceSentry
2020-04-09
1
-6
/
+6
|
|
*
ignore `&mut ` and `&` when checking params
IceSentry
2020-04-09
1
-3
/
+13
|
|
*
remove TODO
IceSentry
2020-04-08
1
-1
/
+0
|
|
*
Add more heuristics for hiding obvious param hints
IceSentry
2020-04-08
1
-4
/
+30
|
*
|
Be consistent about token accesors
Aleksey Kladov
2020-04-09
3
-3
/
+6
|
|
/
*
/
Improve autocompletion by looking on the type and name
Benjamin Coenen
2020-04-11
6
-30
/
+194
|
/
*
Merge #3826
bors[bot]
2020-04-08
5
-51
/
+148
|
\
|
*
Simplify HTML highlighter and add test case for highlight_injection logic
Leander Tentrup
2020-04-06
5
-59
/
+97
|
*
Flatten nested highlight ranges during DFS traversal
Leander Tentrup
2020-04-03
2
-6
/
+65
*
|
Move computation of missing fields into hir
Aleksey Kladov
2020-04-07
1
-50
/
+9
*
|
Add functional update test
Aleksey Kladov
2020-04-07
1
-0
/
+33
[next]