summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-13Simplify go-to-definitionLaurenz
2024-11-13Bump wasmiLaurenz
2024-11-13Silence `typst-timing` warnings on WebAssemblyLaurenz
2024-11-13Add support for raw range spansLaurenz
2024-11-13Simplify import handlingLaurenz
2024-11-13Move a few things into separate filesLaurenz
2024-11-13Figure body snippetsLaurenz
2024-11-13Distinguish between more completion kindsLaurenz
2024-11-13Autocomplete file pathsLaurenz
2024-11-13Introduce `IdeWorld` traitLaurenz
2024-11-13Do not complete existing positional parametersLaurenz
2024-11-13Star import tooltipLaurenz
2024-11-13Simplify tooltip testsLaurenz
2024-11-13Autocomplete different functions with different bracketsLaurenz
2024-11-13Fix `#cite` autocompletionLaurenz
2024-11-13Simplify autocompletion testsLaurenz
2024-11-12Add support for page references through new `ref.form` property (#4729)Max
2024-11-12Add `asymp` and `asymp.not` symbols (#5391)Pascal Quach
2024-11-12Removed deprecated `diff` symbol (#5388)Andrew Voynov
2024-11-07Remove unused dependencies (#5379)Yip Coekjan
2024-11-05Add `sym.eq.triple.not` (#5372)Johann Birnick
2024-11-05Fix unstoppable empty footnote loop (#5354) (#5364)wznmickey
2024-11-05Fix a typo in architecture.md (#5374)SelfMadeSystem
2024-11-04Add funding-manifest-urls for FLOSS/fund (#5366)Martin Haug
2024-11-04Disable justification in `raw(block: true, ...)` (#4889)Sébastien d'Herbais de Thun
2024-11-04Refactor Parser (#5310)Laurenz
2024-11-0318. Restore list indent behaviorIan Wrzesinski
2024-11-0317. Replace while loop closures and Parser::end() to use SyntaxSetIan Wrzesinski
2024-11-0316. Compress with_mode and with_nl_mode to reduce rightward driftIan Wrzesinski
2024-11-0315. Convert Markup mode to use newline modesIan Wrzesinski
2024-11-01Allow triggering the release workflow manually (#5349)Yip Coekjan
2024-11-01Basic feature flag mechanism (#5350)Laurenz
2024-11-01Bump rust in `release.yml` (#5340)Yip Coekjan
2024-11-01Disallow space between ident and paren in set rule (#5269)Ian Wrzesinski
2024-11-01Support Greek Numbering (#4273)LU Jialin
2024-11-01Bump Rust in Nix flake to 1.82 (#5345)Max
2024-10-3114. Update 'maybe_wrap_in_math' to remove 'wrap_within' and 'post_process'!Ian Wrzesinski
2024-10-3113. Reorder functions to avoid jumping around when reading code. No actual ch...Ian Wrzesinski
2024-10-3112. Add the Token type and replace lex/skip/save methodsIan Wrzesinski
2024-10-3111. Add Parser::finish_intoIan Wrzesinski
2024-10-3110. Change parser modes using closures instead of manual stacksIan Wrzesinski
2024-10-319. Parse math field access in the lexerIan Wrzesinski
2024-10-318. Create Raw nodes entirely within the lexerIan Wrzesinski
2024-10-317. Return SyntaxNodes from the LexerIan Wrzesinski
2024-10-316. Reduce size of memoization map stateIan Wrzesinski
2024-10-315. Refactor parser memoization to localize functionalityIan Wrzesinski
2024-10-314. Rename convert to convert_and_eatIan Wrzesinski
2024-10-313. Add typst-syntax README and parser commentsIan Wrzesinski
2024-10-312. Allow compiling test-runner with only typst_syntaxIan Wrzesinski
2024-10-311. Add test-runner option to compare parser outputIan Wrzesinski