Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -4/+4 |
* | Migrate tests .txt -> .rast | veetaha | 2020-04-06 | 1 | -7/+7 |
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 1 | -0/+1 |
* | Remove some TextUnit->usize escapees | CAD97 | 2020-03-13 | 1 | -5/+5 |
* | ra_syntax: SyntaxError::range() now returns by value | Veetaha | 2020-02-17 | 1 | -8/+2 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 1 | -16/+5 |
* | ra_syntax: added tests for tokenization errors | Veetaha | 2020-02-03 | 1 | -22/+58 |
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 1 | -1/+1 |
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -1/+2 |
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 1 | -1/+15 |
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -0/+101 |