Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | | Simplify array parsing | Aleksey Kladov | 2020-01-16 | 1 | -20/+13 | |
* | | Merge #2827 | bors[bot] | 2020-01-16 | 2 | -28/+28 | |
|\ \ | ||||||
| * | | Fix array element attribute position | Edwin Cheng | 2020-01-16 | 2 | -28/+28 | |
| |/ | ||||||
* / | Add a test | Aleksey Kladov | 2020-01-15 | 1 | -0/+3980 | |
|/ | ||||||
* | 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 | 3 | -5/+10 | |
|\ | ||||||
| * | Use name instead of ident for macro 2.0 sytnax | Edwin Cheng | 2019-12-22 | 3 | -5/+10 | |
* | | 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 | 7 | -328/+240 | |
* | | Fix parser for macro call in pattern position | Edwin Cheng | 2019-12-20 | 1 | -5/+4 | |
|/ | ||||||
* | Improve recovery for incomplete lambdas | Aleksey Kladov | 2019-12-17 | 2 | -0/+88 | |
* | Introduce dedicated AST node for union | Aleksey Kladov | 2019-11-25 | 2 | -3/+3 | |
* | Attempt to implement typed accessors | Geoffry Song | 2019-11-15 | 1 | -1/+1 | |
* | Move inclusive range check to validation | Geoffry Song | 2019-11-15 | 2 | -8/+15 | |
* | Fix parsing of "postfix" range expressions. | Geoffry Song | 2019-11-15 | 6 | -0/+118 | |
* | Forbid visibility qualifiers in traits | Aleksey Kladov | 2019-11-11 | 2 | -0/+105 | |
* | fix parsing of for loops inside expressions | Aleksey Kladov | 2019-10-28 | 3 | -48/+149 | |
* | Merge #1951 | bors[bot] | 2019-10-08 | 4 | -0/+150 | |
|\ | ||||||
| * | Move tests around | Geoffry Song | 2019-10-06 | 8 | -141/+193 | |
| * | 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 | 30 | -598/+779 | |
* | Support loop as argument | kjeremy | 2019-09-20 | 2 | -0/+64 | |
* | Merge #1884 | bors[bot] | 2019-09-20 | 2 | -0/+79 | |
|\ | ||||||
| * | Add indexing to record_field_pat | kjeremy | 2019-09-20 | 2 | -0/+79 | |
* | | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 2 | -0/+53 | |
|/ | ||||||
* | don't confuse macro with != | Aleksey Kladov | 2019-09-20 | 2 | -0/+69 | |
* | Merge #1848 | bors[bot] | 2019-09-15 | 7 | -5/+491 | |
|\ | ||||||
| * | Generate `dot_dot_test` | Dylan MacKenzie | 2019-09-15 | 2 | -0/+481 | |
| * | Bless old tests containing a `..` pattern | Dylan MacKenzie | 2019-09-15 | 5 | -5/+10 | |
* | | Add tests for underscores in `const` and `static` items | Dylan MacKenzie | 2019-09-15 | 3 | -38/+78 | |
* | | Allow an underscore as the identifier in `const` items | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 | |
|/ | ||||||
* | add a jointness parser tests | Aleksey Kladov | 2019-09-10 | 2 | -0/+55 | |
* | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 2 | -0/+131 | |
* | Fix outer doc-comments of `macro_rules` | uHOOCCOOHu | 2019-09-09 | 2 | -0/+42 | |
* | better error recovery for use trees | Aleksey Kladov | 2019-09-05 | 3 | -1/+60 | |
* | update test data | Aleksey Kladov | 2019-09-02 | 150 | -8970/+9245 | |
* | Generate and bless tests | Dylan MacKenzie | 2019-08-24 | 7 | -85/+227 | |
* | Centralize `box` pattern tests in `patterns.rs` | Dylan MacKenzie | 2019-08-24 | 1 | -0/+6 | |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 36 | -126/+126 | |
* | Add test for nested box pattern | Dylan MacKenzie | 2019-08-22 | 2 | -12/+49 | |
* | Merge #1685 | bors[bot] | 2019-08-15 | 4 | -0/+129 | |
|\ | ||||||
| * | fix test position | bravomikekilo | 2019-08-14 | 5 | -108/+124 | |
| * | fix test | bravomikekilo | 2019-08-14 | 1 | -2/+2 | |
| * | fix error of RangeFrom in for-loop | bravomikekilo | 2019-08-14 | 2 | -0/+113 |