| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 26 | -96/+96 |
* | Migrate tests .txt -> .rast | veetaha | 2020-04-06 | 38 | -0/+0 |
* | Fix parsing lambdas with return type | Aleksey Kladov | 2020-03-25 | 1 | -14/+16 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 4 | -5/+5 |
* | ra_syntax: migrate test data to 0-length text-range of SyntaxError when const... | Veetaha | 2020-02-17 | 34 | -208/+208 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 35 | -211/+211 |
* | Nest attrs into exprs in function args | Aleksey Kladov | 2020-01-17 | 1 | -18/+12 |
* | Extract expr_with_attrs | Aleksey Kladov | 2020-01-17 | 1 | -10/+14 |
* | Simplify array parsing | Aleksey Kladov | 2020-01-16 | 1 | -20/+13 |
* | Add macro 2.0 support in parser | Edwin Cheng | 2019-12-21 | 2 | -343/+0 |
* | Improve recovery for incomplete lambdas | Aleksey Kladov | 2019-12-17 | 2 | -0/+88 |
* | Attempt to implement typed accessors | Geoffry Song | 2019-11-15 | 1 | -1/+1 |
* | Move inclusive range check to validation | Geoffry Song | 2019-11-15 | 2 | -8/+15 |
* | Fix parsing of "postfix" range expressions. | Geoffry Song | 2019-11-15 | 2 | -0/+27 |
* | Forbid visibility qualifiers in traits | Aleksey Kladov | 2019-11-11 | 2 | -0/+105 |
* | fix parsing of for loops inside expressions | Aleksey Kladov | 2019-10-28 | 1 | -48/+43 |
* | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 5 | -84/+102 |
* | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 2 | -0/+53 |
* | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 3 | -1/+60 |
* | update test data | Aleksey Kladov | 2019-09-02 | 22 | -1441/+1474 |
* | Generate and bless tests | Dylan MacKenzie | 2019-08-24 | 1 | -0/+95 |
* | Centralize `box` pattern tests in `patterns.rs` | Dylan MacKenzie | 2019-08-24 | 1 | -0/+6 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 7 | -26/+26 |
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 65 | -0/+3196 |