aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix URL for CI badge, againLibravatar Dirkjan Ochtman2020-01-021-1/+1
* Update CI badge to point to GitHubLibravatar Dirkjan Ochtman2020-01-021-2/+2
* Remove Azure Pipelines configurationLibravatar Dirkjan Ochtman2020-01-021-15/+0
* Add GitHub Actions configurationLibravatar Dirkjan Ochtman2020-01-021-0/+82
* Clean up clippy warningsLibravatar Dirkjan Ochtman2020-01-0212-60/+68
* Fix Actix trait implLibravatar Dirkjan Ochtman2020-01-021-2/+2
* Migrate to non-macro combinatorsLibravatar Dirkjan Ochtman2019-11-111-541/+709
* Upgrade to nom 5Libravatar Dirkjan Ochtman2019-11-112-95/+93
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2019-11-041-1/+4
* Moved no-receiver size_hint method to a separate trait (#270)Libravatar jbg2019-10-283-7/+27
* Remove use of deprecated nom macroLibravatar Dirkjan Ochtman2019-10-091-1/+1
* Reformat test for better readabilityLibravatar Dirkjan Ochtman2019-10-091-15/+3
* Limit test sensitivity to macro pretty printing outputLibravatar Dirkjan Ochtman2019-10-092-15/+4
* Add support for boolean literalsLibravatar Dave Poulter2019-10-084-1/+16
* Update criterion requirement from 0.2 to 0.3Libravatar dependabot-preview[bot]2019-08-262-2/+2
* Prevent rightward drift in attribute interpretation codeLibravatar Dirkjan Ochtman2019-08-141-42/+51
* Switch to syn/quote/proc_macro2 1.0Libravatar Dirkjan Ochtman2019-08-142-72/+60
* Remove Appveyor build badgeLibravatar Dirkjan Ochtman2019-07-251-1/+0
* Update CI badges for migration to AzureLibravatar Dirkjan Ochtman2019-07-252-3/+2
* Remove Travis and Appveyor configurationLibravatar Dirkjan Ochtman2019-07-252-40/+0
* Disable Git line ending conversionsLibravatar Dirkjan Ochtman2019-07-251-0/+2
* Setup CI with Azure PipelinesLibravatar Dirkjan Ochtman2019-07-251-0/+15
* Update formattingLibravatar Dirkjan Ochtman2019-07-252-6/+9
* Remove usage of extern crate in nested modulesLibravatar Dirkjan Ochtman2019-07-221-13/+10
* Implement selected clippy recommendations.Libravatar Bardi Harborow2019-07-114-10/+7
* Add documentation links to Actix-web and Gotham test cases.Libravatar Bardi Harborow2019-07-111-5/+9
* Change askama_escape to require UTF-8 stringsLibravatar Ram Kaniyur2019-06-141-24/+25
* Simplify parser with nom's list combinatorsLibravatar James Gilles2019-05-041-121/+44
* docs/recursive: add documentation hints for recursive structuresLibravatar Bernhard Schuster2019-04-281-0/+23
* WIP: Add raw blockLibravatar Pavel Fokin2019-04-185-1/+58
* Fix doc for using custom filtersLibravatar Simon Guillot2019-04-121-3/+2
* Fix tests for extensionsLibravatar Dirkjan Ochtman2019-04-011-2/+2
* Add md and yml to non-escaped extensions (fixes #229)Libravatar Dirkjan Ochtman2019-04-012-4/+4
* Default to UTF-8 mime type for actix-web and gothamLibravatar Steven Pease2019-03-184-9/+44
* Move small templates into source codeLibravatar Dirkjan Ochtman2019-03-183-6/+2
* Tweak documentation a little bitLibravatar Dirkjan Ochtman2019-03-181-5/+6
* Remove second example for templates in templatesLibravatar Dirkjan Ochtman2019-03-182-96/+0
* FmtLibravatar Vicente Ramirez Perea2019-03-181-1/+0
* Fmt and complete test avoiding warning unused variant.Libravatar Vicente Ramirez Perea2019-03-181-15/+29
* Documenting feature render in templateLibravatar Vicente Ramirez Perea2019-03-186-0/+159
* Allow Rust macro calls in more places (see #226)Libravatar Dirkjan Ochtman2019-03-181-2/+2
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2019-03-181-3/+5
* Remove debugging cruftLibravatar Dirkjan Ochtman2019-03-181-5/+1
* Create heritage for extends-only templates (fixes #224)Libravatar Dirkjan Ochtman2019-03-182-1/+13
* Update toml requirement from 0.4 to 0.5Libravatar dependabot[bot]2019-03-181-1/+1
* Use Template::size_hint to pre-allocate bufferLibravatar Douman2019-03-171-4/+3
* Improve actix-web integration by creating bytes buffer instead of stringLibravatar Douman2019-03-172-4/+36
* Simplify actix-web implementationsLibravatar Dirkjan Ochtman2019-02-203-22/+10
* Allow referencing self as a variable (fixes #207)Libravatar Dirkjan Ochtman2019-02-202-1/+15
* Add documentation for custom escapersLibravatar Dirkjan Ochtman2019-02-201-7/+22