aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to syn-0.12 and quote-0.4Libravatar Dirkjan Ochtman2018-01-096-113/+76
|
* Limit compatibility to iron < 0.7Libravatar Dirkjan Ochtman2018-01-061-1/+1
|
* relax the version specificationLibravatar Hajime Fukuda2018-01-052-2/+2
|
* Add error_on_line_overflow_comments to rustfmt configLibravatar Dirkjan Ochtman2017-12-251-0/+1
|
* Properly disable rustfmt in parser moduleLibravatar Dirkjan Ochtman2017-12-251-2/+1
|
* Improve/refactor documentation on escapingLibravatar Dirkjan Ochtman2017-12-251-13/+20
|
* Add test case for cross-module inheritanceLibravatar Dirkjan Ochtman2017-12-251-0/+29
|
* Make generated traits public for use in other modules (fixes #61)Libravatar Dirkjan Ochtman2017-12-251-1/+1
|
* Disabling rustfmt locally doesn't work in stable RustLibravatar Dirkjan Ochtman2017-11-211-2/+2
|
* Add rustfmt.toml for style tweaksLibravatar Dirkjan Ochtman2017-11-211-0/+5
|
* Don't restyle code in parser moduleLibravatar Dirkjan Ochtman2017-11-211-0/+4
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-2115-100/+121
|
* Bump version in READMELibravatar Abdullah ibn Nadjo2017-11-211-2/+2
| | | | Update askama version in the README. Makes the example below compile and work
* Limit line length to < 100 charactersLibravatar Dirkjan Ochtman2017-11-071-2/+4
|
* Add some documentation for whitespace suppression helpersLibravatar Dirkjan Ochtman2017-11-071-0/+8
|
* Improve error about unsupported annotation keyLibravatar Dirkjan Ochtman2017-11-071-1/+1
|
* Support matching custom enumsLibravatar Anthony Nowell2017-11-024-7/+81
|
* Make match ref/deref as neededLibravatar Anthony Nowell2017-11-023-1/+57
| | | | | Much of this can be yanked out and made simpler when match-modes lands in stable
* support literals in match armsLibravatar Anthony Nowell2017-11-025-17/+103
|
* support else in match blockLibravatar Anthony Nowell2017-11-021-0/+15
|
* implement basic match functionalityLibravatar Anthony Nowell2017-11-024-1/+119
|
* Make empty string literals workLibravatar Dirkjan Ochtman2017-10-222-3/+3
|
* Tighten up parser code for path expressionsLibravatar Dirkjan Ochtman2017-10-201-4/+2
|
* Add support for array literals (fixes #59)Libravatar Dirkjan Ochtman2017-10-203-0/+42
|
* Add some whitespace to write_call()Libravatar Dirkjan Ochtman2017-10-151-0/+3
|
* Wrap some overly long linesLibravatar Dirkjan Ochtman2017-10-151-2/+5
|
* Add scope when importing macrosLibravatar Lars Erik Rosengren2017-10-154-26/+41
|
* Fix up types for Rocket Responder implsLibravatar Dirkjan Ochtman2017-10-141-2/+2
|
* Remove spurious call to dedent()Libravatar Dirkjan Ochtman2017-10-141-1/+0
|
* Add panic to make sure indentation mismatches are detectedLibravatar Dirkjan Ochtman2017-10-141-0/+3
|
* Add test for path expressions (see #56)Libravatar Dirkjan Ochtman2017-10-041-0/+18
|
* Handle path expressions (fixes #56)Libravatar Dirkjan Ochtman2017-10-042-0/+29
|
* Add a clarifying comment about whitespace in write_call()Libravatar Dirkjan Ochtman2017-10-011-1/+1
|
* Add comment explaining why Extends doesn't need whitespace handlingLibravatar Dirkjan Ochtman2017-10-011-0/+2
|
* Fix whitespace handling for macros and imports (#55)Libravatar larros2017-10-014-11/+33
| | | | | | Resolves https://github.com/djc/askama/issues/52. * Fix of review comments
* Rename parse() method to macro_map()Libravatar Dirkjan Ochtman2017-09-261-1/+1
|
* Improve code compactnessLibravatar Dirkjan Ochtman2017-09-261-5/+2
|
* Insert macro parameter into locals after defining it (fixes #53)Libravatar Dirkjan Ochtman2017-09-261-1/+1
|
* Add support for importing template files with macros (#51)Libravatar larros2017-09-265-4/+76
| | | | * Fix review comments for macro imports
* Add support for tuple indexing in templatesLibravatar Lars Erik Rosengren2017-09-103-3/+20
|
* Bump version number to 0.5.0Libravatar Dirkjan Ochtman2017-09-073-6/+6
|
* Rename and document top-level Generator::build() methodLibravatar Dirkjan Ochtman2017-09-071-2/+3
|
* Reorder methods in Generator to aid readabilityLibravatar Dirkjan Ochtman2017-09-071-450/+450
|
* Update documentation around extensions and escape modesLibravatar Dirkjan Ochtman2017-09-071-8/+15
|
* Rewrite escapable() to prevent duplicationLibravatar Dirkjan Ochtman2017-09-071-3/+6
|
* Extend escaping according to OWASP recommendationsLibravatar Dirkjan Ochtman2017-09-073-9/+16
|
* Return MarkupDisplay from json filterLibravatar Dirkjan Ochtman2017-09-072-6/+11
|
* Move JSON test into filters test moduleLibravatar Dirkjan Ochtman2017-09-072-28/+31
|
* Move escaping tests into a separate moduleLibravatar Dirkjan Ochtman2017-09-071-52/+0
|
* Add test case for inferred escape modeLibravatar Dirkjan Ochtman2017-09-071-0/+13
|