summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/meta/bibliography.rs
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19More useful `Debug` implsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-11-13Fix links in bibliographies againLaurenz
Fixes #2667
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-10-31CSL supportLaurenz
2023-10-22Remove unnecessary backticksLaurenz
Fixes #2447
2023-10-17Replaced `into_iter` to `iter` (#2398)Sébastien d'Herbais de Thun
2023-09-28initial Romanian support (#2246)DVDTSB
2023-09-25feat: inital Hungarian language support (#2229)FlyinPancake
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-08-29More type safety for spansLaurenz
2023-08-25Add Finnish translations (#1996)Kivi Kaitaniemi
2023-08-07Add hint for "access denied" messageLaurenz
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-06Add Japanese translation for LocalName (#1662)Shogo Takata
2023-07-02Move everything into `crates/` directoryLaurenz