summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-10Merge branch 'release-0.7.0' into 'main'0.7.0Lars Wirzenius7-20/+39
2023-04-10(release) Prepare 0.7.0 releaseDaniel Silverstone7-20/+39
2023-04-10Merge branch 'chores' into 'main'Lars Wirzenius10-206/+303
2023-04-10(chore) cargo update -p tera --precise=1.18.1Daniel Silverstone2-8/+17
2023-04-10(chore): Update for newer base64 APIDaniel Silverstone4-7/+17
2023-04-10(chore): Update to syn 2 from syn 1Daniel Silverstone3-5/+5
2023-04-10(chore): Update base64, env_logger, and serde_yamlDaniel Silverstone3-11/+30
2023-04-10(chore) cargo update -p clap_lex@0.3.3 --precise 0.3.0Daniel Silverstone1-3/+3
2023-04-10(chore) cargo update -p clap@4.2.1 --precise 4.0.32Daniel Silverstone1-80/+14
2023-04-10(chore) cargo updateDaniel Silverstone1-186/+307
2023-04-10(chore): Update rust-version to 1.63 in all cratesDaniel Silverstone4-0/+4
2023-04-10(chore): Update edition to 2021 across cratesDaniel Silverstone4-4/+4
2023-04-10Merge branch 'liw/drop-pandoc' into 'main'Daniel Silverstone25-1036/+1247
2023-04-10(flake): Remove pandoc and texlive as no longer necessaryDaniel Silverstone1-2/+0
2023-04-08chore(src/diagrams.rs): drop pointless commentLars Wirzenius1-2/+0
2023-04-08fix(check): drop check for which version of Pandoc we haveLars Wirzenius1-13/+0
2023-04-08fix(debian/control): drop dependencies on Pandoc, TeXliveLars Wirzenius1-11/+5
2023-04-08docs(README.md): drop Pandoc and TeXlive from dependenciesLars Wirzenius1-3/+1
2023-04-08tests(subplot.md): update subplot for Pandoc-less futureLars Wirzenius1-104/+51
2023-04-08chore: drop Pandoc stuff as a Rust depenendencyLars Wirzenius3-64/+25
2023-04-08chore(src/error.rs): drop unused error variantsLars Wirzenius1-20/+0
2023-04-08feat: change main program to not use PandocLars Wirzenius1-21/+3
2023-04-08feat: drop use of Pandoc from doc.rsLars Wirzenius1-17/+18
2023-04-08feat: drop support for pandoc-citeprocLars Wirzenius1-23/+0
2023-04-08feat! drop Pandoc metadata from document metadata, set its dateLars Wirzenius1-11/+10
2023-04-08refactor(src/doc.rs): rename constant to not refer to PandocLars Wirzenius1-5/+5
2023-04-08feat! convert markdown parsing to use pulldown_cmarkLars Wirzenius11-741/+405
2023-04-05feat: add an HTML representation using the Rust type systemLars Wirzenius2-0/+725
2023-04-03Merge branch 'liw/fix-tera' into 'main'Daniel Silverstone1-1/+1
2023-04-01fix: create Tera using ::default, instead of ::newLars Wirzenius1-1/+1
2023-03-21Merge branch 'liw/decisions' into 'main'Daniel Silverstone1-11/+24
2023-03-21docs: document dropping PDF supportLars Wirzenius1-0/+15
2023-03-21docs: update decision on MSRVLars Wirzenius1-12/+10
2023-03-12Merge branch 'release-process' into 'main'Lars Wirzenius1-0/+7
2023-03-12(RELEASE.md): Log instructions to use label during release MR creationDaniel Silverstone1-0/+7
2023-03-11Merge branch 'chores' into 'main'Lars Wirzenius3-279/+270
2023-03-11(ci): Update MSRV to 1.63 because that's what we wantDaniel Silverstone1-1/+1
2023-03-11(chore) cargo update -p ignore --precise 0.4.18Daniel Silverstone1-2/+12
2023-03-11(chore) cargo update -p clap_lex@0.3.2 --precise 0.3.0Daniel Silverstone1-3/+3
2023-03-09(chore) cargo update -p clap@4.1.8 --precise 4.0.32Daniel Silverstone1-6/+6
2023-03-09(chore) cargo update -p os_str_bytes --precise 6.1.0Daniel Silverstone1-2/+2
2023-03-09(chore) cargo update -p time --precise 0.3.9Daniel Silverstone1-15/+15
2023-03-08(chore): Update remove_dir_all dep to 0.8Daniel Silverstone2-110/+106
2023-03-08(chore): cargo updateDaniel Silverstone1-200/+185
2023-02-25Merge branch 'remove-more-doc-mut' into 'main'Lars Wirzenius4-42/+49
2023-02-25(doc, md, bin): Update APIs so warnings are externally accumulatedDaniel Silverstone3-33/+33
2023-02-25(Warnings): Add is_empty() and len()Daniel Silverstone1-0/+10
2023-02-25(doc): Remove use of mut in Document method receivers where possibleDaniel Silverstone1-9/+6
2023-02-24Merge branch 'liw/noname-scenario' into 'main'Daniel Silverstone1-25/+0
2023-02-19chore: drop unused Scenario nameLars Wirzenius1-25/+0