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
/
src
/
node.rs
Age
Commit message (
Expand
)
Author
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
2024-12-05
Bump Rust to 1.83 (#5534)
Laurenz
2024-11-13
Add support for raw range spans
Laurenz
2024-08-20
Fix typos (#4784)
Max
2024-06-12
Lexer hint (#4346)
astrale-sharp
2024-05-29
Fix `Default` impls for AST nodes (#4288)
Laurenz
2024-04-08
SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)
Leedehai
2024-04-01
Add side parameter to leaf_at (#3767)
Matthew Toohey
2024-02-21
Destructuring improvements (#3463)
Laurenz
2023-12-30
New performance timings (#3096)
Sébastien d'Herbais de Thun
2023-11-19
Streamline imports
Laurenz
2023-10-30
Fixed typos (#2524)
Fritz Rehde
2023-10-17
Replace `Vec` with `EcoVec`, removed `Box` (#2420)
Sébastien d'Herbais de Thun
2023-09-19
Improve span stability after incremental parsing
Laurenz
2023-08-29
More type safety for spans
Laurenz
2023-08-19
Make AST borrowed
Laurenz
2023-07-18
Extract syntax module into typst-syntax crate
Laurenz