summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
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
2024-10-12Fix logical ordering of floats and footnotes (#5185)Laurenz
2024-10-11Fix hashing of equal decimals with different scales (#5179)PgBiel
2024-10-10Fix bug in `math.frac` layout code (#5177)Max
2024-10-10Fix scales for unit conversion (#5169)Laurenz
2024-10-10Resolve lengths in math with scaled font size (#5168)Eric Biedert
2024-10-10More robust glyph drawing (#5159)Laurenz
2024-10-08Disable line numbers for block equations (#5163)Laurenz
2024-10-08Allow unbreakable multi-layouters to expand (#5162)Laurenz
2024-10-08Allow sticky blocks to be breakable (#5161)Laurenz
2024-10-08Fix smartquotes after inline equations (#5149)Yip Coekjan
2024-10-07Fix hint for destructuring to an array with at least 1 element (#5154)+merlan #flirora