aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-27Simplify code according to clippy suggestionsLibravatar Dirkjan Ochtman1-6/+3
2018-05-27Allow methods to be called on selfLibravatar Dirkjan Ochtman1-1/+6
2018-05-25Simplify generated code by propagating final expressionsLibravatar Dirkjan Ochtman1-5/+4
2018-05-25Extract path rooting to simplify trait_name_for_path()Libravatar Dirkjan Ochtman1-8/+8
2018-05-25Simplify types in generator State creationLibravatar Dirkjan Ochtman1-10/+10
2018-05-24Rename lifetime to 'askama to prevent conflicts (fixes #88)Libravatar Dirkjan Ochtman1-3/+3
2018-05-24Fix lifetime arguments to Rocket impls (fixes #89)Libravatar Dirkjan Ochtman1-1/+1
2018-05-21Warn about blocks that are nested inside something other than blocksLibravatar Dirkjan Ochtman1-1/+6
2018-05-21Upgrade to syn-0.14 and quote-0.6Libravatar Dirkjan Ochtman4-24/+26
2018-05-20Add support for nested blocks (fixes #85)Libravatar Dirkjan Ochtman1-4/+32
2018-05-16Fix suggestions from clippyLibravatar Dirkjan Ochtman1-5/+4
2018-05-14Fix copy/paste error in whitespace handlingLibravatar Dirkjan Ochtman1-2/+2
2018-04-27Bump version numbers to 0.6.4Libravatar Dirkjan Ochtman1-1/+1
2018-04-27Add support for unary operators (fixes #83)Libravatar Dirkjan Ochtman2-1/+18
2018-04-19Bump versions to 0.6.3Libravatar Dirkjan Ochtman1-1/+1
2018-04-19Fix issues with expression code interleaving with statements (see #78)Libravatar Dirkjan Ochtman1-20/+16
2018-04-18Version bump to 0.6.2Libravatar Dirkjan Ochtman1-2/+2
2018-04-17Properly handle whitespace around comments (fixes #79)Libravatar Dirkjan Ochtman2-4/+11
2018-04-17Name function call expressions before passing as an argument (fixes #78)Libravatar Dirkjan Ochtman1-13/+26
2018-04-17Use a temporary buffer to build expressionsLibravatar Dirkjan Ochtman1-88/+104
2018-04-12Bump version numbers to 0.6.1Libravatar Dirkjan Ochtman1-2/+2
2018-04-12Isolate proc-macro dependency to the proc macroLibravatar David Tolnay5-1/+1860
2018-04-12Bump version numbers to 0.6.0Libravatar Dirkjan Ochtman1-2/+2
2018-04-02Upgrade to latest syn and quoteLibravatar Dirkjan Ochtman1-1/+1
2018-01-09Upgrade to syn-0.12 and quote-0.4Libravatar Dirkjan Ochtman2-4/+4
2017-09-07Bump version number to 0.5.0Libravatar Dirkjan Ochtman1-2/+2
2017-09-06Bump version number to 0.4.0Libravatar Dirkjan Ochtman1-2/+2
2017-09-05Move tightly coupled code from derive to shared crateLibravatar Dirkjan Ochtman1-111/+1
2017-08-27Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman9-1291/+8
2017-08-25Use block implementations in parent as defaults in traitLibravatar Dirkjan Ochtman1-11/+3
2017-08-24Allow {% block name %} {% endblock name %}Libravatar Bastien Orivel1-0/+1
2017-08-24Add support for user-defined filtersLibravatar Dirkjan Ochtman1-1/+15
2017-08-24Clean up order in Cargo manifestsLibravatar Dirkjan Ochtman1-1/+1
2017-08-23Add optional support for RocketLibravatar Dirkjan Ochtman2-0/+25
2017-08-23Allow passing extra annotation parameters to impl headersLibravatar Dirkjan Ochtman1-13/+28
2017-08-23Optionally implement Iron's Modifier<Response> for templatesLibravatar Dirkjan Ochtman2-0/+16
2017-08-22Add support for calling macrosLibravatar Dirkjan Ochtman2-13/+44
2017-08-22Refactor parser handling of argumentsLibravatar Dirkjan Ochtman1-21/+19
2017-08-22Implement support for macro definition handlingLibravatar Dirkjan Ochtman2-8/+59
2017-08-22Rename method call internals for clarityLibravatar Dirkjan Ochtman2-5/+5
2017-08-21Change filters to return ResultLibravatar Dirkjan Ochtman1-0/+3
2017-08-16Support specifying template source as an attributeLibravatar Dirkjan Ochtman1-11/+29
2017-08-16Pass path to code generation as PathLibravatar Dirkjan Ochtman2-10/+8
2017-08-16Change find_template_from_path() to take Path as start_at argumentLibravatar Dirkjan Ochtman2-7/+7
2017-08-16Simplify relative path handling in find_template_from_path()Libravatar Dirkjan Ochtman1-10/+7
2017-08-16Use reference into AST for template path instead of cloningLibravatar Dirkjan Ochtman1-4/+4
2017-08-16Use enum for print option valueLibravatar Dirkjan Ochtman1-5/+26
2017-08-16Allow separation of variable declaration and defintionLibravatar Dirkjan Ochtman2-4/+27
2017-08-14Add support for simple variable definition statementsLibravatar Dirkjan Ochtman2-0/+27
2017-08-14Introduce and clean up scopes where necessaryLibravatar Dirkjan Ochtman1-0/+6