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
2024-07-29
apply suggested improvements
warn-suppression
PgBiel
2024-07-23
add parenthesized annotation linebreak support
PgBiel
2024-07-23
initial improvements to allow multiline annotations
PgBiel
2024-07-23
improve errors in annotations
PgBiel
2024-07-22
initial changes towards simpler syntax
PgBiel
2024-07-16
improve some var names
PgBiel
2024-07-16
fix annotation syntax in comments
PgBiel
2024-07-16
decorator -> annotation
PgBiel
2024-07-16
new decorator syntax: '// @'
PgBiel
2024-07-15
remove inner node 'capped_newlines' field
PgBiel
2024-07-15
improve comments and formatting
PgBiel
2024-07-15
Merge branch 'main' into warn-suppression
PgBiel
2024-07-15
current_kind -> current
PgBiel
2024-07-14
Change the signature of `World::main` (#4531)
Myriad-Dreamin
2024-07-14
Fix lexer behavior on non-whitespace before ref (#4553)
Yip Coekjan
2024-07-11
Spans for cross-file go-to-definition (#4539)
Laurenz
2024-07-10
Add missing keys to manifest types (#4494)
tingerrr
2024-07-08
Primes should not further raise next superscript's position (#4492)
Leedehai
2024-06-27
dot
PgBiel
2024-06-27
simplify decorator arguments in the AST
PgBiel
2024-06-27
improve tree search
PgBiel
2024-06-27
fix newline counting
PgBiel
2024-06-26
lexer: make 'take_error' internal
PgBiel
2024-06-26
minor decorator lexing improvements
PgBiel
2024-06-26
create DecoratorMarker and DecoratorName
PgBiel
2024-06-26
use proper name for paren tokens
PgBiel
2024-06-26
add doc comment regarding lexer subtrees
PgBiel
2024-06-26
remove redundant '-' identifier check
PgBiel
2024-06-26
proper decorator parsing
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
don't swallow newlines in decorator lexing
PgBiel
2024-06-26
search for 'allow' decorators
PgBiel
2024-06-26
use lexer subtrees to parse decorators
PgBiel
2024-06-26
initial decorator parsing in markup
PgBiel
2024-06-26
separate DecoratorMarker from Decorator
PgBiel
2024-06-26
fix decorator lexing with wrong offsets
PgBiel
2024-06-26
initial decorator lexing
PgBiel
2024-06-26
decorator syntax
PgBiel
2024-06-26
initial attached comment detection
PgBiel
2024-06-22
Better error message when package version not exists (#4429)
Yip Coekjan
2024-06-22
Allow "imprecise" bounds for the compiler version (#4394)
Clemens Koza
2024-06-12
Lexer hint (#4346)
astrale-sharp
2024-06-11
Add hint when string is used in place of label (#4330)
+merlan #flirora
2024-06-04
Hint for labels in code mode (#4319)
Yip Coekjan
2024-05-30
Fix race condition in interners (#4300)
Laurenz
2024-05-30
Add nested import syntax (#4228)
Tulio Martins
2024-05-29
Fix `Default` impls for AST nodes (#4288)
Laurenz
2024-05-29
Reorder syntax kinds (#4287)
Laurenz
[next]