summaryrefslogtreecommitdiff
path: root/src/doc.rs
AgeCommit message (Expand)AuthorFilesLines
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius1-21/+35
2022-04-15feat: improve logging via env_loggerLars Wirzenius1-2/+7
2022-04-10use Option<&str> instead of &Option<String>Lars Wirzenius1-1/+1
2022-04-10chore: drop unnecessary, if harmless, debugging print from testLars Wirzenius1-1/+0
2022-04-10feat: make typesetting issues into warningsLars Wirzenius1-0/+1
2022-04-10feat! treat warnings as errors by defaultLars Wirzenius1-4/+17
2022-04-10refactor: collect warnings for a document in its DocumentLars Wirzenius1-12/+11
2022-03-24feat! change logging to use log/env_logger instead of tracingLars Wirzenius1-58/+25
2021-12-27codegen: Refuse to generate code if the specified template is not presentDaniel Silverstone1-0/+3
2021-11-27feat: warn about unused embedded filesLars Wirzenius1-1/+42
2021-11-19subplot: Rework for impls not template/functionsDaniel Silverstone1-11/+23
2021-11-19various: Rework document to support multiple implementationsDaniel Silverstone1-15/+37
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius1-1/+92
2021-09-18pandoc: Add support for --citeprocDaniel Silverstone1-2/+1
2021-09-18trace: Add scenario count traceDaniel Silverstone1-0/+6
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius1-6/+45
2021-09-14debug: add tracing calls to help debugLars Wirzenius1-2/+23
2021-09-07subplot: Properly support polyglot bindingsDaniel Silverstone1-4/+28
2021-09-04tracing: Add a bunch of TRACE level tracingDaniel Silverstone1-1/+9
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-3/+3
2021-04-09chore: Clear some clippy lintsDaniel Silverstone1-3/+2
2021-01-16doc: Permit noNumberLines as a valid classDaniel Silverstone1-2/+3
2020-12-18bindings: Change typemap to use an enumDaniel Silverstone1-2/+2
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone1-0/+31
2020-11-05Merge branch 'kinnison/pikchr' into 'main'Lars Wirzenius1-1/+1
2020-11-05fix(src/doc.rs): handle new variant of pandoc.execute() successLars Wirzenius1-1/+1
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone1-1/+1
2020-09-19refactor: split src/ast.rs into src/doc.rs and src/style.rsLars Wirzenius1-0/+445