summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2020-11-05Don't panic 🌶Laurenz
2020-11-05Produce output file in current directory instead of source directory 📂Laurenz
2020-10-13Rename typstc -> typst ✏Laurenz
2020-10-12Move main back into src/ 📨Laurenz