summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-31Call args span now includes parensLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Change derive orderLaurenz
2021-07-29Refactor stateLaurenz
2021-07-29Move font family and refactor alignmentLaurenz
2021-07-29Better addition and iteration for array, dict and templateLaurenz
2021-07-29Move EcoString and OptionExt into utilLaurenz
2021-07-27Use last instead of next_backLaurenz
2021-07-26Slightly more expressive method nameLaurenz
2021-07-26No more excessive region cloningLaurenz
2021-07-26Move incremental test into separate functionLaurenz
2021-07-25Remove PageState::newLaurenz
2021-07-25Merge font and par state into text stateLaurenz
2021-07-25State-based monospace handlingLaurenz
2021-07-25Fix commentLaurenz
2021-07-25Move and refactorLaurenz
2021-07-21More efficient function representationLaurenz
2021-07-21Switch Loader from Option to io::ResultLaurenz
2021-07-21Fs builder methods + tidy upLaurenz
2021-07-21Main context structLaurenz
2021-07-20FileId instead of Path + FileHashLaurenz
2021-07-16Use array's IntoIterator impl and nested or patternsLaurenz
2021-07-13Optimize scanner and tokenizerLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Remove warnings from parsing and castingLaurenz
2021-07-10Move comparisons into standard traitsLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string 🌱Laurenz
2021-07-09Fix boundLaurenz
2021-07-08Compare functions and templates by identityLaurenz
2021-07-08Add lots of Eq implsLaurenz
2021-07-08Rename Fill to PaintLaurenz
2021-07-08Rename some library argumentsLaurenz
2021-07-08Replace using with fromLaurenz
2021-07-08Switch to = for headings once againLaurenz
2021-07-08URL special case for line commentsLaurenz
2021-07-08Range operatorLaurenz
2021-07-08Handle missing arguments to with exprLaurenz
2021-06-30Allow wide calls only directly in templatesLaurenz
2021-06-30Remove color literals (#39)Laurenz
2021-06-30Optimize scanner performanceLaurenz
2021-06-30Make clippy a bit happierLaurenz
2021-06-30No more collisions between syntax::Tree and layout::TreeLaurenz
2021-06-30Merge pull request #35 from typst/wide-callsLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-29Make use of wide callsLaurenz
2021-06-29Wide callsLaurenz
2021-06-29Put incremental compilation behind featureMartin Haug