summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/file.rs
AgeCommit message (Collapse)Author
2024-11-13Add support for raw range spansLaurenz
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-27Split out four new crates (#5302)Laurenz
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-05-30Fix race condition in interners (#4300)Laurenz
2024-03-06Add `typst init` command (#3544)Laurenz
2024-02-05Support reading input from stdin (#3339)spore
2023-11-19Streamline importsLaurenz
2023-09-04Allow packages to specify their minimum compiler versionLaurenz
2023-08-29More type safety for spansLaurenz
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-07-18Extract syntax module into typst-syntax crateLaurenz