aboutsummaryrefslogtreecommitdiffstats
path: root/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update formatting for rust 1.29.0 rustfmtLibravatar Dirkjan Ochtman2018-09-142-4/+16
* Fix operator preference at loop.indexLibravatar bott2018-09-142-2/+2
* Fix operator preference at loop.firstLibravatar bott2018-09-142-0/+17
* Fix deep nested imports in macro callsLibravatar bott2018-09-074-2/+18
* Fix multiple nesting in macro calls into different scopesLibravatar bott2018-09-021-2/+6
* Add test for nested macro calls into different scopeLibravatar bott2018-09-023-0/+19
* Work around conflicting dependencies for actix-web and rocketLibravatar Dirkjan Ochtman2018-07-223-7/+9
* Add Template method to return template extensionLibravatar Dirkjan Ochtman2018-07-221-0/+1
* Tests for actix_webLibravatar Ryan McGrath2018-07-222-2/+33
* Add test for unit structs (see #101)Libravatar Dirkjan Ochtman2018-07-041-0/+9
* Remove accidentally committed debugging cruftLibravatar Dirkjan Ochtman2018-07-021-1/+1
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-07-021-4/+16
* Add benchmarks to the Askama repoLibravatar Dirkjan Ochtman2018-06-284-0/+84
* Add test for 'truncate' filterLibravatar Dirkjan Ochtman2018-06-251-0/+14
* Add test for 'loop.first' variableLibravatar Dirkjan Ochtman2018-06-252-2/+2
* Add test for range operatorsLibravatar Dirkjan Ochtman2018-06-232-0/+19
* Remove accidental debugging cruftLibravatar Dirkjan Ochtman2018-06-231-1/+1
* Add test for Index operationLibravatar Dirkjan Ochtman2018-06-231-0/+16
* Add test for 'super' macroLibravatar Dirkjan Ochtman2018-06-222-0/+7
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-221-21/+33
* Add test for flattened deep inheritanceLibravatar Dirkjan Ochtman2018-06-221-0/+92
* Add test for deep inheritanceLibravatar Dirkjan Ochtman2018-06-224-0/+135
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-2110-52/+64
* Reformat and rename method testing tests for better organizationLibravatar Dirkjan Ochtman2018-05-271-13/+14
* Add tests for calling methods on selfLibravatar Mika Lehtinen2018-05-271-0/+42
* Remove forgotten debugging cruftLibravatar Dirkjan Ochtman2018-05-211-2/+2
* Forgot to add new test templatesLibravatar Dirkjan Ochtman2018-05-212-0/+8
* Add support for nested blocks (fixes #85)Libravatar Dirkjan Ochtman2018-05-201-0/+18
* Add test for unary - operatorLibravatar Dirkjan Ochtman2018-04-271-0/+13
* Add test for ! operator (see #83)Libravatar Dirkjan Ochtman2018-04-271-0/+13
* Add test for filter in let statementLibravatar Dirkjan Ochtman2018-04-191-0/+22
* Properly handle whitespace around comments (fixes #79)Libravatar Dirkjan Ochtman2018-04-171-0/+11
* Add test for nested filters with references (see #76)Libravatar Dirkjan Ochtman2018-04-171-0/+18
* Handle a lack of whitespace after match block (fixes #76)Libravatar Dirkjan Ochtman2018-04-122-0/+13
* Fix whitespace handling for include blocks (fixes #69)Libravatar Dirkjan Ochtman2018-04-022-2/+2
* `build = "build.rs"` is no longer necessaryLibravatar Paul Woolcock2018-01-291-1/+0
* infer Content-type from the file extension for iron integrationLibravatar Hajime Fukuda2018-01-192-0/+21
* relax the version specificationLibravatar Hajime Fukuda2018-01-051-1/+1
* Add test case for cross-module inheritanceLibravatar Dirkjan Ochtman2017-12-251-0/+29
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-217-29/+32
* Support matching custom enumsLibravatar Anthony Nowell2017-11-022-0/+27
* Make match ref/deref as neededLibravatar Anthony Nowell2017-11-022-0/+33
* support literals in match armsLibravatar Anthony Nowell2017-11-023-6/+36
* implement basic match functionalityLibravatar Anthony Nowell2017-11-022-0/+24
* Make empty string literals workLibravatar Dirkjan Ochtman2017-10-221-2/+2
* Add support for array literals (fixes #59)Libravatar Dirkjan Ochtman2017-10-201-0/+11
* Add scope when importing macrosLibravatar Lars Erik Rosengren2017-10-151-2/+2
* Add test for path expressions (see #56)Libravatar Dirkjan Ochtman2017-10-041-0/+18
* Fix whitespace handling for macros and imports (#55)Libravatar larros2017-10-013-7/+17
* Add support for importing template files with macros (#51)Libravatar larros2017-09-262-0/+14