Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 2 | -0/+95 |
| | |||||
* | Merge #1072 | bors[bot] | 2019-03-31 | 2 | -0/+40 |
|\ | | | | | | | | | | | | | | | 1072: recognize async move blocks r=matklad a=memoryruins closes #1053 Co-authored-by: memoryruins <[email protected]> | ||||
| * | add test for async blocks | memoryruins | 2019-03-28 | 2 | -0/+40 |
| | | |||||
* | | Update tests | Ville Penttinen | 2019-03-30 | 8 | -143/+231 |
|/ | |||||
* | Add tests to ra_syntax for extern_crate_self | memoryruins | 2019-03-28 | 2 | -1/+17 |
| | |||||
* | support remainder assignment operator | Jean Mertz | 2019-03-17 | 2 | -0/+217 |
| | |||||
* | Add test for minus in inner pattern | Michael Chesser | 2019-03-14 | 2 | -0/+347 |
| | |||||
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 1 | -4/+6 |
| | | | | | Wrap them in a LiteralPat node so they can be distinguished from literal expressions. | ||||
* | Add AST for extern crate | Florian Diebold | 2019-02-04 | 1 | -2/+2 |
| | | | | Also change it to parse the crate name as a NAME_REF, not a NAME. | ||||
* | Fix number of extern_inner_attributes | DJMcNab | 2019-02-02 | 2 | -0/+0 |
| | |||||
* | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 2 | -0/+187 |
| | |||||
* | Add a test for inner attributes on extern blocks | DJMcNab | 2019-01-27 | 2 | -0/+30 |
| | |||||
* | 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 |
| | |||||
* | 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 |