| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-13 | New shiny benchmarks with iai! | Laurenz | |
| 2021-06-30 | No more collisions between syntax::Tree and layout::Tree | Laurenz | |
| 2021-06-30 | Adjust (and overengineer) benchmarks | Laurenz | |
| 2021-06-11 | Push some nodes directly into the stack | Laurenz | |
| 2021-06-01 | Refactor path handling | Laurenz | |
| 2021-05-31 | Module loading system | Laurenz | |
| Detects cyclic imports and loads each module only once per compilation. | |||
| 2021-05-28 | Refactored loading and cache architecture | Laurenz | |
| 2021-05-26 | Add a cache for unchanged layouts | Martin Haug | |
| Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 2021-05-18 | Rename _new to new and typify to value | Laurenz | |
| 2021-05-05 | Make file system loader serializable 📚 | Laurenz | |
| 2021-04-23 | Reengineer font and resource loading 🏞 | Laurenz | |
| 2021-03-29 | Benchmark multiple test cases ⌚ | Laurenz | |
| 2021-03-24 | Make pdf module top-level 🧱 | Laurenz | |
| 2021-03-22 | Better font family definitions ✒ | Laurenz | |
| 2021-03-21 | Syntax functions 🚀 | Laurenz | |
| This adds overridable functions that markup desugars into. Specifically: - \ desugars into linebreak - Two newlines desugar into parbreak - * desugars into strong - _ desugars into emph - = .. desugars into heading - `..` desugars into raw | |||
| 2021-03-19 | Scheduled maintenance 🔨 | Laurenz | |
| - New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module | |||
| 2021-02-20 | Reorganize tests 🔀 | Laurenz | |
| 2021-02-11 | Small fixes ♻ | Laurenz | |
| 2021-02-09 | Split evaluation and execution 🔪 | Laurenz | |
| 2021-01-16 | Flip test directory structure 🔃 | Laurenz | |
| Move full/lang/library to the top-level as that's more ergonomic to use. | |||
| 2021-01-15 | Split state and scopes, less ref-counting 🔀 | Laurenz | |
| 2021-01-14 | Move test files into category subfolders 🚚 | Laurenz | |
| 2021-01-03 | Move and rename many things 🚛 | Laurenz | |
| 2020-12-10 | Refine test infrastructure ✅ | Laurenz | |
| - Tests diagnostics - More and better separated image tests | |||
| 2020-11-27 | Basic environment and resource loader 🏞 | Laurenz | |
| 2020-11-27 | Export images in PDF 🖼 | Laurenz | |
| 2020-11-25 | Move benchmarks into separate crate ♾ | Laurenz | |
| So that CI does not have to build criterion each time. | |||
