aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump askama_derive dependency on askama_sharedLibravatar Dirkjan Ochtman2020-07-281-1/+1
* Bump version numbersLibravatar Dirkjan Ochtman2020-07-281-1/+1
* Add mendes integrationLibravatar Dirkjan Ochtman2020-07-282-0/+2
* Bump versions to prepare for askama_tide releaseLibravatar Dirkjan Ochtman2020-07-141-2/+2
* Bump dependency versions to force the latest versionLibravatar Dirkjan Ochtman2020-07-141-1/+1
* Bump askama_derive version to 0.10.1Libravatar Dirkjan Ochtman2020-07-141-1/+1
* alphabetize frameworksLibravatar Jacob Rothstein2020-07-142-4/+4
* askama tideLibravatar Jacob Rothstein2020-07-142-0/+2
* Disable default features of `askama_shared` in `askama_derive`Libravatar Yuki Okushi2020-07-021-1/+1
* Reference READMEs in crate metadataLibravatar Dirkjan Ochtman2020-06-301-0/+1
* Add README files for subcratesLibravatar Dirkjan Ochtman2020-06-301-0/+9
* Bump version numbersLibravatar Dirkjan Ochtman2020-06-301-2/+2
* Add license files to each crate (fixes #339)Libravatar Dirkjan Ochtman2020-06-302-0/+2
* Move code generation into askama_sharedLibravatar Dirkjan Ochtman2020-01-293-1510/+12
* Move input module into askama_sharedLibravatar Dirkjan Ochtman2020-01-293-224/+2
* Move parser into askama_sharedLibravatar Dirkjan Ochtman2020-01-294-1106/+4
* Add support for warpLibravatar Bjørn Madsen2020-01-292-0/+18
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-291-4/+4
* Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman2020-01-291-4/+4
* Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman2020-01-291-4/+4
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-291-5/+5
* Bump version numbers to 0.9.0Libravatar Dirkjan Ochtman2020-01-151-2/+2
* Improve spacingLibravatar Dirkjan Ochtman2020-01-121-0/+6
* 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-121-19/+10
* Support escaping in string literalsLibravatar Tuomas Siipola2020-01-121-20/+30
* upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus2020-01-111-4/+4
* Support char literalsLibravatar Tuomas Siipola2020-01-032-2/+38
* Clean up clippy warningsLibravatar Dirkjan Ochtman2020-01-024-17/+17
* Migrate to non-macro combinatorsLibravatar Dirkjan Ochtman2019-11-111-541/+709
* Upgrade to nom 5Libravatar Dirkjan Ochtman2019-11-112-95/+93
* Moved no-receiver size_hint method to a separate trait (#270)Libravatar jbg2019-10-281-1/+16
* Remove use of deprecated nom macroLibravatar Dirkjan Ochtman2019-10-091-1/+1
* Add support for boolean literalsLibravatar Dave Poulter2019-10-082-0/+13
* 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
* Implement selected clippy recommendations.Libravatar Bardi Harborow2019-07-113-9/+6
* Simplify parser with nom's list combinatorsLibravatar James Gilles2019-05-041-121/+44
* WIP: Add raw blockLibravatar Pavel Fokin2019-04-182-1/+27
* Allow Rust macro calls in more places (see #226)Libravatar Dirkjan Ochtman2019-03-181-2/+2
* Create heritage for extends-only templates (fixes #224)Libravatar Dirkjan Ochtman2019-03-181-1/+1
* Simplify actix-web implementationsLibravatar Dirkjan Ochtman2019-02-201-5/+2
* Allow referencing self as a variable (fixes #207)Libravatar Dirkjan Ochtman2019-02-201-1/+1
* Fix formatting for 1.32.0Libravatar Dirkjan Ochtman2019-02-181-6/+12
* Fully qualified ResultLibravatar Steven Pease2019-02-151-1/+1
* Bump versions in anticipation of 0.8.0 releaseLibravatar Dirkjan Ochtman2019-01-171-1/+1
* Provide size_hint() method on Template (fixes #181)Libravatar Dirkjan Ochtman2019-01-121-37/+99
* Allow configuration of escape modesLibravatar Dirkjan Ochtman2019-01-122-11/+20
* Specify a trait that handles the output format's escapingLibravatar Dirkjan Ochtman2019-01-122-40/+27
* Inject template file into generated source as bytes.Libravatar Maarten de Vries2019-01-111-1/+25