summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/span.rs
AgeCommit message (Collapse)Author
2024-11-13Add support for raw range spansLaurenz
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-10More robust glyph drawing (#5159)Laurenz
2024-07-11Spans for cross-file go-to-definition (#4539)Laurenz
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Streamline importsLaurenz
2023-08-29More type safety for spansLaurenz
2023-07-18Extract syntax module into typst-syntax crateLaurenz