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
/
ast.rs
Age
Commit message (
Expand
)
Author
2024-07-22
initial changes towards simpler syntax
PgBiel
2024-07-16
fix annotation syntax in comments
PgBiel
2024-07-16
decorator -> annotation
PgBiel
2024-07-15
improve comments and formatting
PgBiel
2024-06-27
simplify decorator arguments in the AST
PgBiel
2024-06-26
create DecoratorMarker and DecoratorName
PgBiel
2024-06-26
search for 'allow' decorators
PgBiel
2024-06-26
initial attached comment detection
PgBiel
2024-05-30
Add nested import syntax (#4228)
Tulio Martins
2024-05-29
Fix `Default` impls for AST nodes (#4288)
Laurenz
2024-03-09
Update changelog and roadmap (#3594)
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
New context system (#3497)
Laurenz
2024-02-21
Destructuring improvements (#3463)
Laurenz
2024-01-30
Remove an unnecessary clone in loop evaluation (#3297)
Leedehai
2023-11-27
Fix trailing comma of function call in math mode (#2772)
T0mstone
2023-11-19
Streamline imports
Laurenz
2023-11-02
Implement dict key interpolation (#2559)
Matt Fellenz
2023-10-12
MathAttach::primes: account for possible hash before base (#2363)
bluebear94
2023-10-09
Hashtag -> Hash
Laurenz
2023-10-09
Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)
MALO
2023-09-16
Fix missing capturing of assignments
Laurenz
2023-09-16
Fix incremental compilation by fixing closure capturing
Laurenz
2023-09-04
Update ast.rs (#2057)
KillTheMule
2023-08-30
Allow renaming imports with `as` (#1923)
Pg Biel
2023-08-19
Make AST borrowed
Laurenz
2023-08-10
Fix single prime in subscript (#1909)
sitandr
2023-08-03
Split markup and math shorthands for docs
Laurenz
2023-07-18
Extract syntax module into typst-syntax crate
Laurenz