about summary refs log tree commit diff
path: root/crates/parser
AgeCommit message (Expand)AuthorLines
2022-07-19Upgrade to expect-test@1.4.0Amos Wenger-1/+1
2022-07-08Update remaining GitHub URLsJonas Schievink-18/+18
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-06-02fix: parsing of `?` opt-out trait boundsXFFXFF-0/+54
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-271/+43
2022-05-13Revert "fix: Remap float parts as integers when parsed as indices"Jonas Schievink-5/+5
2022-05-13Revert "Don't remap float tokens to `INT_NUMBER`"Jonas Schievink-6/+4
2022-05-12Don't remap float tokens to `INT_NUMBER`Jonas Schievink-4/+6
2022-05-07fix: Remap float parts as integers when parsed as indicesLukas Wirth-5/+5
2022-05-05Maybe everything else *should* have to deal with itJonas Schievink-24/+18
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-41/+167
2022-05-05Wrap floats in token trees in `FLOAT_LITERAL` nodeJonas Schievink-15/+23
2022-05-05Add testsJonas Schievink-0/+37
2022-05-05Split float literal tokens at the `.`Jonas Schievink-42/+95
2022-05-05Wrap float literals in their own nodeJonas Schievink-5/+15
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/+119
2022-04-10Parse for<'a> closure syntaxLukas Wirth-157/+242
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-430/+452
2022-04-01recover from missing type annotationhkalbasi-0/+6
2022-03-31Remove parser restriction on varargs positioningJonas Schievink-28/+37
2022-03-22minor: Bump dependenciesLukas Wirth-3/+2
2022-03-11refactor: Rename and move const_arg_pathSteven Joruk-33/+41
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-50/+82
2022-03-10Add support for new `where` clause location in associated types.Dario Nieuwenhuis-8/+47
2022-03-06Bring back syntax highlighting in test dataAleksey Kladov-48830/+24858
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-17/+20
2022-03-02Parse destructuring assignmentChayim Refael Friedman-214/+504
2022-02-21Update testsChayim Refael Friedman-781/+524
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/+54
2022-02-12Fix stylebellau-1/+1
2022-02-12support static move toobellau-3/+22
2022-02-12Fix stylesbellau-1/+1
2022-02-12Fix Immovable generator syntax (static ||) not recognized #11448bellau-1/+20
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