summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-27Export images in PDF ๐Ÿ–ผLaurenz
2020-11-25Switch to tiny-skia ๐ŸŽจLaurenz
2020-11-20Basic image support ๐Ÿ–ผLaurenz
2020-11-19Switch to pdf-writer โฌ†๏ธLaurenz
2020-10-13Simple regression testing with file-based comparisons โœ…Laurenz
2020-10-13Rename typstc -> typst โœLaurenz
2020-10-12Move main back into src/ ๐Ÿ“จLaurenz
2020-10-12Synchronous layout ๐Ÿช€Laurenz
2020-10-12Adapt to fontdock ๐Ÿ”ผLaurenz
2020-10-11Refactor layouting base ๐ŸชLaurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives ๐ŸžLaurenz
2020-10-07Move deco, pass and feedback into diagnostics module โ†ฉLaurenz
2020-10-04Shorten some names โ†”Laurenz
2020-10-04Remove unncessary wrappers and typedefs ๐Ÿ›‘Laurenz
2020-10-04Separate state and constraints ๐ŸงถLaurenz
2020-10-04Remove Typesetter in favor of typeset function ๐ŸŽฏLaurenz
2020-10-03Port to kurbo ๐ŸŽ‹Laurenz
2020-10-01Make syntax not depend on parse ๐Ÿ“ฉLaurenz
2020-09-30Replace line/column with byte positions ๐Ÿ”ขLaurenz
2020-09-30Streamline font handling a bit ๐Ÿ“œLaurenz
2020-09-01Remove superfluous star โŒLaurenz
2020-09-01Add section headings ๐Ÿ‘จโ€๐ŸฆฒMartin Haug
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-29Make align not behave box-like and smarter ๐Ÿ“ฆLaurenz
2020-08-17Tidier error output in main and tests ๐ŸงนLaurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs ๐Ÿ—Laurenz
2020-08-14Remove output files which sneaked into the repository โŒLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz
2020-08-02Layout elements and pure rust rendering ๐ŸฅLaurenz
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz
2020-08-02Unify font and page functions ๐Ÿ’•Laurenz
2020-08-01Raw lengths ๐ŸšฒLaurenz
2020-08-01Add some fonts ๐Ÿ“œLaurenz
2020-08-01Port font handling to fontdock and ttf-parser ๐Ÿ›ณLaurenz
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
2020-07-26Rename errors to problems and make error! macro more ergonomic ๐ŸงผLaurenz
2020-02-04Serialize layouts with serde ๐Ÿ” Laurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐ŸŒ๐ŸŽข๐ŸŒšLaurenz
2020-02-04Adapt for tonty and fix a few bugs ๐ŸšงLaurenz
2020-02-03Port tests ๐ŸšLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-02-03Upgrade to new toddle interface ๐ŸณLaurenz
2020-01-21Decoupled function parser ๐Ÿ”— [WIP]Laurenz
2020-01-19Move to non-fatal errors ๐Ÿช‚ [WIP]Laurenz
2020-01-18ColorToken serialization + function fix ๐ŸšงLaurenz
2020-01-16Do argument parsing โ˜‘Laurenz
2020-01-16Powerful parser testing ๐Ÿฑโ€๐Ÿ‘คLaurenz
2020-01-14Parser testing prototype ๐ŸฅฅLaurenz
2020-01-13Refactor expressions and create tuples and objects ๐ŸงฎLaurenz