Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -39/+39 |
| | |||||
* | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 1 | -1/+10 |
| | |||||
* | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | Allow MINUS at the start of a pattern. | Michael Chesser | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Introduce pattern_list to parse pipe separated patterns | Ville Penttinen | 2019-03-05 | 1 | -0/+16 |
| | | | | | pattern_list comes in two variants, one uses the default PAT_RECOVERY_SET as the recovery set, while other allows the user to provide a recovery set. | ||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+248 |