summaryrefslogtreecommitdiff
path: root/src/eval/value.rs
AgeCommit message (Collapse)Author
2023-07-02Move everything into `crates/` directoryLaurenz
2023-06-27Basic package managementLaurenz
2023-06-06Improve value casting infrastructureLaurenz
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-03Function scopes (#1032)Pg Biel
2023-05-03Implement default values for at() (#995)Michael Lohr
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-19Change SipHash2-4 -> SipHash1-3 (#780)Daniel Csillag
This seems to significantly improves performance. Inspired by https://github.com/rust-lang/rust/pull/107925
2023-04-18ClippyLaurenz
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-04Disable clippy for specific lines (#503)Marek Barvíř
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
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-10Expose content representation moreLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2022-10-17Merge some modulesLaurenz
2022-07-26New `Str` type with methodsLaurenz
2022-07-26Move casting into separate moduleLaurenz
2022-06-14Make radius configuration unconfusingLaurenz
2022-06-14Many fixesLaurenz
2022-05-30Find optionally takes function instead of valueLaurenz
2022-05-26Locatable groupsLaurenz
2022-05-27Intra-document linksMartin Haug
2022-05-12Fix `Cast` implementation of `LayoutNode`Laurenz
2022-05-09Set, show, wrap in code blocksLaurenz
2022-05-06Cast content from stringLaurenz
2022-05-04New raw theme & nicer debug representationLaurenz
2022-05-04Text replacement show rulesLaurenz
2022-05-03Support recursive show rulesLaurenz
2022-05-02Tests for the new shape APIMartin Haug
2022-05-02A new `Cast` implementation for `Sides`Martin Haug
Reinstate circle
2022-04-30New block spacing modelLaurenz
2022-04-24Extract `model` moduleLaurenz
2022-04-24Extract methods into separate moduleLaurenz
2022-04-09Sum color and length into strokeLaurenz
2022-04-08Em unitsLaurenz
2022-04-08Property resolvingLaurenz
2022-04-07Make `Relative` genericLaurenz
2022-04-07Rename length-related typesLaurenz
`Fractional` => `Fraction` `Relative` => `Ratio` `Linear` => `Relative`
2022-04-07Rework style chainsLaurenz
2022-04-03Font fallbackLaurenz
2022-03-18MethodsLaurenz
2022-03-14Knuth-Plass and MicroTypeLaurenz
2022-03-12Remove classes and improve namingLaurenz
2022-03-11Rename template to contentLaurenz
2022-03-11Consistent block namingLaurenz
2022-02-22Remove layout cacheLaurenz