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
/
src
/
syntax
/
parser.rs
Age
Commit message (
Expand
)
Author
2023-06-20
Make factorial take precedence over fraction in math expressions (#1487)
bluebear94
2023-06-12
Resolve #1141: Add hint for missing numbering, improve hint format consistenc...
Mathias Fischler
2023-06-09
Treat function-looking code in attachment as function (#985)
Alex Saveau
2023-05-24
Rework delimiter errors
Laurenz
2023-05-17
Show default values in documentation
Laurenz
2023-05-03
Parameter pattern bug (#1062)
Marmare314
2023-05-03
Add shorthand for root operation (#929)
Marmare314
2023-04-26
Touch up docs
Laurenz
2023-04-26
Pattern as parameter (#854)
Marmare314
2023-04-25
Destructuring assign (#703)
Marmare314
2023-04-20
forbid underscore as identifier closes #513 (#837)
Marmare314
2023-04-19
Fix argument sinks
Laurenz
2023-04-19
Give more specific error messages (#881)
Leedehai
2023-04-16
refactor SyntaxKind::Pattern (#831)
Marmare314
2023-04-13
Fix function sinks (#638)
Marmare314
2023-04-11
fix parenthesized binding (#707)
Marmare314
2023-04-11
Fix duplicate error message for destructuring
Laurenz
2023-04-06
Unpacking syntax (#532)
Marmare314
2023-03-31
FIX lint clippy::len_without_is_empty (#451)
Marek Barvíř
2023-03-27
Fix parsing of unbalanced delimiters in math
Laurenz
2023-03-27
Fix matrix delimiters
Laurenz
2023-03-21
Fix show rule colon error message
Laurenz
2023-03-18
Rename formula to equation
Laurenz
2023-03-14
Reference supplements
Laurenz
2023-03-11
Section references
Laurenz
2023-03-01
Bump `ecow`
Laurenz
2023-02-23
Merge main back
Laurenz
2023-02-23
Switch to ecow
Laurenz
2023-02-17
Fix semicolon parsing
Laurenz
2023-02-17
Fix error handling after hashtag
Laurenz
2023-02-12
Require colon in show rule
Laurenz
2023-02-12
Fix "not in" precedence
Laurenz
2023-02-02
Fix inconsistency between text and idents in math
Laurenz
2023-02-02
Fix heading and list markers
Laurenz
2023-01-30
No text hashtags
Laurenz
2023-01-30
Highlighting and docs fixes
Laurenz
2023-01-29
HTML highlighting
Laurenz
2023-01-29
Matrices
Laurenz
2023-01-28
Remove method call syntax kind
Laurenz
2023-01-28
More capable math calls
Laurenz
2023-01-28
Rework math attachments and accents
Laurenz
2023-01-27
Fix math spacing bugs
Laurenz
2023-01-27
Scale shorthand brackets
Laurenz
2023-01-27
More `track_caller` annotations
Laurenz
2023-01-27
Hashtags everywhere!
Laurenz
2023-01-23
Math module
Laurenz
2023-01-22
Math delimiter grouping
Laurenz
2023-01-20
Fix a few clippy lints
Laurenz
2023-01-20
Rewrite parser
Laurenz
2023-01-15
Remove most fields from `SyntaxKind` enum
Laurenz
[next]