| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | Merge #926 | bors[bot] | 2019-03-04 | 2 | -0/+50 |
|\ |
|
| * | allow vararg functions | Aleksey Kladov | 2019-03-04 | 2 | -0/+50 |
* | | improve error recovery | Aleksey Kladov | 2019-03-04 | 3 | -42/+70 |
|/ |
|
* | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 28 | -37/+37 |
* | kill utils module | Aleksey Kladov | 2019-02-21 | 1 | -6/+3 |
* | Enable parsing attributes for generic lifetimes and type parameters | Ville Penttinen | 2019-02-17 | 2 | -0/+63 |
* | Parse only outer_attributes for match arms for now | Ville Penttinen | 2019-02-17 | 1 | -31/+59 |
* | Enable parsing of attributes inside a match block | Ville Penttinen | 2019-02-17 | 8 | -0/+493 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -2/+2 |
* | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 3 | -3/+6 |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 3 | -25/+37 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -36/+23 |
* | Add AST for extern crate | Florian Diebold | 2019-02-04 | 2 | -3/+3 |
* | Fix number of extern_inner_attributes | DJMcNab | 2019-02-02 | 2 | -0/+0 |
* | Merge #692 | bors[bot] | 2019-01-31 | 8 | -0/+389 |
|\ |
|
| * | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 4 | -0/+316 |
| * | Add a test for inner attributes on extern blocks | DJMcNab | 2019-01-27 | 2 | -0/+30 |
| * | Correctly parse inner attributes of impl blocks | DJMcNab | 2019-01-27 | 2 | -0/+43 |
* | | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 3 | -40/+95 |
|/ |
|
* | Make attrs be a child of the let statement | DJMcNab | 2019-01-26 | 1 | -16/+16 |
* | Support attributes on let statements | DJMcNab | 2019-01-26 | 2 | -0/+78 |
* | Struct literals should not be a `BlockLike::Block` | DJMcNab | 2019-01-26 | 2 | -0/+117 |
* | Merge #660 | bors[bot] | 2019-01-26 | 2 | -0/+45 |
|\ |
|
| * | Support macro calls in type position | Erlend Tobiassen | 2019-01-25 | 2 | -0/+45 |
* | | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 8 | -26/+26 |
|/ |
|
* | Support universal function call syntax in function calls | DJMcNab | 2019-01-24 | 4 | -6/+223 |
* | More correct raw ident handling | Josh Robson Chase | 2019-01-23 | 2 | -0/+50 |
* | Use IDENT for both raw and normal idents | Josh Robson Chase | 2019-01-23 | 3 | -3/+3 |
* | Add raw idents to lexer and parser | Josh Robson Chase | 2019-01-23 | 6 | -0/+45 |
* | Add test for placeholder parameters in trait fn defs | Erlend Tobiassen | 2019-01-22 | 2 | -0/+35 |
* | Update tests after allowing where predicate to accept types | Erlend Tobiassen | 2019-01-22 | 4 | -20/+63 |
* | Change parsing of struct field patterns | Marcus Klaas de Vries | 2019-01-19 | 1 | -12/+10 |
* | Finish move of StructField for pattern type inference | Marcus Klaas de Vries | 2019-01-19 | 1 | -20/+26 |
* | Fix handling of attributes in positional field lists | DJMcNab | 2019-01-12 | 2 | -0/+43 |
* | Fix handling of where clauses in tuple structs | DJMcNab | 2019-01-10 | 2 | -0/+64 |
* | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 1 | -4/+4 |
* | Rename traits::impl_item -> impl_block as well, as well as the tests | Florian Diebold | 2019-01-04 | 4 | -0/+0 |
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 15 | -21/+20 |
* | add mod doc comment test | csmoe | 2019-01-04 | 2 | -0/+22 |
* | Fix the same bug as #396 but for bytes too | DJMcNab | 2019-01-01 | 1 | -0/+1 |
* | Fix the `panic` found whilst fuzzing | DJMcNab | 2018-12-31 | 1 | -0/+1 |
* | Merge #366 | bors[bot] | 2018-12-30 | 2 | -33/+46 |
|\ |
|