aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-24Move code generation into askama_deriveLibravatar René Kijewski6-1/+5034
2022-03-23Reduce askama_derive to a single re-exportLibravatar René Kijewski1-99/+1
2022-03-23Move handling of integrations into askama_sharedLibravatar René Kijewski1-14/+2
2022-03-23Fix clippy warningLibravatar René Kijewski1-1/+1
2022-02-07Enable tracking of the offending span of an errorLibravatar René Kijewski1-4/+1
2022-02-03Replace custom Cow with actual CowLibravatar René Kijewski1-2/+3
2022-01-24Replace `&PathBuf` with `&Path`Libravatar René Kijewski1-3/+3
2022-01-12`&Option<T>` → `Option<&T>`Libravatar René Kijewski1-1/+1
2022-01-06Remove the iron integration from generatorLibravatar René Kijewski1-1/+0
2022-01-06Add `#![forbid(unsafe_code)]` to all crates except askama_escapeLibravatar René Kijewski1-0/+1
2022-01-06Add `#![deny(unreachable_pub)]` to all cratesLibravatar René Kijewski1-0/+1
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+1
2021-10-25Handle build hangs due to unintended template recursion. (#539)Libravatar Gaurav Tyagi1-0/+12
2021-07-01Stop eliding lifetimes in pathsLibravatar Dirkjan Ochtman1-2/+2
2021-06-14Fix needless borrowingLibravatar Dirkjan Ochtman1-1/+1
2020-11-02Use `syn::Error::to_compile_error` and add trybuild ui test (#374)Libravatar msrd01-4/+5
2020-11-02Improve error handling (see #368)Libravatar Dirkjan Ochtman1-18/+30
2020-07-28Add mendes integrationLibravatar Dirkjan Ochtman1-0/+1
2020-07-14alphabetize frameworksLibravatar Jacob Rothstein1-1/+1
2020-07-14askama tideLibravatar Jacob Rothstein1-0/+1
2020-01-29Move code generation into askama_sharedLibravatar Dirkjan Ochtman2-1509/+12
2020-01-29Move input module into askama_sharedLibravatar Dirkjan Ochtman3-224/+2
2020-01-29Move parser into askama_sharedLibravatar Dirkjan Ochtman3-1103/+4
2020-01-29Add support for warpLibravatar Bjørn Madsen1-0/+17
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-4/+4
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman1-4/+4
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-4/+4
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-5/+5
2020-01-12Improve spacingLibravatar Dirkjan Ochtman1-0/+6
2020-01-12Flush buffer before exiting block with non-empty scope (fixes #227)Libravatar Dirkjan Ochtman1-0/+9
2020-01-12Write conditional blocks before popping variable stack (see #227)Libravatar Dirkjan Ochtman1-19/+10
2020-01-12Support escaping in string literalsLibravatar Tuomas Siipola1-20/+30
2020-01-11upgrade dependencies(actix-web 0.7 -> 2)Libravatar DCjanus1-4/+4
2020-01-03Support char literalsLibravatar Tuomas Siipola2-2/+38
2020-01-02Clean up clippy warningsLibravatar Dirkjan Ochtman4-17/+17
2019-11-11Migrate to non-macro combinatorsLibravatar Dirkjan Ochtman1-541/+709
2019-11-11Upgrade to nom 5Libravatar Dirkjan Ochtman1-94/+90
2019-10-28Moved no-receiver size_hint method to a separate trait (#270)Libravatar jbg1-1/+16
2019-10-09Remove use of deprecated nom macroLibravatar Dirkjan Ochtman1-1/+1
2019-10-08Add support for boolean literalsLibravatar Dave Poulter2-0/+13
2019-08-14Prevent rightward drift in attribute interpretation codeLibravatar Dirkjan Ochtman1-42/+51
2019-08-14Switch to syn/quote/proc_macro2 1.0Libravatar Dirkjan Ochtman1-69/+57
2019-07-11Implement selected clippy recommendations.Libravatar Bardi Harborow3-9/+6
2019-05-04Simplify parser with nom's list combinatorsLibravatar James Gilles1-121/+44
2019-04-18WIP: Add raw blockLibravatar Pavel Fokin2-1/+27
2019-03-18Allow Rust macro calls in more places (see #226)Libravatar Dirkjan Ochtman1-2/+2
2019-03-18Create heritage for extends-only templates (fixes #224)Libravatar Dirkjan Ochtman1-1/+1
2019-02-20Simplify actix-web implementationsLibravatar Dirkjan Ochtman1-5/+2
2019-02-20Allow referencing self as a variable (fixes #207)Libravatar Dirkjan Ochtman1-1/+1
2019-02-18Fix formatting for 1.32.0Libravatar Dirkjan Ochtman1-6/+12