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-cli
/
src
/
world.rs
Age
Commit message (
Expand
)
Author
2025-03-31
Make `World::font` implementations safe (#6117)
Myriad-Dreamin
2025-01-08
More flexible and efficient `Bytes` representation (#5670)
Laurenz
2024-12-05
Live reloading HTTP server for `typst watch` and HTML export (#5524)
Laurenz
2024-12-04
Rename `--feature` to `--features` and support `TYPST_FEATURES` env var (#5523)
Laurenz
2024-12-04
Clean up CLI argument parsing (#5521)
Laurenz
2024-12-04
Add HTML feature flag
Laurenz
2024-11-01
Basic feature flag mechanism (#5350)
Laurenz
2024-10-31
Replace `once_cell`'s `Lazy` as much as possible (#4617)
Abdul-Rahman Sibahi
2024-10-27
Split out four new crates (#5302)
Laurenz
2024-09-26
Single thread support (#4988)
Sébastien d'Herbais de Thun
2024-08-09
Fix system font loading (#4714)
Laurenz
2024-08-05
Add typst-kit crate (#4540)
tingerrr
2024-07-14
Change the signature of `World::main` (#4531)
Myriad-Dreamin
2024-06-10
Basic multi-threading (#4366)
Laurenz
2024-06-06
Add more environment control parameters to CLI (#4227)
LuizAugustoPapa
2024-05-13
Replace all `Prehashed` with `LazyHash` (#4127)
Laurenz
2024-05-13
Factor out `typst-utils` crate (#4125)
Laurenz
2024-04-13
Better test runner (#3922)
Laurenz
2024-04-04
Remove SOURCE_DATE_EPOCH CLI argument (#3859)
frozolotl
2024-04-03
Read `SOURCE_DATE_EPOCH` for better reproducibility (#3809)
frozolotl
2024-03-09
Generate PDF ID automatically unless we really have a stable ID (#3591)
Laurenz
2024-03-07
Bump our crates (#3573)
Laurenz
2024-03-06
Add `typst init` command (#3544)
Laurenz
2024-02-14
Fix typo (#3412)
frozolotl
2024-02-14
Fix watches on moves and removes (#3371)
frozolotl
2024-02-05
Support reading input from stdin (#3339)
spore
2023-12-30
New performance timings (#3096)
Sébastien d'Herbais de Thun
2023-12-18
Parallel export (#2989)
Sébastien d'Herbais de Thun
2023-12-18
Key/Value data from CLI (#2894)
Laurenz
2023-12-14
Make `World` thread-safe
Laurenz
2023-12-08
Less interior mutability in system world
Laurenz
2023-12-08
Move export cache
Laurenz
2023-11-30
Drop dependency on `DashMap`
Laurenz
2023-11-24
Merge `typst` and `typst-library`
Laurenz
2023-11-19
Watching fixes (#2706)
Laurenz
2023-10-27
Add IDs and creation date to PDFs (#2374)
Martin Haug
2023-10-17
Cached export for incremental (#2400)
Sébastien d'Herbais de Thun
2023-09-19
Incremental parsing in CLI
Laurenz
2023-08-22
Virtual path type
Laurenz
2023-08-06
Query-System for metadata (#1812)
Beiri22
2023-08-04
Bytes type
Laurenz
2023-08-01
Fix datetime offset (#1845)
Beiri22
2023-07-18
Extract syntax module into typst-syntax crate
Laurenz
2023-07-02
Move everything into `crates/` directory
Laurenz