aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update gotham requirement from 0.3 to 0.4Libravatar dependabot-preview[bot]2020-01-291-1/+1
| | | | | | | Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Capitalize test job namesLibravatar Dirkjan Ochtman2020-01-291-2/+2
|
* Error::description() will be deprecated soonLibravatar Dirkjan Ochtman2020-01-291-12/+2
|
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-2911-28/+37
|
* Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman2020-01-2910-38/+65
|
* Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman2020-01-2910-31/+44
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-2910-86/+111
|
* Disable Gotham's default featuresLibravatar Dirkjan Ochtman2020-01-272-2/+2
|
* Disable rocket's default featuresLibravatar Dirkjan Ochtman2020-01-272-2/+2
|
* Bump version to 0.9.1Libravatar Dirkjan Ochtman2020-01-271-1/+1
|
* Show all filters in docs.rsLibravatar Dirkjan Ochtman2020-01-271-0/+3
|
* Add funding links configLibravatar Dirkjan Ochtman2020-01-231-0/+2
|
* Remove redundant word in docLibravatar Broono Lu2020-01-161-1/+1
|
* Remove unnecessary explicit lifetimesLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Fix up formattingLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Remove obsolete CI badgesLibravatar Dirkjan Ochtman2020-01-151-2/+0
|
* Bump version numbers to 0.9.0Libravatar Dirkjan Ochtman2020-01-154-9/+9
|
* Export shared crate root as moduleLibravatar Dirkjan Ochtman2020-01-151-1/+1
|
* Make dependencies optional where possibleLibravatar Dirkjan Ochtman2020-01-154-21/+68
|
* Modernize and simplify importsLibravatar Dirkjan Ochtman2020-01-152-10/+5
|
* Add new templatesLibravatar Dirkjan Ochtman2020-01-122-0/+6
|
* Improve spacingLibravatar Dirkjan Ochtman2020-01-122-1/+7
|
* 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.