aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-14alphabetize frameworksLibravatar Jacob Rothstein2-57/+58
2020-07-14askama tideLibravatar Jacob Rothstein2-0/+30
2020-06-30Bump askama_shared version with whitespace fixesLibravatar Dirkjan Ochtman1-1/+1
2020-06-30Add support for more whitespace positions within expressions:Libravatar Ciprian Dorin Craciun1-11/+20
2020-06-30Bump version number for askama_sharedLibravatar Dirkjan Ochtman1-1/+1
2020-06-30Tweak dependency on futures for Actix integrationLibravatar Dirkjan Ochtman1-2/+2
2020-06-30Reference READMEs in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2020-06-30Add README files for subcratesLibravatar Dirkjan Ochtman1-0/+9
2020-06-30Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2020-06-30Add license files to each crate (fixes #339)Libravatar Dirkjan Ochtman2-0/+2
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 Oliveira2-3/+23
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 Ochtman5-1/+1531
2020-01-29Move input module into askama_sharedLibravatar Dirkjan Ochtman3-0/+224
2020-01-29Move parser into askama_sharedLibravatar Dirkjan Ochtman3-0/+1097
2020-01-29Error::description() will be deprecated soonLibravatar Dirkjan Ochtman1-12/+2
2020-01-27Bump version to 0.9.1Libravatar Dirkjan Ochtman1-1/+1
2020-01-27Show all filters in docs.rsLibravatar Dirkjan Ochtman1-0/+3
2020-01-15Remove unnecessary explicit lifetimesLibravatar Dirkjan Ochtman1-1/+1
2020-01-15Fix up formattingLibravatar Dirkjan Ochtman1-1/+1
2020-01-15Bump version numbers to 0.9.0Libravatar Dirkjan Ochtman1-2/+2
2020-01-15Make dependencies optional where possibleLibravatar Dirkjan Ochtman3-16/+60
2020-01-15Modernize and simplify importsLibravatar Dirkjan Ochtman2-10/+5
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