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
*
don't complete top level attrs inside nested attrs and add better labels #4899
Benjamin Coenen
2020-06-22
1
-8
/
+1
*
don't complete top level attrs inside nested attrs and add better labels #4899
Benjamin Coenen
2020-06-21
1
-16
/
+105
*
don't complete top level attrs inside nested attrs and add better labels #4890
Benjamin Coenen
2020-06-18
1
-16
/
+8
*
don't complete top level attrs inside nested attrs and add better labels #4890
Benjamin Coenen
2020-06-15
1
-63
/
+123
*
Merge #4877
bors[bot]
2020-06-15
3
-16
/
+37
|
\
|
*
Fix syntax highlighting of recursive macros
Leander Tentrup
2020-06-15
3
-16
/
+37
*
|
Deprecate hir::Path::from_ast
Aleksey Kladov
2020-06-15
1
-0
/
+1
|
/
*
Merge #4868
bors[bot]
2020-06-13
1
-4
/
+4
|
\
|
*
Fix if and while postfix completions
Aleksey Kladov
2020-06-13
1
-4
/
+4
*
|
More concise completion tests
Aleksey Kladov
2020-06-13
2
-182
/
+146
*
|
Cleanup
Aleksey Kladov
2020-06-13
4
-255
/
+154
*
|
Add keywords completions on source file position
Mikhail Rakhmanov
2020-06-13
3
-21
/
+124
*
|
Merge branch 'master' into keyword_completion
Mikhail Rakhmanov
2020-06-13
22
-257
/
+1438
|
\
|
|
*
simplify determining whether the field is a tuple field
OptimalStrategy
2020-06-12
1
-5
/
+1
|
*
Fix invalid shorthand initialization diagnostic for tuple structs
OptimalStrategy
2020-06-12
1
-1
/
+18
|
*
Merge #4849
bors[bot]
2020-06-11
1
-34
/
+22
|
|
\
|
|
*
Update wrap return tests
Jonas Schievink
2020-06-11
1
-29
/
+17
|
|
*
Make known paths use `core` instead of `std`
Jonas Schievink
2020-06-11
1
-9
/
+9
|
*
|
Indent chain `.` even if there's more stuff afterwards
Aleksey Kladov
2020-06-11
1
-6
/
+32
|
|
/
|
*
In field patterns, don't highlight local binding as a field
Aleksey Kladov
2020-06-10
2
-13
/
+17
|
*
Simplify
Aleksey Kladov
2020-06-08
4
-9
/
+9
|
*
Better unsafe highlihgting tests
Aleksey Kladov
2020-06-08
8
-9
/
+16
|
*
Highlight only the unsafe operator itself
Aleksey Kladov
2020-06-08
1
-6
/
+2
|
*
Merge #4775
bors[bot]
2020-06-08
2
-2
/
+25
|
|
\
|
|
*
Use explicit match for extracting def from `classify_name`
unexge
2020-06-08
1
-2
/
+5
|
|
*
Add `FieldShorthand` variant to `NameClass`
unexge
2020-06-08
2
-1
/
+2
|
|
*
Add goto def for enum variant field
unexge
2020-06-06
1
-0
/
+19
|
*
|
Merge #4683
bors[bot]
2020-06-08
4
-46
/
+368
|
|
\
\
|
|
*
|
Implement syntax highlighting for doctests
Leander Tentrup
2020-06-08
4
-46
/
+368
|
*
|
|
Merge #4773
bors[bot]
2020-06-08
2
-9
/
+225
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Apply suggestions from code review
vsrs
2020-06-08
1
-4
/
+8
|
|
*
|
Disable runnables lookup in macro-generated code.
vsrs
2020-06-06
1
-1
/
+10
|
|
*
|
Add Run|Debug hover actions
vsrs
2020-06-06
2
-9
/
+134
|
|
*
|
Preliminary runnables refactoring
vsrs
2020-06-06
1
-0
/
+78
|
|
|
/
|
*
|
Merge #4781
bors[bot]
2020-06-08
1
-32
/
+27
|
|
\
\
|
|
*
|
Remove redundancy in syntax highlighting tests
Leander Tentrup
2020-06-07
1
-32
/
+27
|
|
|
/
|
*
/
Fix bug in lexer for format specifier where the `type` and `width` were not c...
Leander Tentrup
2020-06-07
1
-1
/
+1
|
|
/
|
*
Fix type parameter defaults
Florian Diebold
2020-06-05
2
-3
/
+3
|
*
-
.
Merge #4729 #4748
bors[bot]
2020-06-05
2
-13
/
+137
|
|
\
\
|
|
*
|
Add enum hover action test.
vsrs
2020-06-05
1
-0
/
+15
|
|
*
|
Rebase on the latest master.
vsrs
2020-06-05
1
-3
/
+3
|
|
*
|
Code formatting
vsrs
2020-06-05
2
-4
/
+3
|
|
*
|
Add hover actions as LSP extension
vsrs
2020-06-05
2
-13
/
+123
|
|
|
/
|
*
/
Inlay Hints: more directly account for self param
Aleksey Kladov
2020-06-05
1
-2
/
+1
|
|
/
|
*
Merge branch 'master' into compute-lazy-assits
Mikhail Rakhmanov
2020-06-03
12
-20
/
+315
|
|
\
|
|
*
Merge #4678
bors[bot]
2020-06-03
1
-2
/
+11
|
|
|
\
|
|
|
*
Use split1 when formatting function signature params
Aaron Loucks
2020-06-03
1
-5
/
+3
|
|
|
*
Unsquish parameter types in tooltips for macro-generated functions
Aaron Loucks
2020-05-31
1
-1
/
+12
|
|
*
|
Consolidate documentation expansion and merging
Aaron Loucks
2020-06-03
1
-53
/
+7
|
|
*
|
Add basic hover and completion doc tests for macro generated items
Aaron Loucks
2020-06-03
2
-1
/
+181
[next]