Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | 2020-04-30 | 2 | -4/+3 |
* | Merge #4227 | bors[bot] | 2020-04-30 | 1 | -1/+1 |
|\ | |||||
| * | Report invalid, nested, multi-segment crate-paths | John Renner | 2020-04-30 | 1 | -1/+1 |
* | | Special-case try macro_rules | Edwin Cheng | 2020-04-30 | 1 | -0/+11 |
|/ | |||||
* | Special-case try macro to better support 2015 edition | Aleksey Kladov | 2020-04-30 | 1 | -0/+16 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -27/+23 |
* | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -7/+4 |
* | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 1 | -12/+25 |
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 3 | -319/+33 |
* | Scale token generation back | Aleksey Kladov | 2020-04-10 | 1 | -0/+6 |
* | Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} | Luca Barbieri | 2020-04-09 | 1 | -1/+1 |
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -1/+5 |
* | Add L_DOLLAR for TYPE_RECOVERY_SET | Edwin Cheng | 2020-04-08 | 1 | -1/+1 |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 2 | -2/+3 |
* | Cleanups | Aleksey Kladov | 2020-04-03 | 2 | -14/+13 |
* | Fix parsing lambdas with return type | Aleksey Kladov | 2020-03-25 | 1 | -7/+13 |
* | Support arbitrary discriminants | Aleksey Kladov | 2020-03-20 | 1 | -4/+6 |
* | Better fix for stuck parser? | Florian Diebold | 2020-03-16 | 1 | -3/+3 |
* | Get tests working | Florian Diebold | 2020-03-16 | 1 | -2/+2 |
* | 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 |