summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/compute
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-17Implement euclidean division and remainder (#2678)frozolotl
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-10-31Documentation improvements (#2492)Joseph Wilson
2023-10-19Clarified docs for `calc.perm,rem,quo` (#2408)Joseph Wilson
2023-10-04Add `Repr` trait (#2269)MALO
2023-10-02Add capability to get current compiler version (#2016)T0mstone
2023-09-11First-class typesLaurenz
Makes types first-class values.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-09-06Fix arguments for hyberbolic functions (#2072)klMse
2023-09-05fix typo in the to-bytes conversion (#2067)LU Jialin
2023-09-04Docs fixesLaurenz
Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383
2023-08-30Fix data loading display namesLaurenz
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-30Add tau (#2033)Matt Fellenz
2023-08-29More type safety for spansLaurenz
2023-08-25separate decode from string/bytes for all data functions; and encode for ↵Beiri22
json, toml, yaml via serde (#1935)
2023-08-25calm down clippy even more (#1997)Beiri22
2023-08-21Fix a few typosLaurenz
2023-08-21Wasm plugin system (#1555)astrale-sharp
2023-08-07Touch up docsLaurenz
2023-08-07Remove outdated docs about toml() not supporting datetimes (#1874)Gokul Soumya
2023-08-05Decode image (#1810)Beiri22
2023-08-05Add support for opacities (#1844)Laurenz Stampfl
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-18Support `scope` argument for `eval`Laurenz
2023-07-18Support different modes for `eval`Laurenz
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-02Move everything into `crates/` directoryLaurenz