summaryrefslogtreecommitdiff
path: root/tests/src/tests.rs
AgeCommit message (Collapse)Author
2023-09-11Update tests for type system changesLaurenz
2023-09-04Allow packages to specify their minimum compiler versionLaurenz
2023-08-29Add a bit more docs to `compile`Laurenz
2023-08-29More type safety for spansLaurenz
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-08-08Refactor SVG export a bitLaurenz
2023-08-08Add SVG export (#1729)Wenzhuo Liu
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-08-03Warn if layout doesn't stabilize (#1684)bluebear94
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-06-28Reintroduce `--root`Laurenz
2023-06-27Basic package managementLaurenz
2023-06-24Tidy upLaurenz
2023-06-24Add infrastructure to enrich errors with hints (#1486)Mathias Fischler
2023-06-12Support for inside and outside margins (#1308)Luis David Licea Torres
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-07refactor: Replace once_cell to std lib (#1402)Yang Hau
2023-06-06Improve value casting infrastructureLaurenz
2023-06-06Rename `into_u16` to `as_u16`Laurenz
2023-05-23Fix tests on windows (#1222)Eric Biedert
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040
2023-04-26Support picking the last subtest by using a random big number (#970)Alex Saveau
2023-04-23Parallelize tests (#900)Alex Saveau
2023-04-21use clap for parsing tests. (#876)astrale-sharp
2023-04-20Add UPDATE_EXPECT envvar to update tests (#748)Alex Saveau
2023-04-18ClippyLaurenz
2023-03-30cli: Allow reading every path not of type dir (#414)Johannes Wolf
2023-03-28Fix tests on WindowsLaurenz
Fixes #386.
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-19Renaming and refactoringLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-12Spans in mathLaurenz
2023-03-12Merge branch 'main' into ngMartin Haug
2023-03-10New #[func] macroLaurenz
2023-03-09Make render background color configurableLaurenz
2023-03-08Rework style chain accessLaurenz
2023-03-08Require font to be a named argumentLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2023-02-24Fix more bad font namesLaurenz
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-01-31Move assetsLaurenz
2023-01-27Tracing-based expression tooltipsLaurenz
2023-01-23Math moduleLaurenz
2023-01-03New import syntaxLaurenz
2022-12-20DocumentationLaurenz
2022-12-19Syntax and example sectionsLaurenz
2022-12-15Reflection for castablesLaurenz