Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize Parser::is_composite a little | Laurențiu Nicola | 2019-08-05 | 1 | -19/+35 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | fix: never type with binding | csmoe | 2019-06-07 | 1 | -1/+1 |
* | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 1 | -24/+33 |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -13/+12 |
* | Skip Dollars when bump raw token | Edwin Cheng | 2019-05-01 | 1 | -1/+9 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 1 | -4/+60 |
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -13/+79 |
* | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 1 | -0/+12 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -2/+2 |
* | Replace `contract_child` to a less ad-hoc API | pcpthm | 2019-03-19 | 1 | -30/+27 |
* | Mark non-code block as text | pcpthm | 2019-03-19 | 1 | -1/+1 |
* | Allow attributes on top level expression | pcpthm | 2019-03-19 | 1 | -0/+23 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+267 |