Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 4 | -0/+111 |
* | Skip Dollars when bump raw token | Edwin Cheng | 2019-05-01 | 1 | -1/+9 |
* | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 1 | -1/+10 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 2 | -5/+61 |
* | Simplify | kjeremy | 2019-04-26 | 1 | -6/+6 |
* | Fix more bugs | Edwin Cheng | 2019-04-25 | 1 | -1/+16 |
* | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 2 | -2/+3 |
* | Add vis matcher | Edwin Cheng | 2019-04-19 | 2 | -1/+8 |
* | add block matcher | Edwin Cheng | 2019-04-19 | 2 | -0/+31 |
* | Add block matcher | Edwin Cheng | 2019-04-19 | 2 | -0/+9 |
* | Add expr, pat, ty and macro_stmts | Edwin Cheng | 2019-04-18 | 3 | -10/+58 |
* | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 3 | -0/+14 |
* | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 2 | -0/+9 |
* | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 3 | -72/+91 |
* | Merge #1138 | bors[bot] | 2019-04-14 | 6 | -23/+168 |
|\ | |||||
| * | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 5 | -30/+159 |
| * | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 1 | -0/+12 |
| * | Add L_DOLLAR and R_DOLLAR | Edwin Cheng | 2019-04-11 | 1 | -0/+4 |
* | | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 2 | -0/+36 |
|/ | |||||
* | Merge #1105 | bors[bot] | 2019-04-08 | 2 | -0/+12 |
|\ | |||||
| * | Add TtCursorTokenSource and TtCursorTokenSink | Edwin Cheng | 2019-04-06 | 2 | -0/+12 |
* | | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -1/+12 |
|/ | |||||
* | Parse unsafe async / const unsafe fns properly | robojumper | 2019-04-03 | 1 | -6/+17 |
* | Merge #1082 | bors[bot] | 2019-04-01 | 1 | -0/+1 |
|\ | |||||
| * | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 1 | -0/+1 |
* | | Merge #1081 | bors[bot] | 2019-04-01 | 2 | -3/+13 |
|\ \ | |/ |/| | |||||
| * | Async closure syntax | robojumper | 2019-03-31 | 2 | -3/+13 |
* | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 2 | -7/+7 |
|/ | |||||
* | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 1 | -1/+1 |
* | Merge #1072 | bors[bot] | 2019-03-31 | 2 | -3/+3 |
|\ | |||||
| * | recognize async move | memoryruins | 2019-03-28 | 2 | -3/+3 |
* | | Change parsing bounds in path_types | Ville Penttinen | 2019-03-31 | 2 | -11/+40 |
* | | Move parsing a single TYPE_BOUND to a separate function | Ville Penttinen | 2019-03-30 | 1 | -19/+26 |
* | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 3 | -2/+14 |
* | | Fix parsing <= in type_args | Ville Penttinen | 2019-03-30 | 2 | -0/+2 |
|/ | |||||
* | Add extern_crate_self to ra_parser. | memoryruins | 2019-03-28 | 1 | -0/+4 |
* | Support references in higher-ranked trait bounds | Ville Penttinen | 2019-03-24 | 1 | -0/+3 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 5 | -7/+7 |
* | Replace `contract_child` to a less ad-hoc API | pcpthm | 2019-03-19 | 2 | -40/+37 |
* | Mark non-code block as text | pcpthm | 2019-03-19 | 1 | -1/+1 |
* | Error about attributes on | pcpthm | 2019-03-19 | 1 | -12/+23 |
* | Allow attributes on top level expression | pcpthm | 2019-03-19 | 4 | -35/+79 |
* | Merge #991 | bors[bot] | 2019-03-18 | 6 | -71/+61 |
|\ | |||||
| * | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 6 | -71/+61 |
* | | Merge #987 | bors[bot] | 2019-03-18 | 2 | -84/+70 |
|\| | |||||
| * | Apply stylistic changes suggested | pcpthm | 2019-03-18 | 2 | -17/+14 |
| * | Refactor maybe_item to use Marker argument | pcpthm | 2019-03-17 | 2 | -86/+75 |
* | | Merge #983 | bors[bot] | 2019-03-17 | 1 | -0/+1 |
|\ \ | |||||
| * | | support remainder assignment operator | Jean Mertz | 2019-03-17 | 1 | -0/+1 |
* | | | Fix parse tree of attribute on match arm | pcpthm | 2019-03-17 | 1 | -15/+15 |
| |/ |/| |