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
2024-07-23
initial improvements to allow multiline annotations
PgBiel
2024-07-16
decorator -> annotation
PgBiel
2024-07-15
remove inner node 'capped_newlines' field
PgBiel
2024-06-27
improve tree search
PgBiel
2024-06-27
fix newline counting
PgBiel
2024-06-26
lexer now returns nodes
PgBiel
2024-06-26
satisfy clippy
PgBiel
2024-06-26
allow same line decorator search
PgBiel
2024-06-26
search for 'allow' decorators
PgBiel
2024-06-26
initial attached comment detection
PgBiel
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