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_parser
/
src
/
grammar
/
expressions
/
atom.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix is_path_start to accept T![<], fix is_path_start usages
Evgenii P
2019-08-13
1
-1
/
+1
*
fix: parse box syntax inside parentheses
csmoe
2019-07-22
1
-0
/
+3
*
Remove parse error on array initializer attributes
Ryan Cumming
2019-06-30
1
-11
/
+0
*
Support attributes on array members
Ryan Cumming
2019-06-30
1
-0
/
+28
*
fix: box_pattern
csmoe
2019-06-19
1
-0
/
+15
*
[#1083] Try block syntax: fix tests
Andrey Tkachenko
2019-06-06
1
-7
/
+7
*
[#1083] Try block syntax
Andrey Tkachenko
2019-06-06
1
-1
/
+17
*
apply T! macro where it is possible
Sergey Parilin
2019-05-15
1
-72
/
+72
*
Merge #1082
bors[bot]
2019-04-01
1
-0
/
+1
|
\
|
*
Async block in argument position
Andrey Tkachenko
2019-04-01
1
-0
/
+1
*
|
Async closure syntax
robojumper
2019-03-31
1
-2
/
+12
|
/
*
recognize async move
memoryruins
2019-03-28
1
-2
/
+2
*
Allow attributes on top level expression
pcpthm
2019-03-19
1
-2
/
+2
*
Fix parse tree of attribute on match arm
pcpthm
2019-03-17
1
-15
/
+15
*
Add async keyword
Caio
2019-03-09
1
-0
/
+5
*
Introduce pattern_list to parse pipe separated patterns
Ville Penttinen
2019-03-05
1
-10
/
+2
*
Add support for parsing multiple if and while-let patterns
Ville Penttinen
2019-03-04
1
-0
/
+10
*
move parser to a separate crate
Aleksey Kladov
2019-02-21
1
-0
/
+475