| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 3 | -25/+37 |
* | 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 | 2 | -2/+2 |
* | Add raw idents to lexer and parser | Josh Robson Chase | 2019-01-23 | 4 | -0/+42 |
* | 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 |
* | 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 |
|\ |
|
| * | parse minus before number literal | csmoe | 2018-12-30 | 2 | -33/+46 |
* | | Add fuzz failure to the fuzz-failures directory | DJMcNab | 2018-12-29 | 1 | -0/+1 |
|/ |
|
* | fix suffix ranges | Aleksey Kladov | 2018-12-27 | 2 | -0/+79 |
* | Improve parsing of incomplete field accesses in preparation for field completion | Florian Diebold | 2018-12-25 | 2 | -0/+38 |
* | Fix where clauses using fully qualified path syntax | DJMcNab | 2018-12-21 | 4 | -8/+133 |
* | Add comment about the source of the weird_exprs test | DJMcNab | 2018-12-21 | 2 | -2235/+2248 |
* | Add weird_exprs test | DJMcNab | 2018-12-20 | 2 | -0/+2385 |
* | Run gen-tests | DJMcNab | 2018-12-20 | 2 | -0/+59 |
* | Fix the tests and fix the precommit hook | DJMcNab | 2018-12-20 | 245 | -546/+194 |
* | Fix ambiguity with if break | DJMcNab | 2018-12-20 | 2 | -0/+71 |
* | Add tests and only traverse in the crates directory | DJMcNab | 2018-12-19 | 4 | -87/+168 |
* | Move is_block to lower in the call tree | DJMcNab | 2018-12-19 | 2 | -61/+61 |
* | Fix parsing of inclusive ranges (#214) | DJMcNab | 2018-12-19 | 4 | -33/+150 |
* | Fixed cast expression parsing in ra_syntax. | Roland Ruckerbauer | 2018-12-17 | 2 | -6/+48 |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -19/+19 |
* | Update use path test | DJMcNab | 2018-12-05 | 2 | -74/+2 |
* | Improve/add the use_item documentation | DJMcNab | 2018-12-05 | 10 | -0/+485 |
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 177 | -177/+177 |
* | grammar: fix where clause parsing | Aleksey Kladov | 2018-11-06 | 2 | -0/+30 |
* | grammar: for predicates in where | Aleksey Kladov | 2018-11-05 | 2 | -0/+62 |