aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-24Remove redundant cloneLibravatar Dirkjan Ochtman1-1/+1
2020-06-03Reorder parser type definitionsLibravatar Dirkjan Ochtman1-46/+46
2020-06-03Revert whitespace matching to old macro behaviorLibravatar Dirkjan Ochtman1-6/+8
2020-06-03Strip 0 or more instead of 1 whitespace character (fixes #337)Libravatar Dirkjan Ochtman1-2/+2
2020-06-03Allow block definitions in if/for/match blocks (fixes #335)Libravatar Dirkjan Ochtman2-9/+14
2020-06-03Refactor code for finding nested blocksLibravatar Dirkjan Ochtman1-32/+27
2020-05-21Cast empty arrays to slice to get around clippyLibravatar Dirkjan Ochtman1-3/+2
2020-05-21Allow clippy reversed-empty-ranges for nowLibravatar Dirkjan Ochtman1-0/+1
2020-05-17Remove now unused match armsLibravatar Dirkjan Ochtman1-2/+0
2020-05-17Properly annotate non-exhaustive enumLibravatar Dirkjan Ochtman1-6/+1
2020-04-25Fix wrong num_traits cfg feature in askama_sharedLibravatar Jerome Gravel-Niquet1-8/+8
2020-04-23Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-4/+1
2020-04-23Fix clippy suggestionLibravatar Dirkjan Ochtman1-1/+1
2020-04-23Fix taking references of function arguments (fixes #311)Libravatar Dirkjan Ochtman1-6/+20
2020-03-31fix: make filesizeformat work with all types that implement humansize::FileSi...Libravatar Zachary Kohnen1-6/+6
2020-03-31fix urlencode bug, do not encode a fixed size of character exceptionsLibravatar João Oliveira1-6/+35
2020-03-30add urlencode filterLibravatar João Oliveira1-1/+20
2020-03-18Use _visit_args in var/path callsLibravatar Nathan Lapel1-15/+8
2020-03-18Support function callsLibravatar Nathan Lapel2-9/+96
2020-02-24Fix askama_shared clippy warningLibravatar Paolo Barbolini1-6/+7
2020-02-08Adapt to new warnings and formattingLibravatar Dirkjan Ochtman4-6/+1
2020-02-07add 2 more testLibravatar D.Loh1-0/+3
2020-02-07add unit test, and do not truncate when len equalLibravatar D.Loh1-1/+23
2020-02-07eliminate panic on len not lie on boundaryLibravatar D.Loh1-1/+5
2020-01-29Generalize hashmap parameter as suggested by clippyLibravatar Dirkjan Ochtman1-8/+8
2020-01-29Move code generation into askama_sharedLibravatar Dirkjan Ochtman3-1/+1529
2020-01-29Move input module into askama_sharedLibravatar Dirkjan Ochtman2-0/+222
2020-01-29Move parser into askama_sharedLibravatar Dirkjan Ochtman2-0/+1094
2020-01-29Error::description() will be deprecated soonLibravatar Dirkjan Ochtman1-12/+2
2020-01-15Remove unnecessary explicit lifetimesLibravatar Dirkjan Ochtman1-1/+1
2020-01-15Fix up formattingLibravatar Dirkjan Ochtman1-1/+1
2020-01-15Make dependencies optional where possibleLibravatar Dirkjan Ochtman2-12/+49
2020-01-15Modernize and simplify importsLibravatar Dirkjan Ochtman1-8/+4
2020-01-02Clean up clippy warningsLibravatar Dirkjan Ochtman2-36/+34
2019-07-25Update formattingLibravatar Dirkjan Ochtman1-2/+8
2019-07-11Implement selected clippy recommendations.Libravatar Bardi Harborow1-1/+1
2019-04-01Fix tests for extensionsLibravatar Dirkjan Ochtman1-2/+2
2019-04-01Add md and yml to non-escaped extensions (fixes #229)Libravatar Dirkjan Ochtman1-1/+1
2019-02-06Make html-escaper also escape .j2, .jinja and .jinja2 filesLibravatar Daniel Wiesenberg1-0/+2
2019-01-17Add optional support for yaml filter (see #192)Libravatar Dirkjan Ochtman3-3/+54
2019-01-12Rename deprecate method Error::cause()Libravatar Dirkjan Ochtman1-2/+2
2019-01-12Allow configuration of escape modesLibravatar Dirkjan Ochtman1-0/+57
2019-01-12Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2-20/+28
2019-01-12Fix import orderLibravatar Dirkjan Ochtman1-1/+1
2019-01-08Fix loop.lastLibravatar yossyJ1-29/+30
2019-01-08Add support for loop.lastLibravatar yossyJ2-0/+49
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman4-26/+20
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman2-2/+2
2018-12-07Fix typo in serde_json featureLibravatar Dirkjan Ochtman4-11/+10
2018-12-01Fix unnecessary len at capitalize filterLibravatar Juan Aguilar Santillana1-9/+6