index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_shared
/
src
/
generator.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Whitespace::Trim into Whitespace::Suppress
Guillaume Gomez
2022-04-26
1
-1
/
+1
*
Add WhitespaceHandling::Minimize
Guillaume Gomez
2022-04-26
1
-17
/
+40
*
Rename `suppress_whitespace` into `whitespace` and update expected values to ...
Guillaume Gomez
2022-04-21
1
-9
/
+12
*
Add config option to derive macro so we can specify config file location
Guillaume Gomez
2022-04-21
1
-1
/
+8
*
Parse template derive args outside of TemplateInput::new
Guillaume Gomez
2022-04-21
1
-1
/
+110
*
Update parser to allow "+" sign
Guillaume Gomez
2022-04-21
1
-4
/
+12
*
Add suppress_whitespace config option
Guillaume Gomez
2022-04-21
1
-5
/
+27
*
Simplify the implementation of askama_axum
Jonas Platte
2022-03-31
1
-1
/
+1
*
Merge derive.rs into generator.rs
René Kijewski
2022-03-23
1
-11
/
+99
*
Un-"pub" most of askama_shared's internals
René Kijewski
2022-03-23
1
-1
/
+1
*
Move handling of integrations into askama_shared
René Kijewski
2022-03-23
1
-39
/
+27
*
Actix Web v4.0 is here
René Kijewski
2022-02-25
1
-4
/
+4
*
Make json filter safe
René Kijewski
2022-02-16
1
-1
/
+1
*
askama_mendes: upgrade mendes to 0.0.62 (#636)
Dirkjan Ochtman
2022-02-09
1
-1
/
+1
*
Add markdown filter
René Kijewski
2022-02-07
1
-0
/
+41
*
Replace if-let with match
René Kijewski
2022-02-03
1
-4
/
+6
*
Replace custom Cow with actual Cow
René Kijewski
2022-02-03
1
-23
/
+21
*
Remove `panic!()` in `loop.cycle([])`
René Kijewski
2022-01-31
1
-1
/
+1
*
Make is_shadowing_variable() failable
René Kijewski
2022-01-31
1
-12
/
+24
*
Parse tuple expressions
René Kijewski
2022-01-28
1
-0
/
+18
*
Implement error propagation expression: `?` (#590)
René Kijewski
2022-01-28
1
-0
/
+12
*
Unify handling of calls (#614)
René Kijewski
2022-01-27
1
-79
/
+31
*
Replace `&PathBuf` with `&Path`
René Kijewski
2022-01-24
1
-7
/
+7
*
`&Option<T>` → `Option<&T>`
René Kijewski
2022-01-12
1
-3
/
+3
*
Fully qualify some more paths in generated code
René Kijewski
2022-01-12
1
-3
/
+3
*
Determine Content-Type during compilation
René Kijewski
2022-01-07
1
-0
/
+4
*
Add `#[inline]` to trivial trait implementations
René Kijewski
2022-01-06
1
-0
/
+9
*
Remove the iron integration from generator
René Kijewski
2022-01-06
1
-26
/
+0
*
Omit implicit lifetimes
René Kijewski
2022-01-06
1
-1
/
+1
*
Update for actix-web beta
René Kijewski
2022-01-05
1
-7
/
+3
*
askama_rocket: revert to rocket 0.4 for release
Dirkjan Ochtman
2022-01-04
1
-2
/
+4
*
askama_actix: revert to actix-web v3 for release
Dirkjan Ochtman
2022-01-04
1
-3
/
+4
*
Use a separate trait for object safety (#579)
Dirkjan Ochtman
2021-12-15
1
-17
/
+5
*
updated for actix-web 4.0.0-beta.14
CrunkLord420
2021-12-14
1
-1
/
+2
*
Use char for patterns where possible
Dirkjan Ochtman
2021-12-08
1
-1
/
+1
*
Update axum to 0.4 (by switching to axum-core)
Michael Alyn Miller
2021-12-05
1
-5
/
+3
*
Move askama_mendes integration into Askama repo (#561)
Dirkjan Ochtman
2021-12-01
1
-2
/
+2
*
Allow whitespace trimming in {{raw}} blocks
René Kijewski
2021-11-29
1
-2
/
+2
*
Add Axum integration
Michael Alyn Miller
2021-11-27
1
-0
/
+18
*
Added support for optional escaper for escape filter (resolves #556)
vallentin
2021-11-19
1
-2
/
+36
*
Implement `for … in … if …`
René Kijewski
2021-11-11
1
-29
/
+27
*
Implement for-else
René Kijewski
2021-11-11
1
-17
/
+26
*
Prepare for actix-web v4 (#553)
Sergey Pashinin
2021-11-11
1
-4
/
+2
*
Implement {{loop.cycle(…)}} similar to Jinja
René Kijewski
2021-11-11
1
-7
/
+30
*
Fix support for raw method identifiers
Kelly Thomas Kline
2021-10-13
1
-1
/
+1
*
Add {% break %} and {% continue %}
René Kijewski
2021-08-30
1
-0
/
+10
*
Parse boolean literals in assignment targets
René Kijewski
2021-08-25
1
-0
/
+6
*
Use "target()" to parse "when" block
René Kijewski
2021-07-30
1
-102
/
+42
*
Implement destructoring of structs
René Kijewski
2021-07-05
1
-2
/
+17
*
Parse nested tuples in "let" statement lhs
René Kijewski
2021-07-05
1
-3
/
+3
[next]