Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parsing of blocks without `{` | Aleksey Kladov | 2020-05-02 | 5 | -25/+78 |
* | Cleanup inline tests | Aleksey Kladov | 2020-05-02 | 8 | -30/+59 |
* | Update test data | Aleksey Kladov | 2020-05-02 | 178 | -10580/+10223 |
* | Validate uses of self and super | John Renner | 2020-05-01 | 6 | -26/+104 |
* | Merge #4227 | bors[bot] | 2020-04-30 | 4 | -75/+91 |
|\ | |||||
| * | Report invalid, nested, multi-segment crate-paths | John Renner | 2020-04-30 | 4 | -75/+91 |
* | | Special-case try macro_rules | Edwin Cheng | 2020-04-30 | 2 | -0/+28 |
|/ | |||||
* | Special-case try macro to better support 2015 edition | Aleksey Kladov | 2020-04-30 | 2 | -0/+36 |
* | Validate the location of `crate` in paths | John Renner | 2020-04-29 | 2 | -0/+80 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 278 | -22795/+22795 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 5 | -33/+41 |
* | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 3 | -4/+62 |
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 194 | -998/+998 |
* | Parse correctly fn f<T>() where T: Fn() -> u8 + Send {} | Luca Barbieri | 2020-04-09 | 2 | -0/+62 |
* | Migrate tests .txt -> .rast | veetaha | 2020-04-06 | 276 | -0/+0 |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 1 | -10/+11 |
* | Attach doc-comment to declaration if there are newlines in between | Leander Tentrup | 2020-03-31 | 2 | -0/+20 |
* | Fix parsing lambdas with return type | Aleksey Kladov | 2020-03-25 | 3 | -14/+62 |
* | Support arbitrary discriminants | Aleksey Kladov | 2020-03-20 | 2 | -0/+31 |
* | Parse variadics correctly | Aleksey Kladov | 2020-03-13 | 5 | -3/+144 |
* | Move verbose tests out of line | Aleksey Kladov | 2020-03-13 | 8 | -56/+87 |
* | 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 | 24 | -28/+28 |
* | 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 | 46 | -242/+242 |
* | ra_syntax: reshape SyntaxError for the sake of removing redundancy | Veetaha | 2020-02-17 | 46 | -243/+243 |
* | 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 | 12 | -200/+535 |
|/ | |||||
* | Nest attrs into exprs in function args | Aleksey Kladov | 2020-01-17 | 2 | -28/+22 |
* | Extract expr_with_attrs | Aleksey Kladov | 2020-01-17 | 1 | -10/+14 |
* | 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 |
* | | Simplify array parsing | Aleksey Kladov | 2020-01-16 | 1 | -20/+13 |
* | | 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 | 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 |
|/ |