Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 |
* | Handle `Struct { box i }` syntax | Dylan MacKenzie | 2019-08-24 | 1 | -0/+3 |
* | Centralize `box` pattern tests in `patterns.rs` | Dylan MacKenzie | 2019-08-24 | 1 | -5/+0 |
* | Parse `BoxPat` | Dylan MacKenzie | 2019-08-24 | 1 | -19/+32 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -8/+8 |
* | Add BOX_KW to PATTERN_FIRST | Dylan MacKenzie | 2019-08-22 | 1 | -1/+1 |
* | Fix is_path_start to accept T![<], fix is_path_start usages | Evgenii P | 2019-08-13 | 1 | -2/+2 |
* | fix: box_pattern | csmoe | 2019-06-19 | 1 | -0/+3 |
* | 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 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+248 |