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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ImplItem to ImplBlock
Florian Diebold
2019-01-04
1
-1
/
+1
*
parse minus before number literal
csmoe
2018-12-30
1
-0
/
+5
*
Improve parsing of incomplete field accesses in preparation for field completion
Florian Diebold
2018-12-25
1
-9
/
+7
*
Fix where clauses using fully qualified path syntax
DJMcNab
2018-12-21
1
-1
/
+6
*
Fix parsing of contextual_keyword union
DJMcNab
2018-12-20
1
-1
/
+1
*
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 the tests and fix the precommit hook
DJMcNab
2018-12-20
6
-9
/
+9
*
Fix missing DOTDOTEQs
DJMcNab
2018-12-20
1
-3
/
+3
*
Don't require a command before EQ in a where clause
DJMcNab
2018-12-20
1
-1
/
+1
*
Simplify NO_BLOCK testing
DJMcNab
2018-12-20
2
-11
/
+3
*
Fix ambiguity with if break
DJMcNab
2018-12-20
2
-5
/
+21
*
Add tests and only traverse in the crates directory
DJMcNab
2018-12-19
2
-2
/
+7
*
Move is_block to lower in the call tree
DJMcNab
2018-12-19
2
-54
/
+43
*
Revert "Revert to f6f7c5"
DJMcNab
2018-12-19
2
-19
/
+36
*
Fix handling of structs in match arms
DJMcNab
2018-12-19
1
-1
/
+1
*
Revert to f6f7c5
DJMcNab
2018-12-19
2
-36
/
+19
*
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
2
-21
/
+40
*
Fix at_ts doc comment
DJMcNab
2018-12-19
1
-1
/
+1
*
Fix parsing of inclusive ranges (#214)
DJMcNab
2018-12-19
2
-4
/
+8
*
Fixed cast expression parsing in ra_syntax.
Roland Ruckerbauer
2018-12-17
2
-9
/
+18
*
grand module rename
Aleksey Kladov
2018-12-08
3
-184
/
+0
*
Use json comparison code from cargo for heavy tests
Florian Diebold
2018-12-06
1
-1
/
+1
*
Improve/add the use_item documentation
DJMcNab
2018-12-05
1
-1
/
+54
*
Complete paths after ::
Aleksey Kladov
2018-11-21
2
-2
/
+2
*
rename ROOT -> SOURCE_FILE
Aleksey Kladov
2018-11-07
1
-1
/
+1
*
grammar: fix where clause parsing
Aleksey Kladov
2018-11-06
1
-1
/
+5
*
reduce code duplication
Aleksey Kladov
2018-11-05
2
-21
/
+19
*
grammar: for predicates in where
Aleksey Kladov
2018-11-05
2
-35
/
+67
*
clippy: Use if lets and remove redundant returns
Alan Du
2018-10-18
3
-10
/
+6
*
Cargo Format
Jeremy A. Kolb
2018-10-16
10
-117
/
+137
*
Parse crate paths in expressions
Aleksey Kladov
2018-10-15
1
-1
/
+1
*
Run cargo fix
Aleksey Kladov
2018-10-15
1
-1
/
+1
*
Support leading pipe in match arms
Daniel McNab
2018-10-03
1
-0
/
+3
*
support 2018 paths
Aleksey Kladov
2018-09-29
1
-3
/
+5
*
generate testsuite for impl_type
csmoe
2018-09-26
1
-5
/
+5
*
parse impl type
csmoe
2018-09-25
1
-10
/
+16
*
reject impl keyword in impl header
csmoe
2018-09-24
1
-2
/
+10
*
rename all things
Aleksey Kladov
2018-09-16
15
-0
/
+2720