Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 2 | -7/+7 |
* | ra_syntax: migrate test data to 0-length text-range of SyntaxError when const... | Veetaha | 2020-02-17 | 12 | -34/+34 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 11 | -32/+32 |
* | Update async unsafe fn ordering. | Emil Lauridsen | 2020-02-07 | 2 | -7/+7 |
* | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 1 | -8/+12 |
* | Add tests for underscores in `const` and `static` items | Dylan MacKenzie | 2019-09-15 | 1 | -0/+21 |
* | Allow an underscore as the identifier in `const` items | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 |
* | update test data | Aleksey Kladov | 2019-09-02 | 8 | -141/+152 |
* | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 1 | -3/+4 |
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 24 | -0/+496 |