summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Merge branch 'examples2' into 'main'Daniel Silverstone3-3/+19
2021-02-17refactor: make Style have methods for querying, setting fieldsLars Wirzenius3-3/+19
2021-02-17refactor: get_title can't fail, so don't return a ResultLars Wirzenius1-4/+4
2021-02-13structure: Support additional inline kindDaniel Silverstone1-0/+1
2021-01-23codegen: Load helpers before main templateDaniel Silverstone1-9/+8
2021-01-16Merge branch 'vfs' into 'main'Lars Wirzenius8-47/+189
2021-01-16doc: Permit noNumberLines as a valid classDaniel Silverstone1-2/+3
2021-01-16typeset: recognise noNumberLines to invert default numberLinesDaniel Silverstone1-1/+9
2021-01-10resource: Use a fallback path if neededDaniel Silverstone1-1/+9
2021-01-10docgen: Support --resourcesDaniel Silverstone1-1/+5
2021-01-10metadata: Acquire the template spec during doc load if possibleDaniel Silverstone1-5/+18
2021-01-10resource: Support setting the template nameDaniel Silverstone1-0/+32
2021-01-10resources: Rearrange share/ structure ready for lib importDaniel Silverstone1-3/+3
2021-01-10resource: Support embedded the resourcesDaniel Silverstone1-3/+15
2021-01-10resource: Support more than one --resource on the CLIDaniel Silverstone1-2/+3
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone3-14/+36
2021-01-09resource: Add support for multiple search pathsDaniel Silverstone1-2/+36
2021-01-09chore: Simplify to use resource::read_as_stringDaniel Silverstone4-19/+6
2021-01-09resource: Step one of VFS support, redirect all opensDaniel Silverstone5-10/+39
2020-12-21metadata: Support quoted stringsDaniel Silverstone1-2/+13
2020-12-18bindings: Change typemap to use an enumDaniel Silverstone3-45/+114
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone4-0/+43
2020-12-18bindings: Add check that captured text matches the kind patternsDaniel Silverstone2-2/+31
2020-12-18bindings: Add tests for simple-pattern and typemap scenariosDaniel Silverstone1-0/+58
2020-12-18bindings: Use/amend the typemap when parsing simple patternsDaniel Silverstone2-16/+52
2020-12-18bindings: Refactor kinds into a lazy static for reuseDaniel Silverstone1-14/+23
2020-12-18bindings: Support parameter type mapDaniel Silverstone3-16/+118
2020-12-18chore: Undo unnecessary allow attributesDaniel Silverstone2-4/+2
2020-12-18bindings: use matches macroDaniel Silverstone1-12/+12
2020-12-10codegen: Add tests for new filtersDaniel Silverstone1-0/+37
2020-12-10codegen: Add commentsafe filterDaniel Silverstone1-0/+19
2020-12-10codegen: Add a nameslug filterDaniel Silverstone1-0/+20
2020-12-05Revert "clippy: Use matches macro"Lars Wirzenius1-12/+12
2020-12-03codegen: Make template metadata entry mandatoryDaniel Silverstone2-4/+13
2020-12-03clippy: Use matches macroDaniel Silverstone1-12/+12
2020-11-21chore(src/visitor/structure.rs): push a char instead of push_strLars Wirzenius3-7/+7
2020-11-05Merge branch 'kinnison/pikchr' into 'main'Lars Wirzenius1-1/+1
2020-11-05chore: Use more efficient to_string, thanks clippyDaniel Silverstone1-1/+1
2020-11-05fix(src/doc.rs): handle new variant of pandoc.execute() successLars Wirzenius1-1/+1
2020-11-04docgen: Support pikchr diagramsDaniel Silverstone3-2/+33
2020-11-04graphmarkup: Add pikchr rendererDaniel Silverstone3-1/+38
2020-10-22chore: use as_ref().map instead of matchLars Wirzenius1-4/+1
2020-10-11chore: drop an allow for a clippy warning, buster rustc is newer nowLars Wirzenius1-4/+0
2020-10-05Merge branch 'titles' into 'main'Daniel Silverstone1-11/+27
2020-10-05fix: handle all kinds of inline elements in titles, headingsLars Wirzenius1-11/+27
2020-10-02feat: add micro-benchmark for BindingsLars Wirzenius1-0/+53
2020-09-28fix(sp-extract)! rename the short option -o to -d as expectedLars Wirzenius1-1/+1
2020-09-26add: simple word pattern kindsLars Wirzenius2-4/+116
2020-09-19refactor: split src/ast.rs into src/doc.rs and src/style.rsLars Wirzenius3-14/+19
2020-09-11build: disable clippy::match_as_ref warningLars Wirzenius1-0/+4