aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
check boundary, add truncate len per 1 as needed till checking pass
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
2018-11-16Add filesizeformat filterLibravatar youmouse2-1/+19
2018-11-07Create askama_escape crateLibravatar bott3-103/+3
2018-11-05Reorder and tweak code style a little bitLibravatar Dirkjan Ochtman1-19/+18
2018-11-05Improve performance simplifyLibravatar bott1-32/+20
2018-11-05Escape into FormatterLibravatar Dirkjan Ochtman3-58/+60
2018-11-05Improve performance of html escapeLibravatar bott1-46/+39
2018-11-05Add f64 filterLibravatar Tomas1-1/+19
2018-11-05Add isize filterLibravatar Tomas1-1/+26
2018-10-25Fix off-by-one error with HTML escapingLibravatar Benjamin Li1-1/+2
If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result.
2018-10-17Replace `format!()` with `to_string()` in filtersLibravatar Casey Rodarmor1-10/+10
2018-10-17Add `indent` filterLibravatar Casey Rodarmor1-1/+32
2018-10-08Remove periods from documentation sentence fragmentsLibravatar Dirkjan Ochtman1-2/+2
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-2/+7
2018-10-08Move default_syntax setting into general sectionLibravatar Dirkjan Ochtman1-21/+21
2018-10-07Handle syntax validation during Config instantiationLibravatar Dirkjan Ochtman1-16/+38
2018-10-07Remove unnecessary type declarationLibravatar Dirkjan Ochtman1-1/+1
2018-10-07Tweak error messages for language, consistencyLibravatar Dirkjan Ochtman1-2/+2
2018-10-07Reorder code for better readabilityLibravatar Dirkjan Ochtman1-48/+48