Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make slow test parallel | Aleksey Kladov | 2020-07-11 | 1 | -18/+29 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-07-09 | 1 | -1/+2 |
| | |||||
* | Unify tests | Aleksey Kladov | 2020-07-09 | 1 | -34/+2 |
| | |||||
* | Unify magic env var name | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | Move parser specific tests utils to parser tests | Aleksey Kladov | 2020-07-01 | 1 | -1/+99 |
| | |||||
* | Implement APIs for parsing expressions, types, paths, patterns and items | David Lattimore | 2020-06-21 | 1 | -0/+66 |
| | |||||
* | 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 |
| | | | | | | | | The sytax tree output files now use .rast extension (rust-analyzer syntax tree or rust abstract syntax tree (whatever)). This format has a editors/code/ra_syntax_tree.tmGrammar.json declaration that supplies nice syntax highlighting for .rast files. | ||||
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 1 | -0/+1 |
| | | | | closes #3571 | ||||
* | 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 |