summaryrefslogtreecommitdiff
path: root/tests/src/benches.rs
AgeCommit message (Collapse)Author
2024-03-07Remove unmaintained benchmarks (#3569)Laurenz
2024-02-28Externalize assets (#3515)Laurenz
2024-01-17Add `Page` structLaurenz
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2023-12-18Key/Value data from CLI (#2894)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-19Rename typeset function to layoutLaurenz
2023-11-08Extract `typst-render` crateLaurenz
2023-08-29Add a bit more docs to `compile`Laurenz
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-06-27Basic package managementLaurenz
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-04-18ClippyLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-12Merge branch 'main' into ngMartin Haug
2023-03-09Make render background color configurableLaurenz
2023-03-01Split up `model` moduleLaurenz
2023-02-25New default styleLaurenz
2023-01-31Move assetsLaurenz
2023-01-27Tracing-based expression tooltipsLaurenz
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2023-01-14Reorganize syntax moduleLaurenz
2023-01-03New import syntaxLaurenz
2022-12-14Move highlighting into new IDE moduleLaurenz
2022-11-29Reorganize library and testsLaurenz
2022-11-26Document metadataLaurenz
2022-11-24Separate typesetting and compilationLaurenz
2022-11-23Introduce `Library`Laurenz
2022-11-23More general evaluation interfaceLaurenz
2022-11-20Move font folderLaurenz
2022-11-04Style changesLaurenz
2022-11-03Tidy up libraryLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414