Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ |/| | |||||
* | | Merge #985 | bors[bot] | 2019-03-17 | 1 | -57/+56 |
|\ \ | |||||
| * | | simplify parsing blocks a bit | Aleksey Kladov | 2019-03-17 | 1 | -57/+56 |
| |/ | |||||
* / | Allow attribute on struct literal field | pcpthm | 2019-03-17 | 1 | -1/+6 |
|/ | |||||
* | Allow MINUS at the start of a pattern. | Michael Chesser | 2019-03-14 | 1 | -1/+1 |
* | Add test for async block | Caio | 2019-03-10 | 1 | -1/+2 |
* | Add async keyword | Caio | 2019-03-09 | 3 | -1/+18 |
* | Introduce pattern_list to parse pipe separated patterns | Ville Penttinen | 2019-03-05 | 2 | -10/+18 |
* | Add support for parsing multiple if and while-let patterns | Ville Penttinen | 2019-03-04 | 1 | -0/+10 |
* | allow `mut ident` patterns in trait methods | Aleksey Kladov | 2019-03-04 | 1 | -1/+2 |
* | allow aliases in underscores | Aleksey Kladov | 2019-03-04 | 2 | -1/+4 |
* | Merge #926 | bors[bot] | 2019-03-04 | 1 | -1/+6 |
|\ | |||||
| * | allow vararg functions | Aleksey Kladov | 2019-03-04 | 1 | -1/+6 |
* | | improve error recovery | Aleksey Kladov | 2019-03-04 | 1 | -17/+7 |
* | | extract block contents into a function | Aleksey Kladov | 2019-03-04 | 1 | -2/+6 |
|/ | |||||
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 2 | -3/+3 |
* | docs | Aleksey Kladov | 2019-02-21 | 3 | -15/+39 |
* | fix the test | Aleksey Kladov | 2019-02-21 | 1 | -2/+2 |
* | fix compilation | Aleksey Kladov | 2019-02-21 | 1 | -7/+7 |
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 22 | -0/+4274 |