about summary refs log tree commit diff
path: root/crates/parser/src
AgeCommit message (Expand)AuthorLines
2022-06-02fix: parsing of `?` opt-out trait boundsXFFXFF-0/+6
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-87/+17
2022-05-13Revert "fix: Remap float parts as integers when parsed as indices"Jonas Schievink-2/+2
2022-05-13Revert "Don't remap float tokens to `INT_NUMBER`"Jonas Schievink-3/+1
2022-05-12Don't remap float tokens to `INT_NUMBER`Jonas Schievink-1/+3
2022-05-07fix: Remap float parts as integers when parsed as indicesLukas Wirth-2/+2
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-10/+5
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-19/+58
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-12/+19
2022-05-05Add testsJonas Schievink-0/+2
2022-05-05Split float literal tokens at the `.`Jonas Schievink-16/+36
2022-05-05Wrap float literals in their own nodeJonas Schievink-2/+9
2022-05-02Add a `Converter` type for token conversionJonas Schievink-143/+168
2022-04-27fix: Use pattern recovery set when parsing ident patternsLukas Wirth-9/+6
2022-04-17update parser to support associated const equalityXFFXFF-3/+11
2022-04-10Parse for<'a> closure syntaxLukas Wirth-42/+38
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-2/+5
2022-04-01recover from missing type annotationhkalbasi-0/+6
2022-03-31Remove parser restriction on varargs positioningJonas Schievink-26/+19
2022-03-11refactor: Rename and move const_arg_pathSteven Joruk-2/+4
2022-03-11refactor: Rename const_arg_content to const_arg_exprSteven Joruk-3/+3
2022-03-11fix: Stop wrapping ConstParam's default values in ConstArgSteven Joruk-12/+17
2022-03-10Add support for new `where` clause location in associated types.Dario Nieuwenhuis-1/+6
2022-03-06Bring back syntax highlighting in test dataAleksey Kladov-9/+9
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-9/+12
2022-03-02Parse destructuring assignmentChayim Refael Friedman-1/+22
2022-02-21Update testsChayim Refael Friedman-11/+13
2022-02-21Parse `let` expressions in order to support `let` chainsChayim Refael Friedman-21/+24
2022-02-14Fix stylebellau-9/+5
2022-02-13oops, remove printlnbellau-1/+0
2022-02-13fix handle static async and static async movebellau-3/+18
2022-02-12Fix stylebellau-1/+1
2022-02-12support static move toobellau-3/+5
2022-02-12Fix stylesbellau-1/+1
2022-02-12Fix Immovable generator syntax (static ||) not recognized #11448bellau-1/+5
2022-01-17Allow macros to expand to or-patternsJonas Schievink-1/+1
2022-01-02add empty input testsAleksey Kladov-0/+39
2022-01-02more intuitive orderAleksey Kladov-43/+43
2022-01-02check top level entry point invariantsAleksey Kladov-5/+36
2022-01-02add top-level tests for expressionsAleksey Kladov-1/+54
2022-01-02add top level tests for typesAleksey Kladov-1/+65
2022-01-02enforce parsing invariant for patternsAleksey Kladov-1/+41
2022-01-02internal: more macro testsAleksey Kladov-1/+26
2022-01-02add test for macro itemsAleksey Kladov-0/+37
2022-01-02split prefix/top testsAleksey Kladov-210/+208
2022-01-02add tests for macro statementsAleksey Kladov-0/+43
2022-01-02start top-level entry point testsAleksey Kladov-2/+70
2022-01-02minor: generalizeAleksey Kladov-7/+7
2022-01-01internal: add more prefix entry point testsAleksey Kladov-1/+21
2022-01-01add path testsAleksey Kladov-0/+10