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
2025-06-26
Disallow empty labels and references (#5776) (#6332)
Said A.
2025-06-12
Unify `EvalMode` and `LexMode` into `SyntaxMode` (#6432)
cAttte
2025-06-10
Adjust source file API surface (#6423)
Laurenz
2025-06-10
Table multiple headers and subheaders (#6168)
PgBiel
2025-06-10
Report errors in external files (#6308)
Tobias Schmitz
2025-06-10
Improve number lexing (#5969)
Ian Wrzesinski
2025-06-09
Clean up some parser comments (#6398)
Ian Wrzesinski
2025-04-02
Parse multi-character numbers consistently in math (#5996)
Ian Wrzesinski
2025-03-24
Use `u64` instead of `usize` to store counter and enumeration item numbers, s...
Eduardo Sánchez Muñoz
2025-02-26
Improve clarity of `ast.rs` for newcomers to the codebase (#5784)
Ian Wrzesinski
2025-02-24
Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)
Laurenz
2025-02-23
Make math shorthands noncontinuable (#5925)
Max
2025-01-31
Change the default math class of U+22A5 ⊥ UP TACK to Normal (#5714)
Malo
2025-01-29
Resolve bound name of bare import statically (#5773)
Laurenz
2025-01-23
Just add MathText SyntaxKind
Ian Wrzesinski
2025-01-23
Ignore shebang at start of file (#5702)
T0mstone
2025-01-23
Support syntactically directly nested list, enum, and term list (#5728)
wznmickey
2025-01-23
Fix delimiter unparen syntax (#5739)
Ian Wrzesinski
2025-01-16
Fix list indent when starting at an open bracket (#5677)
Ian Wrzesinski
2025-01-09
Better math argument parsing (#5008)
Max
2024-12-20
Remove unused single quote shorthand (#5609)
Ian Wrzesinski
2024-12-17
Rename `pattern` to `tiling` (#5590)
Laurenz
2024-12-11
Improve raw trimming (#5541)
Ian Wrzesinski
2024-12-09
Forbid base prefix for numbers with a unit (#5548)
wznmickey
2024-12-08
Convert unopened square-brackets into a hard error (#5414)
Ian Wrzesinski
2024-12-05
Bump Rust to 1.83 (#5534)
Laurenz
2024-11-13
Add support for raw range spans
Laurenz
2024-11-04
Refactor Parser (#5310)
Laurenz
2024-11-03
18. Restore list indent behavior
Ian Wrzesinski
2024-11-03
17. Replace while loop closures and Parser::end() to use SyntaxSet
Ian Wrzesinski
2024-11-03
16. Compress with_mode and with_nl_mode to reduce rightward drift
Ian Wrzesinski
2024-11-03
15. Convert Markup mode to use newline modes
Ian Wrzesinski
2024-11-01
Disallow space between ident and paren in set rule (#5269)
Ian Wrzesinski
2024-10-31
14. Update 'maybe_wrap_in_math' to remove 'wrap_within' and 'post_process'!
Ian Wrzesinski
2024-10-31
13. Reorder functions to avoid jumping around when reading code. No actual ch...
Ian Wrzesinski
2024-10-31
12. Add the Token type and replace lex/skip/save methods
Ian Wrzesinski
2024-10-31
11. Add Parser::finish_into
Ian Wrzesinski
2024-10-31
10. Change parser modes using closures instead of manual stacks
Ian Wrzesinski
2024-10-31
9. Parse math field access in the lexer
Ian Wrzesinski
2024-10-31
8. Create Raw nodes entirely within the lexer
Ian Wrzesinski
2024-10-31
7. Return SyntaxNodes from the Lexer
Ian Wrzesinski
2024-10-31
6. Reduce size of memoization map state
Ian Wrzesinski
2024-10-31
5. Refactor parser memoization to localize functionality
Ian Wrzesinski
2024-10-31
4. Rename convert to convert_and_eat
Ian Wrzesinski
2024-10-31
3. Add typst-syntax README and parser comments
Ian Wrzesinski
2024-10-31
Replace `once_cell`'s `Lazy` as much as possible (#4617)
Abdul-Rahman Sibahi
2024-10-27
Split out four new crates (#5302)
Laurenz
2024-10-22
Syntax set macro (#5138)
Ian Wrzesinski
2024-10-10
More robust glyph drawing (#5159)
Laurenz
2024-10-07
Fix "thumbnail" key in manifest files not being optional (#5122)
Armin Brauns
[next]