Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename LambdaExpr -> ClosureExpr | Aleksey Kladov | 2020-07-31 | 9 | -16/+16 |
* | Reame PlaceholderType -> InferType | Aleksey Kladov | 2020-07-31 | 3 | -4/+4 |
* | Finalize impl Grammar | Aleksey Kladov | 2020-07-30 | 25 | -31/+31 |
* | Finalize Trait grammar | Aleksey Kladov | 2020-07-30 | 12 | -16/+16 |
* | Finalize const&static grammar | Aleksey Kladov | 2020-07-30 | 10 | -13/+13 |
* | Rename EnumVariant -> Variant | Aleksey Kladov | 2020-07-30 | 6 | -31/+31 |
* | Rename EnumDef -> Enum | Aleksey Kladov | 2020-07-30 | 6 | -13/+13 |
* | Rename StructDef -> Struct | Aleksey Kladov | 2020-07-30 | 29 | -66/+66 |
* | Finalize union grammar | Aleksey Kladov | 2020-07-30 | 2 | -3/+3 |
* | Rename FieldDef -> Field | Aleksey Kladov | 2020-07-30 | 25 | -84/+84 |
* | Rename RecordLit -> RecordExpr | Aleksey Kladov | 2020-07-30 | 8 | -37/+37 |
* | Rename TypeParamList -> GenericParamList | Aleksey Kladov | 2020-07-30 | 32 | -90/+90 |
* | Rename TypeAliasDef -> TypeAlias | Aleksey Kladov | 2020-07-30 | 36 | -52/+52 |
* | Rename FnDef -> Fn | Aleksey Kladov | 2020-07-30 | 190 | -290/+290 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 20 | -52/+52 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 2 | -4/+4 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 3 | -9/+9 |
* | Update tests | Aleksey Kladov | 2020-07-30 | 32 | -38/+38 |
* | Fix nameref parsing | Aleksey Kladov | 2020-07-28 | 1 | -2/+1 |
* | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 3 | -3/+18 |
* | Implement APIs for parsing expressions, types, paths, patterns and items | David Lattimore | 2020-06-21 | 26 | -0/+90 |
* | Update parser tests with env var | Aleksey Kladov | 2020-06-15 | 1 | -1/+0 |
* | Add example of old trait object syntax | Matthew Jasper | 2020-06-11 | 2 | -1/+38 |
* | Move complex inline test to own file | Matthew Jasper | 2020-06-11 | 6 | -356/+670 |
* | Separating parsing of `for` in predicates and types | Matthew Jasper | 2020-06-10 | 7 | -281/+470 |
* | Correctly parse <_> paths in patterns | Aleksey Kladov | 2020-06-09 | 3 | -37/+76 |
* | Parse default unsafe fn | Avi Dessauer | 2020-06-08 | 2 | -0/+43 |
* | Move default const test out of line | Avi Dessauer | 2020-06-04 | 4 | -0/+0 |
* | Update tests | Avi Dessauer | 2020-06-04 | 6 | -0/+109 |
* | Parse default unsafe & default const | Avi Dessauer | 2020-06-04 | 1 | -14/+20 |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 2 | -44/+134 |
* | 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 |