Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 2 | -2/+4 |
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 8 | -387/+45 |
* | Fix parsing of stement-ish binary expressions | Aleksey Kladov | 2020-03-11 | 2 | -0/+41 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 17 | -20/+20 |
* | Parse attr in rhs of let stmts | Edwin Cheng | 2020-02-28 | 2 | -7/+35 |
* | ra_syntax: migrate test data to 0-length text-range of SyntaxError when const... | Veetaha | 2020-02-17 | 12 | -34/+34 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 11 | -32/+32 |
* | Run cargo test | Han Mertens | 2020-02-12 | 1 | -0/+26 |
* | Run cargo xtask codegen | Han Mertens | 2020-02-12 | 1 | -0/+1 |
* | Address review comments | Matthew Jasper | 2020-02-10 | 2 | -7/+58 |
* | Update tests for or-patterns | Matthew Jasper | 2020-02-09 | 4 | -60/+184 |
* | Merge #3047 | bors[bot] | 2020-02-07 | 4 | -11/+11 |
|\ | |||||
| * | Update async unsafe fn ordering. | Emil Lauridsen | 2020-02-07 | 4 | -11/+11 |
* | | Closure params test | Toby Dimmick | 2020-02-06 | 2 | -0/+73 |
* | | Rework value parameter parsing | Toby Dimmick | 2020-02-06 | 10 | -103/+474 |
|/ | |||||
* | Nest attrs into exprs in function args | Aleksey Kladov | 2020-01-17 | 1 | -10/+10 |
* | Merge pull request #2813 from jyn514/arg_attributes | Aleksey Kladov | 2020-01-17 | 2 | -0/+40 |
|\ | |||||
| * | move inline function closer to relevant code | Joshua Nelson | 2020-01-17 | 4 | -115/+40 |
| * | Allow attributes before function arguments | Joshua Nelson | 2020-01-12 | 2 | -0/+115 |
* | | Minimize test | Aleksey Kladov | 2020-01-16 | 6 | -116/+48 |
* | | Fix array element attribute position | Edwin Cheng | 2020-01-16 | 2 | -28/+28 |
|/ | |||||
* | Parse trait aliases | Emil Lauridsen | 2020-01-09 | 2 | -0/+131 |
* | Improve const generics parsing | Michael Chesser | 2020-01-06 | 4 | -19/+73 |
* | Merge #2642 | bors[bot] | 2019-12-22 | 2 | -3/+6 |
|\ | |||||
| * | Use name instead of ident for macro 2.0 sytnax | Edwin Cheng | 2019-12-22 | 2 | -3/+6 |
* | | Merge #2641 | bors[bot] | 2019-12-22 | 2 | -0/+24 |
|\ \ | |/ |/| | |||||
| * | Parse const generics | roblabla | 2019-12-22 | 2 | -0/+24 |
* | | Add macro 2.0 support in parser | Edwin Cheng | 2019-12-21 | 4 | -0/+66 |
* | | Fix parser for macro call in pattern position | Edwin Cheng | 2019-12-20 | 1 | -5/+4 |
|/ | |||||
* | Introduce dedicated AST node for union | Aleksey Kladov | 2019-11-25 | 1 | -2/+2 |
* | Merge #1951 | bors[bot] | 2019-10-08 | 2 | -0/+46 |
|\ | |||||
| * | Move tests around | Geoffry Song | 2019-10-06 | 6 | -141/+89 |
| * | Lower the precedence of the `as` operator. | Geoffry Song | 2019-10-03 | 4 | -43/+141 |
* | | Fix parsing of block expressions in "forbid_structs" contexts. | Geoffry Song | 2019-10-03 | 8 | -43/+216 |
|/ | |||||
* | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 14 | -200/+254 |
* | Add indexing to record_field_pat | kjeremy | 2019-09-20 | 2 | -0/+79 |
* | Merge #1848 | bors[bot] | 2019-09-15 | 6 | -4/+489 |
|\ | |||||
| * | Generate `dot_dot_test` | Dylan MacKenzie | 2019-09-15 | 2 | -0/+481 |
| * | Bless old tests containing a `..` pattern | Dylan MacKenzie | 2019-09-15 | 4 | -4/+8 |
* | | Add tests for underscores in `const` and `static` items | Dylan MacKenzie | 2019-09-15 | 1 | -0/+21 |
* | | Allow an underscore as the identifier in `const` items | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 |
|/ | |||||
* | update test data | Aleksey Kladov | 2019-09-02 | 98 | -3944/+4095 |
* | Generate and bless tests | Dylan MacKenzie | 2019-08-24 | 6 | -85/+132 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 18 | -59/+59 |
* | Add test for nested box pattern | Dylan MacKenzie | 2019-08-22 | 2 | -12/+49 |
* | Merge #1685 | bors[bot] | 2019-08-15 | 2 | -0/+45 |
|\ | |||||
| * | fix test position | bravomikekilo | 2019-08-14 | 4 | -113/+45 |
| * | fix test | bravomikekilo | 2019-08-14 | 1 | -2/+2 |
| * | fix error of RangeFrom in for-loop | bravomikekilo | 2019-08-14 | 2 | -0/+113 |
* | | Merge #1676 | bors[bot] | 2019-08-14 | 2 | -1/+83 |
|\ \ | |/ |/| |