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