Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat | Aleksey Kladov | 2019-05-23 | 1 | -2/+2 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -57/+57 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 1 | -1/+1 |
* | Parse unsafe async / const unsafe fns properly | robojumper | 2019-04-03 | 1 | -6/+17 |
* | Async closure syntax | robojumper | 2019-03-31 | 1 | -1/+1 |
* | recognize async move | memoryruins | 2019-03-28 | 1 | -1/+1 |
* | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 1 | -53/+40 |
* | Apply stylistic changes suggested | pcpthm | 2019-03-18 | 1 | -13/+10 |
* | Refactor maybe_item to use Marker argument | pcpthm | 2019-03-17 | 1 | -47/+42 |
* | Add test for async block | Caio | 2019-03-10 | 1 | -1/+2 |
* | Add async keyword | Caio | 2019-03-09 | 1 | -1/+9 |
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 1 | -1/+1 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+392 |