Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 1 | -11/+33 | |
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 1 | -20/+2 | |
* | Fix parsing of stement-ish binary expressions | Aleksey Kladov | 2020-03-11 | 1 | -2/+8 | |
* | Implement concat macro | Edwin Cheng | 2020-03-03 | 1 | -1/+1 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 4 | -7/+7 | |
* | Parse attr in rhs of let stmts | Edwin Cheng | 2020-02-28 | 1 | -1/+2 | |
* | Fix dat comment | Veetaha | 2020-02-22 | 1 | -1/+1 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 2 | -3/+3 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 2 | -5/+3 | |
* | Add test for unnamed argument in function pointer | Han Mertens | 2020-02-12 | 1 | -0/+3 | |
* | Support unnamed arguments in function pointers | Han Mertens | 2020-02-12 | 1 | -1/+1 | |
* | Address review comments | Matthew Jasper | 2020-02-10 | 1 | -7/+8 | |
* | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 4 | -14/+62 | |
* | Rename add import assist | Kirill Bulatov | 2020-02-07 | 1 | -1/+1 | |
* | Merge #3047 | bors[bot] | 2020-02-07 | 1 | -9/+9 | |
|\ | ||||||
| * | Update async unsafe fn ordering. | Emil Lauridsen | 2020-02-07 | 1 | -9/+9 | |
* | | PR tweaks | Toby Dimmick | 2020-02-07 | 3 | -21/+18 | |
* | | Closure params test | Toby Dimmick | 2020-02-06 | 1 | -0/+4 | |
* | | rustfmt | Toby Dimmick | 2020-02-06 | 1 | -2/+2 | |
* | | Rework value parameter parsing | Toby Dimmick | 2020-02-06 | 5 | -55/+73 | |
|/ | ||||||
* | ra_syntax: remove code duplication and token reevaluation from ast::Literal::... | Veetaha | 2020-01-22 | 1 | -2/+2 | |
* | Nest attrs into exprs in function args | Aleksey Kladov | 2020-01-17 | 1 | -4/+1 | |
* | Extract expr_with_attrs | Aleksey Kladov | 2020-01-17 | 2 | -13/+22 | |
* | Merge pull request #2813 from jyn514/arg_attributes | Aleksey Kladov | 2020-01-17 | 1 | -0/+5 | |
|\ | ||||||
| * | move inline function closer to relevant code | Joshua Nelson | 2020-01-17 | 1 | -4/+4 | |
| * | shrink inline tes | Joshua Nelson | 2020-01-16 | 1 | -9/+3 | |
| * | Allow attributes before function arguments | Joshua Nelson | 2020-01-12 | 1 | -0/+11 | |
* | | 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 |