summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
AgeCommit message (Expand)Author
2024-02-12lexer: Allow emphasis in Korean text without spaces (#3397)Natsu Kagami
2024-02-05Support reading input from stdin (#3339)spore
2024-01-30Remove an unnecessary clone in loop evaluation (#3297)Leedehai
2024-01-29Do not parse special spaces to Space Token (#3267)Peng Guanwen
2024-01-16Syntax error if function name is parenthesized (#3058)Heinenen
2024-01-02Don't stop parsing markup text for braces (#3112)Nathan Varner
2023-12-30Don't allow nested line comment inside block comment (#3048)Heinenen
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
2023-12-18Fix a parser bug causing `x.)` to be treated as a field access (#2962)Carson McManus
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Fix trailing comma of function call in math mode (#2772)T0mstone
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-26Rework `Vt` into `Engine`Laurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-21Tidy up some importsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-15Lexer change: Allow emphasis in CJK text without spaces (#2648)Peng Guanwen
2023-11-13Fix potential line splitting issue in `raw` (#2674)Sébastien d'Herbais de Thun
2023-11-08Switch to workspace dependenciesLaurenz
2023-11-07Add hints for invalid identifier errors (#2583)tingerrr
2023-11-06Prevent silent swallowing of return expressions trailing arguments (#2545)Samuel Tardieu
2023-11-02Implement dict key interpolation (#2559)Matt Fellenz
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-29Linebreaking for linksLaurenz
2023-10-19Fix tag list orderLaurenz
2023-10-17Replace `Vec` with `EcoVec`, removed `Box` (#2420)Sébastien d'Herbais de Thun
2023-10-12MathAttach::primes: account for possible hash before base (#2363)bluebear94
2023-10-09Hashtag -> HashLaurenz
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-09Bump ecowLaurenz
2023-09-26Extract IDE crateLaurenz
2023-09-19Improve span stability after incremental parsingLaurenz
2023-09-19Incremental parsing in CLILaurenz
2023-09-16Fix missing capturing of assignmentsLaurenz
2023-09-16Fix incremental compilation by fixing closure capturingLaurenz
2023-09-12Fix newline parsing behaviour in markupLaurenz
2023-09-11First-class typesLaurenz
2023-09-06Don't automatically match fencesLaurenz
2023-09-04Allow packages to specify their minimum compiler versionLaurenz
2023-09-04Update ast.rs (#2057)KillTheMule
2023-08-30Allow renaming imports with `as` (#1923)Pg Biel
2023-08-29More type safety for spansLaurenz
2023-08-22Virtual path typeLaurenz
2023-08-21Set new minimum serde versionLaurenz
2023-08-19Restrict serde versionLaurenz
2023-08-19Make AST borrowedLaurenz
2023-08-10Fix single prime in subscript (#1909)sitandr
2023-08-03Split markup and math shorthands for docsLaurenz
2023-08-03enum ident one more then current start (#1824)Anton Wetzel
2023-07-19Enable ecow's serde feature for typst-syntaxLaurenz