Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update criterion requirement from 0.2 to 0.3 | dependabot-preview[bot] | 2019-08-26 | 2 | -2/+2 | |
| | | | | | | | | Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.0...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
* | Prevent rightward drift in attribute interpretation code | Dirkjan Ochtman | 2019-08-14 | 1 | -42/+51 | |
| | ||||||
* | Switch to syn/quote/proc_macro2 1.0 | Dirkjan Ochtman | 2019-08-14 | 2 | -72/+60 | |
| | ||||||
* | Remove Appveyor build badge | Dirkjan Ochtman | 2019-07-25 | 1 | -1/+0 | |
| | ||||||
* | Update CI badges for migration to Azure | Dirkjan Ochtman | 2019-07-25 | 2 | -3/+2 | |
| | ||||||
* | Remove Travis and Appveyor configuration | Dirkjan Ochtman | 2019-07-25 | 2 | -40/+0 | |
| | ||||||
* | Disable Git line ending conversions | Dirkjan Ochtman | 2019-07-25 | 1 | -0/+2 | |
| | | | | This prevents us from carriage returns showing up in Windows tests. | |||||
* | Setup CI with Azure Pipelines | Dirkjan Ochtman | 2019-07-25 | 1 | -0/+15 | |
| | ||||||
* | Update formatting | Dirkjan Ochtman | 2019-07-25 | 2 | -6/+9 | |
| | ||||||
* | Remove usage of extern crate in nested modules | Dirkjan Ochtman | 2019-07-22 | 1 | -13/+10 | |
| | ||||||
* | Implement selected clippy recommendations. | Bardi Harborow | 2019-07-11 | 4 | -10/+7 | |
| | ||||||
* | Add documentation links to Actix-web and Gotham test cases. | Bardi Harborow | 2019-07-11 | 1 | -5/+9 | |
| | ||||||
* | Change askama_escape to require UTF-8 strings | Ram Kaniyur | 2019-06-14 | 1 | -24/+25 | |
| | ||||||
* | Simplify parser with nom's list combinators | James Gilles | 2019-05-04 | 1 | -121/+44 | |
| | ||||||
* | docs/recursive: add documentation hints for recursive structures | Bernhard Schuster | 2019-04-28 | 1 | -0/+23 | |
| | | | | Closes #220 | |||||
* | WIP: Add raw block | Pavel Fokin | 2019-04-18 | 5 | -1/+58 | |
| | ||||||
* | Fix doc for using custom filters | Simon Guillot | 2019-04-12 | 1 | -3/+2 | |
| | ||||||
* | Fix tests for extensions | Dirkjan Ochtman | 2019-04-01 | 1 | -2/+2 | |
| | ||||||
* | Add md and yml to non-escaped extensions (fixes #229) | Dirkjan Ochtman | 2019-04-01 | 2 | -4/+4 | |
| | ||||||
* | Default to UTF-8 mime type for actix-web and gotham | Steven Pease | 2019-03-18 | 4 | -9/+44 | |
| | ||||||
* | Move small templates into source code | Dirkjan Ochtman | 2019-03-18 | 3 | -6/+2 | |
| | ||||||
* | Tweak documentation a little bit | Dirkjan Ochtman | 2019-03-18 | 1 | -5/+6 | |
| | ||||||
* | Remove second example for templates in templates | Dirkjan Ochtman | 2019-03-18 | 2 | -96/+0 | |
| | ||||||
* | Fmt | Vicente Ramirez Perea | 2019-03-18 | 1 | -1/+0 | |
| | ||||||
* | Fmt and complete test avoiding warning unused variant. | Vicente Ramirez Perea | 2019-03-18 | 1 | -15/+29 | |
| | ||||||
* | Documenting feature render in template | Vicente Ramirez Perea | 2019-03-18 | 6 | -0/+159 | |
| | ||||||
* | Allow Rust macro calls in more places (see #226) | Dirkjan Ochtman | 2019-03-18 | 1 | -2/+2 | |
| | ||||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2019-03-18 | 1 | -3/+5 | |
| | ||||||
* | Remove debugging cruft | Dirkjan Ochtman | 2019-03-18 | 1 | -5/+1 | |
| | ||||||
* | Create heritage for extends-only templates (fixes #224) | Dirkjan Ochtman | 2019-03-18 | 2 | -1/+13 | |
| | ||||||
* | Update toml requirement from 0.4 to 0.5 | dependabot[bot] | 2019-03-18 | 1 | -1/+1 | |
| | | | | | | | Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.0...0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | Use Template::size_hint to pre-allocate buffer | Douman | 2019-03-17 | 1 | -4/+3 | |
| | ||||||
* | Improve actix-web integration by creating bytes buffer instead of string | Douman | 2019-03-17 | 2 | -4/+36 | |
| | ||||||
* | Simplify actix-web implementations | Dirkjan Ochtman | 2019-02-20 | 3 | -22/+10 | |
| | ||||||
* | Allow referencing self as a variable (fixes #207) | Dirkjan Ochtman | 2019-02-20 | 2 | -1/+15 | |
| | ||||||
* | Add documentation for custom escapers | Dirkjan Ochtman | 2019-02-20 | 1 | -7/+22 | |
| | ||||||
* | Make default extension ".txt" for TemplateResponder | Zizheng Tai | 2019-02-20 | 1 | -1/+1 | |
| | ||||||
* | Add TemplateResponder trait for integration with actix-web | Zizheng Tai | 2019-02-20 | 2 | -1/+34 | |
| | ||||||
* | Fix formatting for 1.32.0 | Dirkjan Ochtman | 2019-02-18 | 2 | -7/+16 | |
| | ||||||
* | Fully qualified Result | Steven Pease | 2019-02-15 | 1 | -1/+1 | |
| | ||||||
* | Make html-escaper also escape .j2, .jinja and .jinja2 files | Daniel Wiesenberg | 2019-02-06 | 1 | -0/+2 | |
| | ||||||
* | Add optional support for yaml filter (see #192) | Dirkjan Ochtman | 2019-01-17 | 5 | -3/+56 | |
| | ||||||
* | Bump versions in anticipation of 0.8.0 release | Dirkjan Ochtman | 2019-01-17 | 4 | -6/+6 | |
| | ||||||
* | Rename deprecate method Error::cause() | Dirkjan Ochtman | 2019-01-12 | 1 | -2/+2 | |
| | ||||||
* | Prevent trait object issues | Dirkjan Ochtman | 2019-01-12 | 1 | -3/+3 | |
| | ||||||
* | Provide size_hint() method on Template (fixes #181) | Dirkjan Ochtman | 2019-01-12 | 2 | -38/+102 | |
| | ||||||
* | Allow configuration of escape modes | Dirkjan Ochtman | 2019-01-12 | 3 | -11/+77 | |
| | ||||||
* | Specify a trait that handles the output format's escaping | Dirkjan Ochtman | 2019-01-12 | 8 | -121/+172 | |
| | ||||||
* | Slightly simplify escaping code | Dirkjan Ochtman | 2019-01-12 | 1 | -19/+21 | |
| | ||||||
* | Fix import order | Dirkjan Ochtman | 2019-01-12 | 1 | -1/+1 | |
| |