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
/
syntax_error.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ra_syntax: remove message() method and use only Display trait in SyntaxError ...
Veetaha
2020-02-17
1
-3
/
+0
*
ra_syntax: change module-level documentation for syntax_error to "see X" as p...
Veetaha
2020-02-17
1
-1
/
+1
*
ra_syntax: SyntaxError::range() now returns by value
Veetaha
2020-02-17
1
-2
/
+2
*
ra_syntax: Apply Aleksei Kladov suggestion about TextRange of TextUnit
Veetaha
2020-02-17
1
-1
/
+1
*
Change semmantical analyzis to tree validation as per @matklad
Veetaha
2020-02-17
1
-1
/
+1
*
ra_syntax: reshape SyntaxError for the sake of removing redundancy
Veetaha
2020-02-17
1
-188
/
+26
*
ra_syntax: add backticks around tokens specimen
Veetaha
2020-02-03
1
-12
/
+23
*
ra_syntax: remove backticks from TokenizeError message since that is not Mark...
Veetaha
2020-02-03
1
-9
/
+9
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
1
-0
/
+42
*
ra_syntax: changed added diagnostics information returned from tokenize() (im...
Veetaha
2020-02-03
1
-1
/
+6
*
Move inclusive range check to validation
Geoffry Song
2019-11-15
1
-0
/
+4
*
Forbid visibility qualifiers in traits
Aleksey Kladov
2019-11-11
1
-0
/
+4
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-4
/
+1
*
flip Into to From
Aleksey Kladov
2019-05-29
1
-6
/
+6
*
show error offsets in tests
Aleksey Kladov
2019-05-29
1
-1
/
+10
*
share literal validation logic with compiler
Aleksey Kladov
2019-05-07
1
-59
/
+45
*
Parse and infer tuple indices
robojumper
2019-04-06
1
-0
/
+4
*
Fix an arithmetic overflow in reparser
pcpthm
2019-03-21
1
-3
/
+3
*
fix compilation
Aleksey Kladov
2019-02-21
1
-1
/
+3
*
move syntax error to parser
Aleksey Kladov
2019-02-20
1
-4
/
+1
*
flatten modules
Aleksey Kladov
2019-02-20
1
-0
/
+146