summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/node.rs
AgeCommit message (Expand)Author
2024-07-23initial improvements to allow multiline annotationsPgBiel
2024-07-16decorator -> annotationPgBiel
2024-07-15remove inner node 'capped_newlines' fieldPgBiel
2024-06-27improve tree searchPgBiel
2024-06-27fix newline countingPgBiel
2024-06-26lexer now returns nodesPgBiel
2024-06-26satisfy clippyPgBiel
2024-06-26allow same line decorator searchPgBiel
2024-06-26search for 'allow' decoratorsPgBiel
2024-06-26initial attached comment detectionPgBiel
2024-06-12Lexer hint (#4346)astrale-sharp
2024-05-29Fix `Default` impls for AST nodes (#4288)Laurenz
2024-04-08SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)Leedehai
2024-04-01Add side parameter to leaf_at (#3767)Matthew Toohey
2024-02-21Destructuring improvements (#3463)Laurenz
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
2023-11-19Streamline importsLaurenz
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-17Replace `Vec` with `EcoVec`, removed `Box` (#2420)Sébastien d'Herbais de Thun
2023-09-19Improve span stability after incremental parsingLaurenz
2023-08-29More type safety for spansLaurenz
2023-08-19Make AST borrowedLaurenz
2023-07-18Extract syntax module into typst-syntax crateLaurenz