aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow included templates to `extend`, `import`, and `macro`Libravatar max2024-01-175-0/+22
* Add better support for rust-like number literals (#908)Libravatar PizzasBear2023-11-221-0/+11
* Enhance match to include multiple targets (#911)Libravatar PizzasBear2023-11-221-0/+8
* Add test specifically for named blocks, and named macrosLibravatar Guillaume Gomez2023-10-231-0/+9
* Add test for macro self argumentLibravatar max2023-10-121-0/+5
* Fix Rust macro invocations not accepting a path (#837)Libravatar Matthew Taylor2023-07-241-0/+1
* Allow macros to be defined and called without argumentsLibravatar mataha2023-06-121-0/+21
* Propogate size_hint from sub-blocks (#788)Libravatar Andrew Dona-Couch -- GitHub drop ICE2023-03-063-0/+5
* Allow `{% endmacro name %}`Libravatar Bastien Orivel2022-04-291-0/+12
* Make json filter safeLibravatar René Kijewski2022-02-161-1/+1
* Allow whitespace trimming in {{raw}} blocksLibravatar René Kijewski2021-11-291-0/+2
* Add {% break %} and {% continue %}Libravatar René Kijewski2021-08-301-0/+11
* Add test case for matching on Option<bool>Libravatar Restioson2021-08-251-0/+8
* Issue #379 was fixedLibravatar René Kijewski2021-07-302-0/+28
* Use "target()" to parse "when" blockLibravatar René Kijewski2021-07-301-0/+10
* Add tuple destructoring testsLibravatar René Kijewski2021-07-051-0/+3
* Replace rust_macro test to work on nightlyLibravatar René Kijewski2021-07-021-3/+3
* Add "if let" testsLibravatar René Kijewski2021-07-014-0/+10
* Fix code generation for macro calls that store args in variables.Libravatar Ryan Kelly2021-06-221-0/+9
* Added path and ext testsLibravatar vallentin2021-03-103-0/+3
* Added let shadow testLibravatar vallentin2020-12-251-0/+22
* Improved if statement generation to avoid issues with implicit borrows (#392)Libravatar Christian Vallentin2020-12-011-0/+51
* Fixed implicit borrow of expressions (#390)Libravatar Christian Vallentin2020-12-011-0/+9
* Use efficient method for nested template renderingLibravatar Dirkjan Ochtman2020-08-251-3/+3
* Fix additional clippy issueLibravatar Dirkjan Ochtman2020-07-201-1/+1
* Clean up clippy issuesLibravatar Dirkjan Ochtman2020-07-201-2/+1
* Add tests for allow whitespaces patchLibravatar Ciprian Dorin Craciun2020-06-301-0/+63
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-291-1/+0
* Add new templatesLibravatar Dirkjan Ochtman2020-01-122-0/+6
* Support escaping in string literalsLibravatar Tuomas Siipola2020-01-121-0/+2
* Support char literalsLibravatar Tuomas Siipola2020-01-032-0/+9
* Reformat test for better readabilityLibravatar Dirkjan Ochtman2019-10-091-15/+3
* Limit test sensitivity to macro pretty printing outputLibravatar Dirkjan Ochtman2019-10-091-14/+3
* Add support for boolean literalsLibravatar Dave Poulter2019-10-081-0/+2
* WIP: Add raw blockLibravatar Pavel Fokin2019-04-182-0/+8
* Move small templates into source codeLibravatar Dirkjan Ochtman2019-03-182-4/+0
* Documenting feature render in templateLibravatar Vicente Ramirez Perea2019-03-183-0/+10
* Add support for loop.lastLibravatar yossyJ2019-01-082-2/+2
* Allow trailing commas in tuples (#188)Libravatar yossyJ2019-01-081-1/+1
* Add support for tupleLibravatar yossyJ2019-01-042-0/+4
* fix rust macro argumentsLibravatar Juan Aguilar Santillana2018-12-131-0/+26
* Allow using brackets for enums in `match`Libravatar mcarton2018-12-121-2/+2
* Add test for unescaped variable expressions (see #132)Libravatar Qian Linfeng2018-10-201-0/+5
* Clean up warning about unused fieldLibravatar Dirkjan Ochtman2018-10-081-1/+1
* Add Rust macro support at templatesLibravatar bott2018-10-071-0/+1
* fix panicked on range-based for loopLibravatar bott2018-09-211-0/+15
* Fix operator preference at loop.indexLibravatar bott2018-09-141-1/+1
* Fix operator preference at loop.firstLibravatar bott2018-09-141-0/+3
* Fix deep nested imports in macro callsLibravatar bott2018-09-073-2/+8
* Fix multiple nesting in macro calls into different scopesLibravatar bott2018-09-021-2/+6