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
/
parsing
/
reparsing.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simlify with matches!()
Veetaha
2020-06-28
1
-4
/
+1
*
Use more natural signature for Edit::apply
Aleksey Kladov
2020-05-05
1
-5
/
+9
*
Rename AtomTextEdit -> Indel
Aleksey Kladov
2020-05-05
1
-8
/
+8
*
Convert code to text-size
Aleksey Kladov
2020-04-25
1
-2
/
+2
*
Remove dat FIXME
Veetaha
2020-02-18
1
-1
/
+0
*
ra_syntax: fix reparsing merging errors, also now reparse_token() reports errors
Veetaha
2020-02-18
1
-7
/
+50
*
ra_syntax: followup fix for making SyntaxError::range() to return by value
Veetaha
2020-02-17
1
-1
/
+1
*
ra_syntax: SyntaxError::range() now returns by value
Veetaha
2020-02-17
1
-1
/
+1
*
ra_syntax: reshape SyntaxError for the sake of removing redundancy
Veetaha
2020-02-17
1
-10
/
+17
*
ra_syntax: removed unnecessary init statement from reparsing tests
Veetaha
2020-02-03
1
-3
/
+0
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
1
-12
/
+13
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
1
-19
/
+33
*
ra_syntax: changed added diagnostics information returned from tokenize() (im...
Veetaha
2020-02-03
1
-2
/
+1
*
:arrow_up: rowan
Aleksey Kladov
2020-01-09
1
-2
/
+1
*
switch to upstream rowan's API
Aleksey Kladov
2019-07-20
1
-6
/
+7
*
rename range -> text_range
Aleksey Kladov
2019-07-20
1
-5
/
+7
*
move debug_dump to fmt::Debug
Aleksey Kladov
2019-07-20
1
-2
/
+2
*
migrate ra_syntax to the new rowan API
Aleksey Kladov
2019-07-19
1
-11
/
+9
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-7
/
+8
*
remove old parsing methods
Aleksey Kladov
2019-05-28
1
-2
/
+2
*
update tests
Aleksey Kladov
2019-05-28
1
-5
/
+7
*
Change TokenSource to iteration based
Edwin Cheng
2019-05-25
1
-2
/
+2
*
apply T! macro where it is possible
Sergey Parilin
2019-05-15
1
-5
/
+6
*
migrate to untyped rowan
Aleksey Kladov
2019-04-09
1
-1
/
+1
*
switch to new rowan
Aleksey Kladov
2019-04-01
1
-62
/
+80
*
Fix reparsing failure when removing newline
pcpthm
2019-03-21
1
-0
/
+7
*
Fix reparsing bug on "{}{}"
pcpthm
2019-03-21
1
-1
/
+1
*
Fix reparsing bug when lex result is different
pcpthm
2019-03-21
1
-2
/
+9
*
Fix an arithmetic overflow in reparser
pcpthm
2019-03-21
1
-2
/
+2
*
rename
Aleksey Kladov
2019-02-23
1
-4
/
+4
*
kill utils module
Aleksey Kladov
2019-02-21
1
-3
/
+3
*
docs
Aleksey Kladov
2019-02-21
1
-2
/
+9
*
fix compilation
Aleksey Kladov
2019-02-21
1
-11
/
+10
*
make grammar independent of syntax tree
Aleksey Kladov
2019-02-21
1
-1
/
+5
*
move whitespace handling to tree builder
Aleksey Kladov
2019-02-21
1
-2
/
+3
*
move syntax error to parser
Aleksey Kladov
2019-02-20
1
-1
/
+1
*
simplify
Aleksey Kladov
2019-02-20
1
-1
/
+1
*
flattern module structure
Aleksey Kladov
2019-02-20
1
-4
/
+2
*
fix tests
Aleksey Kladov
2019-02-20
1
-3
/
+5
*
flatten modules
Aleksey Kladov
2019-02-20
1
-1
/
+2
*
move reparsers to grammar
Aleksey Kladov
2019-02-20
1
-25
/
+1
*
move all parsing related bits to a separate module
Aleksey Kladov
2019-02-20
1
-0
/
+370