summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21xxx0.3.0Lars Wirzenius1-3/+3
2021-10-21xxxLars Wirzenius1-0/+66
2021-10-21Merge branch 'release-prep' into 'main'Daniel Silverstone5-46/+234
2021-10-21chore: update dependencies with cargo update --workspaceLars Wirzenius1-41/+109
2021-10-21chore: update version numbers for cratesLars Wirzenius2-2/+2
2021-10-21docs: update NEWS.md, debian/changelog for upcoming releaseLars Wirzenius2-3/+123
2021-10-17Merge branch 'bumper-fix' into 'main'Daniel Silverstone1-9/+15
2021-10-17fix: regex for extracting YAML from MarkdownLars Wirzenius1-9/+15
2021-10-13Merge branch 'nix-support' into 'main'Lars Wirzenius14-77/+179
2021-10-13DECISIONS: Record environment clear decisionDaniel Silverstone1-0/+12
2021-10-13examples: Fix up absolute paths on echo exampleDaniel Silverstone1-3/+3
2021-10-13tests: Fix up use of absolute paths for false/true/echo etc.Daniel Silverstone4-53/+53
2021-10-13daemon: Support finding the binary on the PATHDaniel Silverstone1-1/+14
2021-10-13subplotlib: Do not override environment entirelyDaniel Silverstone1-3/+7
2021-10-13templates: Inherit environment for the most partDaniel Silverstone2-17/+3
2021-10-13check: Add support for newer pandoc without pandoc-citeprocDaniel Silverstone1-0/+9
2021-10-13direnv: Add basic flake and direnv setupDaniel Silverstone3-0/+78
2021-10-13Merge branch 'build.rs-support' into 'main'Daniel Silverstone10-78/+220
2021-10-13docs: update release process to check dependencies within workspaceLars Wirzenius1-4/+7
2021-10-13feat: add crate subplot-build for using Subplot from build.rsLars Wirzenius9-74/+213
2021-10-13Merge branch 'msrv-support' into 'main'Lars Wirzenius2-0/+19
2021-10-12MSRV: Add support for the MSRV in our CIDaniel Silverstone2-0/+19
2021-10-12Merge branch 'fix-for-1.48.0' into 'main'Daniel Silverstone1-1/+3
2021-10-12fix(portability): avoid using str::split_onceLars Wirzenius1-1/+3
2021-10-11Merge branch 'decision-log' into 'main'Daniel Silverstone1-0/+24
2021-10-11docs: start a decision logLars Wirzenius1-0/+24
2021-10-09Merge branch 'zero-scenario-fail' into 'main'Lars Wirzenius4-4/+45
2021-10-08reference: Update to a version which will work with modern scenario count checksDaniel Silverstone1-3/+3
2021-10-08codegen: Refuse to codegen if there are zero scenariosDaniel Silverstone2-1/+11
2021-10-08subplot.md: Add a missing scenario in test inputDaniel Silverstone1-0/+31
2021-10-05Merge branch 'python-kk' into 'main'Daniel Silverstone1-10/+24
2021-09-25feat: add --run-all (-k) option to Python test runnerLars Wirzenius1-10/+24
2021-09-18Merge branch 'fix-216' into 'main'Lars Wirzenius3-126/+125
2021-09-18subplotlib: Upgrade to state 0.5Daniel Silverstone3-5/+46
2021-09-18chore: cargo updateDaniel Silverstone1-121/+79
2021-09-18Merge branch 'fix-documentclass' into 'main'Daniel Silverstone1-0/+4
2021-09-18Merge branch 'fix-205' into 'main'Lars Wirzenius2-2/+25
2021-09-18feat: allow the `documentclass` field in document metadataLars Wirzenius1-0/+4
2021-09-18pandoc: Add support for --citeprocDaniel Silverstone2-2/+25
2021-09-18Merge branch 'fixup-codegen' into 'main'Lars Wirzenius4-64/+79
2021-09-18reference.md: Update SHAs for compatibilityDaniel Silverstone1-3/+3
2021-09-18chore: Fix up embedded metadata blocks in subplot.mdDaniel Silverstone1-58/+60
2021-09-18trace: Add scenario count traceDaniel Silverstone1-0/+6
2021-09-18ast: codeblocks with single words are classes not IDsDaniel Silverstone1-3/+4
2021-09-18ast: Codeblocks should not have extra trailing newlinesDaniel Silverstone1-0/+6
2021-09-16Merge branch 'cmark-parser-cleanly' into 'main'Daniel Silverstone16-37/+597
2021-09-16fix: make sure the then branch can never be emptyLars Wirzenius1-0/+1
2021-09-16fix: use list of filenames instead of a single value in doc metadataLars Wirzenius3-7/+7
2021-09-16fix: YAML end-markerLars Wirzenius2-2/+2
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius10-28/+587