index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
typst-syntax
Age
Commit message (
Expand
)
Author
2024-06-04
Hint for labels in code mode (#4319)
Yip Coekjan
2024-05-30
Fix race condition in interners (#4300)
Laurenz
2024-05-30
Add nested import syntax (#4228)
Tulio Martins
2024-05-29
Fix `Default` impls for AST nodes (#4288)
Laurenz
2024-05-29
Reorder syntax kinds (#4287)
Laurenz
2024-05-17
Fix raw block has extra space when end with backtick (#4162)
Wenzhuo Liu
2024-05-13
Replace all `Prehashed` with `LazyHash` (#4127)
Laurenz
2024-04-30
Let let-binding raise error on unexpected keywords (#4034)
Leedehai
2024-04-30
Fix suffix computation for Source::replace (#3989)
QuarticCat
2024-04-19
Fix empty 2-d math args with whitespace/trivia (#3786)
Ian Wrzesinski
2024-04-08
SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)
Leedehai
2024-04-04
Let the lexer respect linebreaks within inline raw (#3756)
Leedehai
2024-04-03
Fix newline parsing behavior in code mode (#3780)
Leedehai
2024-04-02
A few CI and crate config changes (#3852)
Laurenz
2024-04-01
Add side parameter to leaf_at (#3767)
Matthew Toohey
2024-03-15
Final touches (#3678)
Laurenz
2024-03-12
Fix parsing of parenthesized imports (#3633)
Laurenz
2024-03-09
Update changelog and roadmap (#3594)
Laurenz
2024-03-06
Add `typst init` command (#3544)
Laurenz
2024-03-03
Fix some comments (#3541)
geekvest
2024-03-01
Provide more fine-grained spans in raw blocks (#3257)
Myriad-Dreamin
2024-02-29
Add `depth` and `offset` field to `heading` (#3038)
tingerrr
2024-02-28
Make use of `is_some_and` where applicable (#3523)
Laurenz
2024-02-27
Fix bugs with parenthesized expression parsing (#3505)
Laurenz
2024-02-27
Fix parser bug with space before colon (#3504)
Laurenz
2024-02-27
New context system (#3497)
Laurenz
2024-02-21
Destructuring improvements (#3463)
Laurenz
2024-02-18
Introduce `SyntaxSet` (#3450)
Laurenz
2024-02-12
lexer: Allow emphasis in Korean text without spaces (#3397)
Natsu Kagami
2024-02-05
Support reading input from stdin (#3339)
spore
2024-01-30
Remove an unnecessary clone in loop evaluation (#3297)
Leedehai
2024-01-29
Do not parse special spaces to Space Token (#3267)
Peng Guanwen
2024-01-16
Syntax error if function name is parenthesized (#3058)
Heinenen
2024-01-02
Don't stop parsing markup text for braces (#3112)
Nathan Varner
2023-12-30
Don't allow nested line comment inside block comment (#3048)
Heinenen
2023-12-30
New performance timings (#3096)
Sébastien d'Herbais de Thun
2023-12-18
Fix a parser bug causing `x.)` to be treated as a field access (#2962)
Carson McManus
2023-11-27
Make workspace inheriting consistent
Laurenz
2023-11-27
Fix trailing comma of function call in math mode (#2772)
T0mstone
2023-11-27
Use clippy workspace lints and inline format args (#2771)
danieleades
2023-11-26
Rework `Vt` into `Engine`
Laurenz
2023-11-24
Merge `typst` and `typst-library`
Laurenz
2023-11-21
Tidy up some imports
Laurenz
2023-11-19
Streamline imports
Laurenz
2023-11-15
Lexer change: Allow emphasis in CJK text without spaces (#2648)
Peng Guanwen
2023-11-13
Fix potential line splitting issue in `raw` (#2674)
Sébastien d'Herbais de Thun
2023-11-08
Switch to workspace dependencies
Laurenz
2023-11-07
Add hints for invalid identifier errors (#2583)
tingerrr
2023-11-06
Prevent silent swallowing of return expressions trailing arguments (#2545)
Samuel Tardieu
2023-11-02
Implement dict key interpolation (#2559)
Matt Fellenz
[next]