summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
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-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-01Basic feature flag mechanism (#5350)Laurenz
2024-11-01Disallow space between ident and paren in set rule (#5269)Ian Wrzesinski
2024-11-01Support Greek Numbering (#4273)LU Jialin
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-31Make `Vm` attributes more public (#5148)frozolotl
2024-10-31Add `calc.norm()` function to compute euclidean norms (#4581)HydroH
2024-10-31Added Numero Sign № (U+2116) (#5326)Andrew Voynov
2024-10-31More consistent `self-update` assets determination (#5333)Yip Coekjan
2024-10-31Add a warning for `is` to anticipate using it as a keyword (#5229)Ian Wrzesinski
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
2024-10-30Make `math.bold` compatible with Greek digamma (#5316)Malo
2024-10-30Guard against font bug in math glyph assembly code (#5288)Max
2024-10-30Add `math.accent` support for `flac` and `dtls` OpenType features (#5202)Max
2024-10-29Fix type of plugin (#5321)Laurenz
2024-10-28Fix wrong Greek and Ukrainian language codes (#5261)Kevin K.
2024-10-28Fix clipping with outset (#5295)Eric Biedert
2024-10-28Add explicit notice about unicode minus sign in the str function (#5301)lucaslugao
2024-10-28Fix wrong drop order for self-referential struct (#5306)Giacomo Stevanato
2024-10-28Corrects link to wasi-stub in plugin documentation (#5308)Chad Skeeters
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-22Syntax set macro (#5138)Ian Wrzesinski
2024-10-22Improved docs for `par.line.numbering-scope` (#5250)Andrew Voynov
2024-10-18Fix optimized linebreaks without justification (#5236)Laurenz
2024-10-15Docs and changelog improvements (#5147)Laurenz
2024-10-15Greet users who run `typst` for the first time (#5210)Laurenz
2024-10-14(Re-)implement rounding with negative digits (#5198)PgBiel
2024-10-14Put floats back above footnotes instead of below (#5204)Laurenz
2024-10-14Fix tag order with `place` and fr block bugs (#5203)Laurenz
2024-10-12Fix outline with CJK text (#5187)Laurenz
2024-10-12Refactor and fix bounds metric (#5186)Laurenz