summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-30Make some code easier for rustfmt ๐ŸฆLaurenz
2020-08-30Devise reasonably nice rustfmt.toml ๐ŸŒฟLaurenz
2020-08-30Fix different-fonts-in-text bug โœ”Laurenz
2020-08-30Merge pull request #12 from typst/unicode-escapeLaurenz
2020-08-30Slight simplifications ๐ŸƒLaurenz
2020-08-30Set up Dependabot ๐Ÿค–Martin
2020-08-30Also provide escapes for strings ๐Ÿ—’Martin Haug
2020-08-30Added Unicode Escaping for body text ๐Ÿ‘™Martin Haug
2020-08-29Merge pull request #11 from typst/code-blocksLaurenz
2020-08-29Newlines are complicated, y'all ๐Ÿ˜ฑMartin Haug
2020-08-29Fixing the build by removing P macro usage ๐Ÿš‘Martin Haug
2020-08-29Merge branch 'master' into code-blocksMartin
2020-08-29Added code blocks ๐ŸšŸMartin Haug
2020-08-29Remove par nodes in favor of parbreaks ๐Ÿ”„Laurenz
2020-08-29Make align not behave box-like and smarter ๐Ÿ“ฆLaurenz
2020-08-27Fix default values for rgb-clamping ๐ŸฉนLaurenz
2020-08-27Do as Dolores says โšกLaurenz
2020-08-27Better error reporting for nameless function ๐Ÿ’กLaurenz
2020-08-27Merge pull request #10 from typst/multi-invocationLaurenz
2020-08-27Fixing the regression ๐ŸฉนMartin Haug
2020-08-27Code review-tastic changes ๐ŸฆชMartin Haug
2020-08-27Add Multi-Invokation ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘งMartin Haug
2020-08-19Remove some obsolete stuff โŒLaurenz
2020-08-19Add end-to-end typesetting benchmark ๐Ÿ–ŠLaurenz
2020-08-19Make compute functions possible ๐Ÿ’ปLaurenz
2020-08-17Tidy up library functions ๐ŸงบLaurenz
2020-08-17Parse braced expressions and bracketed calls in headers ๐Ÿ—ณ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-16Remove tuples and objects in favor of tables ๐Ÿ›ขLaurenz
2020-08-15Remove SpanlessEq ๐ŸŽƒLaurenz
2020-08-15Add table expressions with arg-parsing functions ๐Ÿช”Laurenz
2020-08-15Take references in TryFromExpr ๐Ÿ”ญLaurenz
2020-08-15Rename Value trait into TryFromExpr โœ’Laurenz
2020-08-14Remove output files which sneaked into the repository โŒLaurenz
2020-08-14Desugar body into last argument ๐ŸฉLaurenz
2020-08-14Add a syntax tree expression kind ๐ŸŽLaurenz
2020-08-14Always parse bodies as syntax trees ๐ŸŒณLaurenz
2020-08-14Add basic parsing benchmark ๐ŸŒฉLaurenz
2020-08-14Basic table type ๐Ÿ“”Laurenz
2020-08-13Use equals sign instead of colon for objects ๐Ÿ“Laurenz
2020-08-13Remove redundant `Expr` prefix from tokens ๐ŸงฝLaurenz
2020-08-04Refactor function parsing โ™ปLaurenz
2020-08-04Par nodes ๐ŸงณLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Replace body! macro with functions ๐ŸงฐLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz
2020-08-02Layout elements and pure rust rendering ๐ŸฅLaurenz
2020-08-02Move binary into separate crate and tidy dependencies ๐ŸŽญLaurenz
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz