Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 3 | -5/+6 |
* | Remove parse error on array initializer attributes | Ryan Cumming | 2019-06-30 | 1 | -11/+0 |
* | Support attributes on array members | Ryan Cumming | 2019-06-30 | 1 | -0/+28 |
* | fixed #1384 | zjy | 2019-06-28 | 2 | -7/+20 |
* | Merge #1415 | bors[bot] | 2019-06-24 | 1 | -1/+28 |
|\ | |||||
| * | fix: specialization(with blindly parsing) | csmoe | 2019-06-19 | 1 | -1/+28 |
* | | fix: box_pattern | csmoe | 2019-06-19 | 4 | -5/+25 |
* | | fix: box_syntax(#1412) | csmoe | 2019-06-18 | 1 | -0/+5 |
|/ | |||||
* | fix: support existential type | csmoe | 2019-06-12 | 2 | -3/+17 |
* | fix: never type with binding | csmoe | 2019-06-07 | 2 | -2/+4 |
* | [#1083] Try block syntax: fix tests | Andrey Tkachenko | 2019-06-06 | 1 | -7/+7 |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 2 | -1/+24 |
* | Fix clippy::if_same_then_else | Alan Du | 2019-06-04 | 1 | -0/+1 |
* | Fix clippy::match_bool | Alan Du | 2019-06-04 | 1 | -4/+2 |
* | Merge #1328 | bors[bot] | 2019-05-27 | 2 | -42/+69 |
|\ | |||||
| * | Change TokenSource to iteration based | Edwin Cheng | 2019-05-25 | 2 | -42/+69 |
* | | reformat | Aleksey Kladov | 2019-05-23 | 4 | -8/+8 |
|/ | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 17 | -458/+457 |
* | fixed macro for brackets | Sergey Parilin | 2019-05-15 | 2 | -3/+3 |
* | 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 |