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
Age
Commit message (
Expand
)
Author
2024-11-26
Tags shouldn't affect row height in equations (#5458)
Max
2024-11-26
Update NewCM fonts to version 7.0.0 (#5465)
Max
2024-11-26
Docs: note `par.linebreaks` in `text.costs` (#5434)
Johann Birnick
2024-11-26
Support for Basque language (#5429)
Iagoba Apellaniz
2024-11-17
Use `codex` for symbols (#5421)
Malo
2024-11-17
Timings for `state.at` and `state.get` (#5411)
Sébastien d'Herbais de Thun
2024-11-17
Fix unnecessary hyphenation (#5394)
wznmickey
2024-11-13
Smarter filtering of scope completions
Laurenz
2024-11-13
Simplify go-to-definition
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-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
Basic feature flag mechanism (#5350)
Laurenz
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-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
[next]