aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add test for let declarations in blocksLibravatar Dirkjan Ochtman2020-01-121-0/+14
|
* Flush buffer before exiting block with non-empty scope (fixes #227)Libravatar Dirkjan Ochtman2020-01-121-0/+9
|
* Write conditional blocks before popping variable stack (see #227)Libravatar Dirkjan Ochtman2020-01-122-19/+25
|
* Support escaping in string literalsLibravatar Tuomas Siipola2020-01-123-20/+45
| | | | | | Do not attempt to parse escape sequences thoroughly. Instead let the Rust compiler to check the string literals and provide nice error messages if necessary.
* fix clippy warningsLibravatar DCjanus2020-01-111-2/+2
|
* upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus2020-01-115-54/+36
|
* Support char literalsLibravatar Tuomas Siipola2020-01-036-3/+63
|
* 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
| | | | See https://github.com/rust-lang/rust/issues/65207.
* 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
| | | | | | | | 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 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
| | | | This prevents us from carriage returns showing up in Windows tests.
* 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
| | | | Closes #220
* 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
|