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_syntax
/
src
/
grammar
/
expressions.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse and validate attributes in blocks
DJMcNab
2019-01-28
1
-0
/
+2
*
Stop using let_stmt twice
DJMcNab
2019-01-27
1
-43
/
+41
*
Make attrs be a child of the let statement
DJMcNab
2019-01-26
1
-6
/
+9
*
Support attributes on let statements
DJMcNab
2019-01-26
1
-20
/
+30
*
Struct literals should not be a `BlockLike::Block`
DJMcNab
2019-01-26
1
-1
/
+1
*
Support universal function call syntax in function calls
DJMcNab
2019-01-24
1
-0
/
+2
*
make token set a const-fn
Aleksey Kladov
2019-01-19
1
-4
/
+2
*
Improve parsing of incomplete field accesses in preparation for field completion
Florian Diebold
2018-12-25
1
-9
/
+7
*
Use a better way of skipping SEMIs
DJMcNab
2018-12-20
1
-6
/
+6
*
Support a blank expression before a semicolon
DJMcNab
2018-12-20
1
-0
/
+6
*
Fix missing DOTDOTEQs
DJMcNab
2018-12-20
1
-3
/
+3
*
Add tests and only traverse in the crates directory
DJMcNab
2018-12-19
1
-2
/
+6
*
Move is_block to lower in the call tree
DJMcNab
2018-12-19
1
-44
/
+33
*
Revert "Revert to f6f7c5"
DJMcNab
2018-12-19
1
-13
/
+26
*
Revert to f6f7c5
DJMcNab
2018-12-19
1
-26
/
+13
*
Fix expression parsing by bailing out upon a macro block being found
DJMcNab
2018-12-19
1
-14
/
+12
*
Possibly fix #225
DJMcNab
2018-12-19
1
-15
/
+30
*
Fix at_ts doc comment
DJMcNab
2018-12-19
1
-1
/
+1
*
Fix parsing of inclusive ranges (#214)
DJMcNab
2018-12-19
1
-2
/
+2
*
Fixed cast expression parsing in ra_syntax.
Roland Ruckerbauer
2018-12-17
1
-1
/
+5
*
grand module rename
Aleksey Kladov
2018-12-08
1
-0
/
+455