about summary refs log tree commit diff
path: root/crates/syntax/src/tests
AgeCommit message (Expand)AuthorLines
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-17/+2
2022-05-05Indicate the number of float tokens in the first tokenJonas Schievink-1/+14
2022-05-05Split float literal tokens at the `.`Jonas Schievink-3/+3
2022-05-05Wrap float literals in their own nodeJonas Schievink-0/+2
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-1/+1
2022-04-05Wrap macros in expr position in `MacroExpr` nodeJonas Schievink-0/+1
2022-04-01internal: Move rust.ungram into rust-analyzer/crates/syntaxLukas Wirth-2/+3
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-12/+16
2022-03-05Merge #11598bors[bot]-0/+1
2022-03-02Parse destructuring assignmentChayim Refael Friedman-0/+1
2022-02-26Fix body selection in while loopsLaurențiu Nicola-2/+3
2022-02-21Parse `let` expressions in order to support `let` chainsChayim Refael Friedman-1/+1
2022-01-08Allow doc comments on all `Item`sJonas Schievink-1/+3
2022-01-07Generate `AnyHasDocComments` nodeLukas Wirth-0/+27
2021-12-26internal: move inline parser tests to parser crateAleksey Kladov-124/+0
2021-12-12parser tests workAleksey Kladov-0/+12
2021-10-30Fix for-loop expressions breaking with BlockExpr iterableLukas Wirth-4/+11
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-1/+1
2021-10-23internal: remove unused dollarsAleksey Kladov-10/+1
2021-10-19internal: Parse const trait boundsLukas Wirth-0/+1
2021-10-07Support `let...else`Jonas Schievink-0/+1
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-7/+8
2021-10-02minor: generated code readabilityAleksey Kladov-1/+2
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-8/+8
2021-09-27Rename `Dyn*` nodes to `Any*` nodesLukas Wirth-4/+4
2021-09-26internal: more reasonable grammar for blocksAleksey Kladov-1/+1
2021-09-25minore: improve consistencyAleksey Kladov-8/+8
2021-09-21SimplifyLukas Wirth-5/+1
2021-09-21SimplifyLukas Wirth-7/+5
2021-09-21Generate ast nodes for each ast traitLukas Wirth-0/+61
2021-09-06minor: modernizeAleksey Kladov-0/+1
2021-07-03internal: overhaul code generationAleksey Kladov-0/+1129