aboutsummaryrefslogtreecommitdiffstats
path: root/testing (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-08Add support for loop.lastLibravatar yossyJ3-4/+10
2019-01-08Allow trailing commas in tuples (#188)Libravatar yossyJ1-1/+1
2019-01-04Add support for tupleLibravatar yossyJ4-1/+26
2018-12-13fix rust macro argumentsLibravatar Juan Aguilar Santillana2-0/+58
2018-12-12Allow using brackets for enums in `match`Libravatar mcarton2-4/+8
2018-12-10Add Gotham tests to `full` feature in testing crateLibravatar Kellen Frodelius-Fujimoto1-1/+1
2018-12-10Implement `IntoResponse` for `Template`, allowing them to be used in `gotham`...Libravatar Kellen Frodelius-Fujimoto2-0/+43
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman17-34/+2
2018-12-08Upgrade to 2018 editionLibravatar Dirkjan Ochtman1-0/+1
2018-12-08Remove unused macro_use attributesLibravatar Dirkjan Ochtman15-16/+1
2018-12-08Upgrade to Rocket 0.4Libravatar Dirkjan Ochtman2-5/+4
2018-12-07Fix cargo fmtLibravatar Juan Aguilar Santillana2-8/+2
2018-11-14Move escaping benchmarks into askama_escape crateLibravatar Dirkjan Ochtman1-66/+0
2018-11-11Add e2e test for escapeLibravatar bott1-0/+16
2018-11-05Add bench for escapingLibravatar bott1-1/+67
2018-11-04Disable tests that need dependencies by defaultLibravatar Dirkjan Ochtman3-7/+17
2018-11-04use UFCS in derived codeLibravatar Yusuke Sasaki1-0/+12
2018-11-04Remove unused #[macro_use] attributeLibravatar Dirkjan Ochtman1-1/+0
2018-10-20Add test for unescaped variable expressions (see #132)Libravatar Qian Linfeng2-0/+29
2018-10-12make `Template::extension()` staticLibravatar Yusuke Sasaki1-1/+1
2018-10-08Fix formattingLibravatar Dirkjan Ochtman1-1/+1
2018-10-08Clean up warning about unused fieldLibravatar Dirkjan Ochtman2-6/+4
2018-10-07Add Rust macro support at templatesLibravatar bott2-0/+23
2018-09-21fix panicked on range-based for loopLibravatar bott2-0/+28
2018-09-14Update formatting for rust 1.29.0 rustfmtLibravatar Dirkjan Ochtman2-4/+16
2018-09-14Fix operator preference at loop.indexLibravatar bott2-2/+2
2018-09-14Fix operator preference at loop.firstLibravatar bott2-0/+17
2018-09-07Fix deep nested imports in macro callsLibravatar bott4-2/+18
2018-09-02Fix multiple nesting in macro calls into different scopesLibravatar bott1-2/+6
2018-09-02Add test for nested macro calls into different scopeLibravatar bott3-0/+19
2018-07-22Work around conflicting dependencies for actix-web and rocketLibravatar Dirkjan Ochtman3-7/+9
2018-07-22Add Template method to return template extensionLibravatar Dirkjan Ochtman1-0/+1
2018-07-22Tests for actix_webLibravatar Ryan McGrath2-2/+33
2018-07-04Add test for unit structs (see #101)Libravatar Dirkjan Ochtman1-0/+9
2018-07-02Remove accidentally committed debugging cruftLibravatar Dirkjan Ochtman1-1/+1
2018-07-02Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-4/+16
2018-06-28Add benchmarks to the Askama repoLibravatar Dirkjan Ochtman4-0/+84
2018-06-25Add test for 'truncate' filterLibravatar Dirkjan Ochtman1-0/+14
2018-06-25Add test for 'loop.first' variableLibravatar Dirkjan Ochtman2-2/+2
2018-06-23Add test for range operatorsLibravatar Dirkjan Ochtman2-0/+19
2018-06-23Remove accidental debugging cruftLibravatar Dirkjan Ochtman1-1/+1
2018-06-23Add test for Index operationLibravatar Dirkjan Ochtman1-0/+16
2018-06-22Add test for 'super' macroLibravatar Dirkjan Ochtman2-0/+7
2018-06-22Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-21/+33
2018-06-22Add test for flattened deep inheritanceLibravatar Dirkjan Ochtman1-0/+92
2018-06-22Add test for deep inheritanceLibravatar Dirkjan Ochtman4-0/+135
2018-06-21Fix formatting with cargo fmtLibravatar Dirkjan Ochtman10-52/+64
2018-05-27Reformat and rename method testing tests for better organizationLibravatar Dirkjan Ochtman1-13/+14
2018-05-27Add tests for calling methods on selfLibravatar Mika Lehtinen1-0/+42
2018-05-21Remove forgotten debugging cruftLibravatar Dirkjan Ochtman1-2/+2