summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/source.rs
AgeCommit message (Collapse)Author
2025-06-10Adjust source file API surface (#6423)Laurenz
2025-06-10Report errors in external files (#6308)Tobias Schmitz
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-11-13Add support for raw range spansLaurenz
2024-10-27Split out four new crates (#5302)Laurenz
2024-05-13Replace all `Prehashed` with `LazyHash` (#4127)Laurenz
2024-04-30Fix suffix computation for Source::replace (#3989)QuarticCat
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-11-21Tidy up some importsLaurenz
2023-11-19Streamline importsLaurenz
2023-09-19Incremental parsing in CLILaurenz
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-08-29More type safety for spansLaurenz
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-07-18Extract syntax module into typst-syntax crateLaurenz