Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Struct literals should not be a `BlockLike::Block` | DJMcNab | 2019-01-26 | 2 | -0/+117 |
| | |||||
* | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 3 | -9/+9 |
| | | | | to match NAMED_FIELD_DEF | ||||
* | Support universal function call syntax in function calls | DJMcNab | 2019-01-24 | 2 | -0/+138 |
| | |||||
* | 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 |
| | |||||
* | Update tests after allowing where predicate to accept types | Erlend Tobiassen | 2019-01-22 | 2 | -0/+41 |
| | |||||
* | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -1/+0 |
| | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | ||||
* | add mod doc comment test | csmoe | 2019-01-04 | 2 | -0/+22 |
| | |||||
* | Fix where clauses using fully qualified path syntax | DJMcNab | 2018-12-21 | 2 | -0/+96 |
| | |||||
* | 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 |
| | |||||
* | Fix the tests and fix the precommit hook | DJMcNab | 2018-12-20 | 6 | -608/+19 |
| | |||||
* | Fix parsing of inclusive ranges (#214) | DJMcNab | 2018-12-19 | 2 | -6/+85 |
| | | | | I'm not certain that this is correct, so extra eyes would be good | ||||
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 36 | -36/+36 |
| | |||||
* | Parse crate paths in expressions | Aleksey Kladov | 2018-10-15 | 2 | -0/+44 |
| | |||||
* | Attach comments smartly | Aleksey Kladov | 2018-10-08 | 1 | -3/+3 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 69 | -0/+4221 |