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-10-15
More robust glyph drawing (#5159)
Laurenz
2024-10-15
Fix "thumbnail" key in manifest files not being optional (#5122)
Armin Brauns
2024-09-26
Spelling (#5020)
Josh Soref
2024-09-22
Reduce typo count. (#4923)
Bruce Mitchener
2024-09-02
Parenthesized imports (#4869)
Sébastien d'Herbais de Thun
2024-08-22
Fix docstring in package manifest code (#4801)
PgBiel
2024-08-20
Fix typos (#4784)
Max
2024-08-15
Fix lexer on sth followed by comments (#4739)
Yip Coekjan
2024-08-09
Split shorthands into math and markup, add tilde shorthand (#4706)
Max
2024-08-08
Bail out of reparse in `expr_with_paren` if we land on a different char (#4577)
+merlan #flirora
2024-07-14
Change the signature of `World::main` (#4531)
Myriad-Dreamin
2024-07-14
Fix lexer behavior on non-whitespace before ref (#4553)
Yip Coekjan
2024-07-11
Spans for cross-file go-to-definition (#4539)
Laurenz
2024-07-10
Add missing keys to manifest types (#4494)
tingerrr
2024-07-08
Primes should not further raise next superscript's position (#4492)
Leedehai
2024-06-22
Better error message when package version not exists (#4429)
Yip Coekjan
2024-06-22
Allow "imprecise" bounds for the compiler version (#4394)
Clemens Koza
2024-06-12
Lexer hint (#4346)
astrale-sharp
2024-06-11
Add hint when string is used in place of label (#4330)
+merlan #flirora
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
[next]