Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #2865 | bors[bot] | 2020-01-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fix(ra_parser.typo): amend 'format language' to 'formal language' | Veetaha | 2020-01-15 | 1 | -1/+1 | |
| |/ | ||||||
* | | Minimize test | Aleksey Kladov | 2020-01-16 | 1 | -13/+3 | |
* | | Simplify array parsing | Aleksey Kladov | 2020-01-16 | 2 | -48/+31 | |
* | | fix formating | Edwin Cheng | 2020-01-16 | 1 | -1/+1 | |
* | | Fix array element attribute position | Edwin Cheng | 2020-01-16 | 3 | -8/+32 | |
|/ | ||||||
* | Parse trait aliases | Emil Lauridsen | 2020-01-09 | 1 | -0/+10 | |
* | Improve const generics parsing | Michael Chesser | 2020-01-06 | 3 | -2/+14 | |
* | Switch ast declaration from ron to a macro | Aleksey Kladov | 2020-01-03 | 1 | -135/+135 | |
* | Merge #2642 | bors[bot] | 2019-12-22 | 1 | -1/+1 | |
|\ | ||||||
| * | Use name instead of ident for macro 2.0 sytnax | Edwin Cheng | 2019-12-22 | 1 | -1/+1 | |
* | | Merge #2641 | bors[bot] | 2019-12-22 | 2 | -0/+12 | |
|\ \ | |/ |/| | ||||||
| * | Parse const generics | roblabla | 2019-12-22 | 2 | -0/+12 | |
* | | Add macro keyword to ITEM_RECOVERY_SET | Edwin Cheng | 2019-12-21 | 1 | -1/+1 | |
* | | Add macro 2.0 support in parser | Edwin Cheng | 2019-12-21 | 2 | -1/+35 | |
* | | Fix parser for macro call in pattern position | Edwin Cheng | 2019-12-20 | 1 | -1/+1 | |
|/ | ||||||
* | Touch up TokenSet a bit | Aleksey Kladov | 2019-12-19 | 4 | -8/+6 | |
* | Refactor macro tests | Aleksey Kladov | 2019-12-19 | 1 | -0/+1 | |
* | Fix parsing of interpolated expressions | Aleksey Kladov | 2019-12-19 | 1 | -0/+1 | |
* | Improve recovery for incomplete lambdas | Aleksey Kladov | 2019-12-17 | 1 | -1/+6 | |
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -1/+1 | |
* | Introduce dedicated AST node for union | Aleksey Kladov | 2019-11-25 | 3 | -12/+22 | |
* | Move inclusive range check to validation | Geoffry Song | 2019-11-15 | 1 | -3/+0 | |
* | Fix parsing of "postfix" range expressions. | Geoffry Song | 2019-11-15 | 1 | -30/+24 | |
* | Simplify parsing | Aleksey Kladov | 2019-11-14 | 2 | -19/+19 | |
* | cargo xtask format with 1.39 | kjeremy | 2019-11-07 | 1 | -3/+3 | |
* | fix parsing of for loops inside expressions | Aleksey Kladov | 2019-10-28 | 1 | -1/+2 | |
* | Merge #1951 | bors[bot] | 2019-10-08 | 1 | -1/+10 | |
|\ | ||||||
| * | Move tests around | Geoffry Song | 2019-10-06 | 1 | -6/+5 | |
| * | Lower the precedence of the `as` operator. | Geoffry Song | 2019-10-03 | 1 | -2/+12 | |
* | | Fix parsing of block expressions in "forbid_structs" contexts. | Geoffry Song | 2019-10-03 | 2 | -10/+25 | |
|/ | ||||||
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -2/+17 | |
|\ | ||||||
| * | Fixes | uHOOCCOOHu | 2019-09-30 | 1 | -10/+8 | |
| * | Parse correct AttrInput | uHOOCCOOHu | 2019-09-30 | 1 | -2/+19 | |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 18 | -1/+35 | |
|/ | ||||||
* | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -1/+0 | |
* | simplify | Aleksey Kladov | 2019-09-24 | 1 | -0/+5 | |
* | Support loop as argument | kjeremy | 2019-09-20 | 1 | -0/+1 | |
* | Simplify match arm | kjeremy | 2019-09-20 | 1 | -2/+1 | |
* | Merge #1884 | bors[bot] | 2019-09-20 | 1 | -2/+12 | |
|\ | ||||||
| * | Apply suggestion | kjeremy | 2019-09-20 | 1 | -3/+2 | |
| * | Add indexing to record_field_pat | kjeremy | 2019-09-20 | 1 | -2/+13 | |
* | | fix infinite loop in the parser | Aleksey Kladov | 2019-09-20 | 1 | -7/+11 | |
|/ | ||||||
* | Merge #1881 | bors[bot] | 2019-09-20 | 1 | -1/+1 | |
|\ | ||||||
| * | don't confuse macro with != | Aleksey Kladov | 2019-09-20 | 1 | -1/+1 | |
* | | Replace usages of bump_any with bump | kjeremy | 2019-09-19 | 14 | -87/+87 | |
|/ | ||||||
* | Merge #1848 | bors[bot] | 2019-09-15 | 2 | -10/+43 | |
|\ | ||||||
| * | Parse `..` as a proper pattern | Dylan MacKenzie | 2019-09-15 | 1 | -10/+42 | |
| * | Add `DotDotPat` to AST | Dylan MacKenzie | 2019-09-15 | 1 | -0/+1 | |
* | | Allow an underscore as the identifier in `const` items | Dylan MacKenzie | 2019-09-15 | 2 | -2/+11 | |
|/ |