Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update grammar | Aleksey Kladov | 2020-08-01 | 1 | -1/+1 |
* | Rename PalceholderPat -> WildcardPat | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
* | Finalize impl Grammar | Aleksey Kladov | 2020-07-30 | 2 | -7/+7 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 2 | -2/+2 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 1 | -3/+3 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 4 | -4/+4 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 9 | -10/+10 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 1 | -1/+1 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 2 | -5/+5 |
* | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 2 | -0/+16 |
* | Update parser tests with env var | Aleksey Kladov | 2020-06-15 | 1 | -1/+0 |
* | Move default const test out of line | Avi Dessauer | 2020-06-04 | 2 | -43/+0 |
* | Update tests | Avi Dessauer | 2020-06-04 | 2 | -0/+43 |
* | Parse default unsafe & default const | Avi Dessauer | 2020-06-04 | 1 | -14/+20 |
* | Update test data | Aleksey Kladov | 2020-05-02 | 9 | -182/+170 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 14 | -554/+554 |
* | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 2 | -0/+52 |
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 10 | -19/+19 |
* | Migrate tests .txt -> .rast | veetaha | 2020-04-06 | 13 | -0/+0 |
* | 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 |