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
/
parser.rs
Age
Commit message (
Expand
)
Author
2024-07-16
decorator -> annotation
PgBiel
2024-07-15
Merge branch 'main' into warn-suppression
PgBiel
2024-07-15
current_kind -> current
PgBiel
2024-07-08
Primes should not further raise next superscript's position (#4492)
Leedehai
2024-06-26
lexer now returns nodes
PgBiel
2024-06-26
use lexer subtrees to parse decorators
PgBiel
2024-06-26
initial decorator parsing in markup
PgBiel
2024-06-12
Lexer hint (#4346)
astrale-sharp
2024-06-04
Hint for labels in code mode (#4319)
Yip Coekjan
2024-05-30
Add nested import syntax (#4228)
Tulio Martins
2024-04-30
Let let-binding raise error on unexpected keywords (#4034)
Leedehai
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-03
Fix newline parsing behavior in code mode (#3780)
Leedehai
2024-03-12
Fix parsing of parenthesized imports (#3633)
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-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-01-16
Syntax error if function name is parenthesized (#3058)
Heinenen
2023-12-30
New performance timings (#3096)
Sébastien d'Herbais de Thun
2023-12-18
Fix a parser bug causing `x.)` to be treated as a field access (#2962)
Carson McManus
2023-11-19
Streamline imports
Laurenz
2023-11-07
Add hints for invalid identifier errors (#2583)
tingerrr
2023-11-06
Prevent silent swallowing of return expressions trailing arguments (#2545)
Samuel Tardieu
2023-11-02
Implement dict key interpolation (#2559)
Matt Fellenz
2023-10-09
Hashtag -> Hash
Laurenz
2023-09-12
Fix newline parsing behaviour in markup
Laurenz
2023-09-06
Don't automatically match fences
Laurenz
2023-08-30
Allow renaming imports with `as` (#1923)
Pg Biel
2023-08-03
enum ident one more then current start (#1824)
Anton Wetzel
2023-07-18
Extract syntax module into typst-syntax crate
Laurenz