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
Age
Commit message (
Expand
)
Author
2024-11-13
Simplify go-to-definition
Laurenz
2024-11-13
Bump wasmi
Laurenz
2024-11-13
Silence `typst-timing` warnings on WebAssembly
Laurenz
2024-11-13
Add support for raw range spans
Laurenz
2024-11-13
Simplify import handling
Laurenz
2024-11-13
Move a few things into separate files
Laurenz
2024-11-13
Figure body snippets
Laurenz
2024-11-13
Distinguish between more completion kinds
Laurenz
2024-11-13
Autocomplete file paths
Laurenz
2024-11-13
Introduce `IdeWorld` trait
Laurenz
2024-11-13
Do not complete existing positional parameters
Laurenz
2024-11-13
Star import tooltip
Laurenz
2024-11-13
Simplify tooltip tests
Laurenz
2024-11-13
Autocomplete different functions with different brackets
Laurenz
2024-11-13
Fix `#cite` autocompletion
Laurenz
2024-11-13
Simplify autocompletion tests
Laurenz
2024-11-12
Add support for page references through new `ref.form` property (#4729)
Max
2024-11-12
Add `asymp` and `asymp.not` symbols (#5391)
Pascal Quach
2024-11-12
Removed deprecated `diff` symbol (#5388)
Andrew Voynov
2024-11-07
Remove unused dependencies (#5379)
Yip Coekjan
2024-11-05
Add `sym.eq.triple.not` (#5372)
Johann Birnick
2024-11-05
Fix unstoppable empty footnote loop (#5354) (#5364)
wznmickey
2024-11-05
Fix a typo in architecture.md (#5374)
SelfMadeSystem
2024-11-04
Add funding-manifest-urls for FLOSS/fund (#5366)
Martin Haug
2024-11-04
Disable justification in `raw(block: true, ...)` (#4889)
Sébastien d'Herbais de Thun
2024-11-04
Refactor Parser (#5310)
Laurenz
2024-11-03
18. Restore list indent behavior
Ian Wrzesinski
2024-11-03
17. Replace while loop closures and Parser::end() to use SyntaxSet
Ian Wrzesinski
2024-11-03
16. Compress with_mode and with_nl_mode to reduce rightward drift
Ian Wrzesinski
2024-11-03
15. Convert Markup mode to use newline modes
Ian Wrzesinski
2024-11-01
Allow triggering the release workflow manually (#5349)
Yip Coekjan
2024-11-01
Basic feature flag mechanism (#5350)
Laurenz
2024-11-01
Bump rust in `release.yml` (#5340)
Yip Coekjan
2024-11-01
Disallow space between ident and paren in set rule (#5269)
Ian Wrzesinski
2024-11-01
Support Greek Numbering (#4273)
LU Jialin
2024-11-01
Bump Rust in Nix flake to 1.82 (#5345)
Max
2024-10-31
14. Update 'maybe_wrap_in_math' to remove 'wrap_within' and 'post_process'!
Ian Wrzesinski
2024-10-31
13. Reorder functions to avoid jumping around when reading code. No actual ch...
Ian Wrzesinski
2024-10-31
12. Add the Token type and replace lex/skip/save methods
Ian Wrzesinski
2024-10-31
11. Add Parser::finish_into
Ian Wrzesinski
2024-10-31
10. Change parser modes using closures instead of manual stacks
Ian Wrzesinski
2024-10-31
9. Parse math field access in the lexer
Ian Wrzesinski
2024-10-31
8. Create Raw nodes entirely within the lexer
Ian Wrzesinski
2024-10-31
7. Return SyntaxNodes from the Lexer
Ian Wrzesinski
2024-10-31
6. Reduce size of memoization map state
Ian Wrzesinski
2024-10-31
5. Refactor parser memoization to localize functionality
Ian Wrzesinski
2024-10-31
4. Rename convert to convert_and_eat
Ian Wrzesinski
2024-10-31
3. Add typst-syntax README and parser comments
Ian Wrzesinski
2024-10-31
2. Allow compiling test-runner with only typst_syntax
Ian Wrzesinski
2024-10-31
1. Add test-runner option to compare parser output
Ian Wrzesinski
[next]