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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run cargo +nightly fix --clippy -Z unstable-options
Kirill Bulatov
2020-02-18
1
-1
/
+1
*
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
2
-76
/
+43
*
ra_syntax: removed unnecessary init statement from reparsing tests
Veetaha
2020-02-03
1
-3
/
+0
*
ra_syntax: rename first_token() -> lex_first_token()
Veetaha
2020-02-03
1
-3
/
+3
*
ra_syntax: fixed a typo in doc comment
Veetaha
2020-02-03
1
-2
/
+4
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
3
-162
/
+180
*
add better docs for tokenize errors
Veetaha
2020-02-03
1
-2
/
+2
*
ra_syntax: moved ParsedToken derive attribute under the doc comment
Veetaha
2020-02-03
1
-1
/
+1
*
ra_syntax: fixed doc comment
Veetaha
2020-02-03
1
-1
/
+1
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
3
-177
/
+185
*
ra_syntax: changed added diagnostics information returned from tokenize() (im...
Veetaha
2020-02-03
2
-72
/
+230
*
:arrow_up: rowan
Aleksey Kladov
2020-01-09
1
-2
/
+1
*
Attach docs to statics
kjeremy
2019-10-31
1
-1
/
+1
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
3
-0
/
+6
*
Fix outer doc-comments of `macro_rules`
uHOOCCOOHu
2019-09-09
1
-2
/
+2
*
rename struct -> record, pos -> tuple
Aleksey Kladov
2019-08-23
1
-1
/
+1
*
:arrow_up: rustc_lexer
Aleksey Kladov
2019-08-20
1
-88
/
+48
*
Change macro to function
Evgenii P
2019-08-09
1
-15
/
+13
*
rustfmt
Evgenii P
2019-08-09
1
-10
/
+10
*
Reduce code duplication in lexer by introducing small macro
Evgenii P
2019-08-09
1
-20
/
+17
*
kill old lexer
Aleksey Kladov
2019-07-22
6
-571
/
+17
*
add rustc_lexer
Aleksey Kladov
2019-07-22
1
-4
/
+104
*
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
*
Some clippy fixes for 1.36
Jeremy Kolb
2019-07-04
1
-1
/
+1
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
5
-21
/
+16
*
fix: clean up warnings
csmoe
2019-06-06
1
-3
/
+3
*
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
2
-15
/
+36
*
apply T! macro where it is possible
Sergey Parilin
2019-05-15
2
-17
/
+19
*
Refactor parser handle mult-char punct internally
Edwin Cheng
2019-04-28
1
-59
/
+12
*
migrate to untyped rowan
Aleksey Kladov
2019-04-09
1
-1
/
+1
*
Add proper test for literals and fixed typo bug
Edwin Cheng
2019-04-05
1
-1
/
+1
*
Add classify_literal and undo expose next_token
Edwin Cheng
2019-04-05
1
-0
/
+9
*
switch to new rowan
Aleksey Kladov
2019-04-01
2
-76
/
+94
*
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 lexer not producing right token on "_"
pcpthm
2019-03-21
1
-0
/
+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 type to type_alias in the AST as well
Aleksey Kladov
2019-02-25
1
-1
/
+1
*
introduce tree builder
Aleksey Kladov
2019-02-23
1
-16
/
+12
*
rename
Aleksey Kladov
2019-02-23
3
-15
/
+15
[next]