summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2022-11-03Split cratesLaurenz
2022-10-17Merge some modulesLaurenz
2022-10-05Remove `SpanPos` in favor of `ErrorPos`Laurenz
2022-09-21Tracked memoizationLaurenz
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-09-19Remove font storeLaurenz
2022-09-19RenamingLaurenz
2022-06-14Unified file loading errorsLaurenz
2022-06-14Many fixesLaurenz
2022-06-10Bump dependenciesLaurenz
2022-05-31Numbered spansLaurenz
2022-05-25Move deps from context to VMLaurenz
2022-05-25Move route from context to VMLaurenz
2022-05-25Slim down contextLaurenz
2022-05-20Expand command line interfaceLaurenz
2022-05-16Absolute pathsLaurenz
2022-01-24Simplify CLILaurenz
2021-11-16Revert page and inline levelsLaurenz
2021-11-14Search for fonts in the project directoryLaurenz
2021-09-29Implement `Display` for `Tracepoint`Laurenz
2021-08-27Parse command line arguments with pico-argsLaurenz
2021-08-21Shorter/clearer field name for geometry typesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-21Fs builder methods + tidy upLaurenz
2021-07-21Main context structLaurenz
2021-07-20FileId instead of Path + FileHashLaurenz
2021-06-01Refactor path handlingLaurenz
2021-05-31Module loading systemLaurenz
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-26Add a cache for unchanged layoutsMartin Haug
2021-05-18Rename _new to new and typify to valueLaurenz
2021-05-05Make file system loader serializable 📚Laurenz
2021-04-23Reengineer font and resource loading 🏞Laurenz
2021-03-24Make pdf module top-level 🧱Laurenz
2021-03-22Better font family definitions ✒Laurenz
2021-03-21Syntax functions 🚀Laurenz
2021-03-19Scheduled maintenance 🔨Laurenz
2021-02-11Small fixes ♻Laurenz
2021-02-11Move span directly into diagnostics 🚚Laurenz
2021-02-09Split evaluation and execution 🔪Laurenz
2021-01-15Split state and scopes, less ref-counting 🔀Laurenz
2021-01-03Move and rename many things 🚛Laurenz
2020-12-21Restructure value conversions 🧱Laurenz
2020-12-10Refine test infrastructure ✅Laurenz
2020-11-27Basic environment and resource loader 🏞Laurenz
2020-11-19Switch to pdf-writer ⬆️Laurenz