Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ra_syntax: remove message() method and use only Display trait in SyntaxError ↵ | Veetaha | 2020-02-17 | 1 | -3/+0 |
| | | | | as per matklad | ||||
* | ra_syntax: change module-level documentation for syntax_error to "see X" as ↵ | Veetaha | 2020-02-17 | 1 | -1/+1 |
| | | | | per matklad | ||||
* | 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 |
| | | | Co-Authored-By: Aleksey Kladov <[email protected]> | ||||
* | Change semmantical analyzis to tree validation as per @matklad | Veetaha | 2020-02-17 | 1 | -1/+1 |
| | | | Co-Authored-By: Aleksey Kladov <[email protected]> | ||||
* | 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 ↵ | Veetaha | 2020-02-03 | 1 | -9/+9 |
| | | | | Markdown ;( | ||||
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -0/+42 |
| | |||||
* | ra_syntax: changed added diagnostics information returned from tokenize() ↵ | Veetaha | 2020-02-03 | 1 | -1/+6 |
| | | | | (implemented with iterators) | ||||
* | 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 |
| | | | | #1856 | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+1 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | 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 |