Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove parse error on array initializer attributes | Ryan Cumming | 2019-06-30 | 2 | -65/+0 |
* | Support attributes on array members | Ryan Cumming | 2019-06-30 | 6 | -0/+177 |
* | fixed #1384 | zjy | 2019-06-28 | 2 | -0/+70 |
* | Merge #1415 | bors[bot] | 2019-06-24 | 4 | -0/+121 |
|\ | |||||
| * | fix: specialization(with blindly parsing) | csmoe | 2019-06-19 | 4 | -0/+121 |
* | | fix: box_pattern | csmoe | 2019-06-19 | 4 | -6/+67 |
* | | fix: box_syntax(#1412) | csmoe | 2019-06-18 | 1 | -0/+3 |
|/ | |||||
* | fix: support existential type | csmoe | 2019-06-12 | 4 | -3/+35 |
* | fix: never type with binding | csmoe | 2019-06-07 | 2 | -6/+38 |
* | [#1083] Try block syntax: fix tests | Andrey Tkachenko | 2019-06-06 | 4 | -37/+34 |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 2 | -0/+37 |
* | show error offsets in tests | Aleksey Kladov | 2019-05-29 | 44 | -288/+288 |
* | update test data | Aleksey Kladov | 2019-05-28 | 44 | -288/+288 |
* | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 1 | -3/+0 |
* | Add macro pat parsing | Edwin Cheng | 2019-04-30 | 2 | -0/+39 |
* | Refactor parser handle mult-char punct internally | Edwin Cheng | 2019-04-28 | 4 | -46/+94 |
* | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 2 | -1/+44 |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 4 | -6/+78 |
* | Parse unsafe async / const unsafe fns properly | robojumper | 2019-04-03 | 4 | -0/+78 |
* | always show token text | Aleksey Kladov | 2019-04-02 | 218 | -8818/+8818 |
* | Merge #1082 | bors[bot] | 2019-04-01 | 2 | -0/+95 |
|\ | |||||
| * | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 2 | -0/+95 |
* | | Async closure syntax | robojumper | 2019-03-31 | 2 | -6/+53 |
|/ | |||||
* | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 1 | -5/+8 |
* | Merge #1072 | bors[bot] | 2019-03-31 | 2 | -0/+40 |
|\ | |||||
| * | add test for async blocks | memoryruins | 2019-03-28 | 2 | -0/+40 |
* | | Update tests | Ville Penttinen | 2019-03-31 | 3 | -67/+115 |
* | | Update tests | Ville Penttinen | 2019-03-30 | 25 | -418/+634 |
* | | Fix parsing <= in type_args | Ville Penttinen | 2019-03-30 | 2 | -6/+27 |
|/ | |||||
* | Add tests to ra_syntax for extern_crate_self | memoryruins | 2019-03-28 | 2 | -1/+17 |
* | Support references in higher-ranked trait bounds | Ville Penttinen | 2019-03-24 | 2 | -1/+127 |
* | Fix reparsing failure when removing newline | pcpthm | 2019-03-21 | 1 | -0/+7 |
* | Fix reparsing bug on "{}{}" | pcpthm | 2019-03-21 | 1 | -0/+4 |
* | Fix lexer not producing right token on "_" | pcpthm | 2019-03-21 | 1 | -0/+0 |
* | Fix reparsing bug when lex result is different | pcpthm | 2019-03-21 | 2 | -0/+8 |
* | Fix an arithmetic overflow in reparser | pcpthm | 2019-03-21 | 1 | -0/+6 |
* | Error about attributes on | pcpthm | 2019-03-19 | 2 | -0/+59 |
* | Allow attributes on top level expression | pcpthm | 2019-03-19 | 4 | -0/+152 |
* | Merge #991 | bors[bot] | 2019-03-18 | 8 | -10/+88 |
|\ | |||||
| * | Use Marker argument for item parsers | pcpthm | 2019-03-18 | 8 | -10/+88 |
* | | Merge #983 | bors[bot] | 2019-03-17 | 2 | -0/+217 |
|\ \ | |||||
| * | | support remainder assignment operator | Jean Mertz | 2019-03-17 | 2 | -0/+217 |
* | | | Fix parse tree of attribute on match arm | pcpthm | 2019-03-17 | 3 | -118/+118 |
| |/ |/| | |||||
* | | Allow attribute on struct literal field | pcpthm | 2019-03-17 | 2 | -0/+48 |
|/ | |||||
* | Add test for minus in inner pattern | Michael Chesser | 2019-03-14 | 2 | -0/+347 |
* | Add test for async block | Caio | 2019-03-10 | 2 | -0/+32 |
* | Add async keyword | Caio | 2019-03-09 | 4 | -1/+20 |
* | Add support for parsing multiple if and while-let patterns | Ville Penttinen | 2019-03-04 | 2 | -1/+164 |
* | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 2 | -11/+26 |
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 2 | -1/+17 |