about summary refs log tree commit diff
path: root/crates/parser
AgeCommit message (Expand)AuthorLines
2021-01-18Merge #7291bors[bot]-15/+30
2021-01-17Add missing inlinesAleksey Kladov-0/+3
2021-01-15Wrap remaining self/super/crate in Name{Ref}Lukas Wirth-15/+30
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-1/+5
2021-01-15Add support for yiled keywordDaiki Ihara-2/+22
2021-01-14Merge #7211bors[bot]-3/+13
2021-01-10Merge #7218bors[bot]-1/+1
2021-01-10Replace SyntaxKind usage with T! macro where applicableLukas Wirth-19/+27
2021-01-10Use T! for bool keywordsLaurențiu Nicola-1/+1
2021-01-10Allow `true` and `false` keywords in const genericsCallym-1/+5
2021-01-10Fixed expr meta var after path colons in mbeEdwin Cheng-3/+13
2021-01-09Fixed typos in code commentsVincent Esche-1/+1
2021-01-03parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten-0/+6
2020-12-28Fix mbe fail to pass expr with attrEdwin Cheng-1/+1
2020-12-24Fix macro_rules not accepting brackets or parenthesesLukas Wirth-2/+7
2020-12-23Remove local ungrammar dependencyLukas Wirth-3/+1
2020-12-23Parse const effect blockLukas Wirth-2/+14
2020-12-23Parse ConstBlockPatLukas Wirth-0/+16
2020-12-23Update ungrammar for const block patternsLukas Wirth-0/+1
2020-12-21Merge #6965bors[bot]-12/+13
2020-12-21Merge #6967bors[bot]-9/+19
2020-12-20Properly parse legacy trait objects with leading ForTypeLukas Wirth-9/+19
2020-12-20Parse attributes in tuple expressionsLukas Wirth-3/+5
2020-12-20Properly attach attributes to Param instead of parent ParamListLukas Wirth-9/+8
2020-12-20Use pattern_single instead of pattern in mbe patEdwin Cheng-2/+2
2020-12-18Implement `RawAttr::filter`Jonas Schievink-0/+7
2020-12-16Node-ify lifetimesLukas Wirth-29/+48
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-15/+36
2020-11-22Parse unsafe extern blockDavid Tolnay-1/+9
2020-11-06Kill RAW_ literalsAleksey Kladov-23/+5
2020-10-24Don't interpret type path as part of visibility.Arif Roktim-1/+5
2020-09-10Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara-2/+2
2020-09-03Up proc-macro2 to 1.20kjeremy-1/+1
2020-08-27CONST LOOPS ARE HEREAleksey Kladov-28/+37
2020-08-25Complete `pub` in fieldsAleksey Kladov-1/+8
2020-08-24Add description for crates that will be publishedPavan Kumar Sunkara-0/+1
2020-08-13Better recovery in `use foo::;`Aleksey Kladov-2/+14
2020-08-13Align parser names with grammarAleksey Kladov-146/+124
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-2/+2
2020-08-12Rename ra_parser -> parserAleksey Kladov-0/+4884