summaryrefslogtreecommitdiff
path: root/src/eval/value.rs
AgeCommit message (Collapse)Author
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
2022-02-18Basic show rulesLaurenz
2022-02-17Accept closures for heading stylingLaurenz
2022-02-17Change default parameter of `Cast`Laurenz
2022-02-17Make values hashableLaurenz
2022-02-17Better debug implementations for numeric typesLaurenz
2022-02-10Proper error messages for shorthandsLaurenz
2022-02-09Set rules for everythingLaurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-02-01Better function representationLaurenz
2022-01-31Switch from `Rc` to `Arc`Laurenz
2022-01-29Enable for loop over captured argsLaurenz