about summary refs log tree commit diff
path: root/crates/parser/test_data
AgeCommit message (Expand)AuthorLines
2023-05-05Parse bare dyn types with leading lifetimeRyo Yoshida-0/+60
2023-04-19Auto merge of #14577 - jsoref:spelling, r=lnicolabors-2/+2
2023-04-19SpellingJosh Soref-2/+2
2023-04-16Parse inline const pattern in nested patternsRyo Yoshida-0/+128
2023-04-16Parse exclusive range patternRyo Yoshida-0/+64
2023-04-01feat(syntax): RTN in boundstamasfe-0/+34
2023-03-30fix: Recover from `pub()` visibility modifierLukas Wirth-0/+60
2023-03-07add more testsXFFXFF-0/+328
2023-03-07show diagnostic for } token followed by else in let else statementXFFXFF-0/+70
2023-03-04Parse trait alias as a distinct AST typeRyo Yoshida-3/+3
2023-02-25Add check for extra path segments after an angled oneshilangyu-0/+51
2023-02-14Recover better for more delimited sequencesLukas Wirth-53/+41
2023-02-11internal: Improve parser recovery a bunchLukas Wirth-112/+182
2023-02-03fix: Fix parsing of nested tuple field accesses in a cursed wayLukas Wirth-0/+117
2023-01-19Parse const_closures syntax.onestacked-0/+43
2022-12-28Parse `do yeet` expressionsMaybe Waffle-0/+35
2022-12-16docs: update the comment and add a test to `half_open_range_pat`Dezhi Wu-0/+48
2022-12-13Parse `..= X` patternsJonas Schievink-2/+113
2022-12-12Fix parsing of `_ = x` in closure bodyJonas Schievink-0/+33
2022-08-31Parse TypePathFn with preceding `::`Chayim Refael Friedman-0/+44
2022-08-23Allow leading `|` in more pattern positionsJonas Schievink-0/+89
2022-08-09Recover from missing ellipsis in record literals for path expressionsLukas Wirth-0/+97
2022-08-09Parse range patterns in let statement with type annotationRyo Yoshida-3/+25
2022-08-07Parse range patterns in struct and slice without trailing commaRyo Yoshida-0/+126
2022-07-08Update remaining GitHub URLsJonas Schievink-18/+18
2022-06-02fix: parsing of `?` opt-out trait boundsXFFXFF-0/+48
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-184/+26
2022-05-13Revert "fix: Remap float parts as integers when parsed as indices"Jonas Schievink-3/+3
2022-05-13Revert "Don't remap float tokens to `INT_NUMBER`"Jonas Schievink-3/+3
2022-05-12Don't remap float tokens to `INT_NUMBER`Jonas Schievink-3/+3
2022-05-07fix: Remap float parts as integers when parsed as indicesLukas Wirth-3/+3
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-14/+13
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-22/+109
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-3/+4
2022-05-05Add testsJonas Schievink-0/+35
2022-05-05Split float literal tokens at the `.`Jonas Schievink-26/+59
2022-05-05Wrap float literals in their own nodeJonas Schievink-3/+6
2022-04-17update parser to support associated const equalityXFFXFF-0/+108
2022-04-10Parse for<'a> closure syntaxLukas Wirth-115/+204
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-428/+447
2022-03-31Remove parser restriction on varargs positioningJonas Schievink-2/+18
2022-03-11refactor: Rename and move const_arg_pathSteven Joruk-31/+37
2022-03-11fix: Stop wrapping ConstParam's default values in ConstArgSteven Joruk-38/+65
2022-03-10Add support for new `where` clause location in associated types.Dario Nieuwenhuis-7/+41
2022-03-06Bring back syntax highlighting in test dataAleksey Kladov-48821/+24849
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-8/+8
2022-03-02Parse destructuring assignmentChayim Refael Friedman-213/+482
2022-02-21Update testsChayim Refael Friedman-770/+511
2022-02-13fix handle static async and static async movebellau-0/+36
2022-02-12support static move toobellau-0/+17