index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_derive
/
src
/
generator.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
parser: define a struct for Match
Dirkjan Ochtman
1
-4
/
+3
2023-07-31
parser: define a struct for Cond
Dirkjan Ochtman
1
-4
/
+4
2023-07-31
Extract askama_parser crate
Dirkjan Ochtman
1
-1
/
+1
2023-07-31
derive: move Parsed into parser module
Dirkjan Ochtman
1
-36
/
+1
2023-07-31
derive: move generator-specific methods out of Expr
Dirkjan Ochtman
1
-2
/
+71
2023-07-31
derive: define separate ParseError type
Dirkjan Ochtman
1
-1
/
+5
2023-07-31
derive: move Syntax into parser module
Dirkjan Ochtman
1
-2
/
+1
2023-07-24
Fix Rust macro invocations not accepting a path (#837)
Matthew Taylor
1
-3
/
+3
2023-06-28
Cache include AST to reduce parsing overhead
Dirkjan Ochtman
1
-23
/
+16
2023-06-28
Inline child() method to avoid borrowing all fields
Dirkjan Ochtman
1
-27
/
+23
2023-06-28
Avoid reparsing included templates if possible
Dirkjan Ochtman
1
-4
/
+23
2023-06-28
Parse templates once
Dirkjan Ochtman
1
-13
/
+44
2023-05-19
Update to rocket 0.5-rc.3
Vypo Mouse
1
-6
/
+15
2023-03-21
Extract literal from group expressions in attributes
Dirkjan Ochtman
1
-0
/
+6
2023-03-20
Upgrade to syn 2
Dirkjan Ochtman
1
-27
/
+26
2023-03-13
Add whitespace argument in template derive proc-macro
Guillaume Gomez
1
-1
/
+8
2023-03-09
Fix handling of trailing whitespace characters
Guillaume Gomez
1
-4
/
+8
2023-03-06
Propogate size_hint from sub-blocks (#788)
Andrew Dona-Couch -- GitHub drop ICE
1
-4
/
+4
2023-03-03
exchange hyper features From<Template> for hyper::Body with TryFrom
Rudi Floren
1
-7
/
+5
2023-02-24
Fix typos
René Kijewski
1
-2
/
+2
2023-02-13
Add impl From<{Template}> for hyper::Body derive
Rudi Floren
1
-1
/
+23
2023-01-30
Extends expects a string and nothing else
René Kijewski
1
-1
/
+1
2023-01-30
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
1
-32
/
+32
2022-09-26
Remove `_ext` from `askama_hyper`, too
René Kijewski
1
-2
/
+1
2022-09-23
Apply clippy suggestions from Rust 1.64 (#725)
Dirkjan Ochtman
1
-1
/
+1
2022-09-19
Remove ext argument in integrations
René Kijewski
1
-16
/
+7
2022-09-19
Add Expr::is_cachable()
René Kijewski
1
-4
/
+2
2022-09-19
Skip caching calls (Resolves #667)
vallentin
1
-3
/
+7
2022-07-25
Remove support for deprecated `_parent` field
René Kijewski
1
-23
/
+0
2022-07-25
Implement basic hyper integration
René Kijewski
1
-0
/
+27
2022-06-16
Update to Rocket 0.5
René Kijewski
1
-1
/
+1
2022-06-15
Replace `&Option<Box<T>>` with `Option<&T>` (#696)
René Kijewski
1
-4
/
+6
2022-06-15
Remove hash builder parameter from generator
René Kijewski
1
-6
/
+7
2022-06-15
Replace .filter_map().next() with .filter_map()
René Kijewski
1
-3
/
+2
2022-06-15
Copy can be derived
René Kijewski
1
-6
/
+2
2022-05-24
Move code generation into askama_derive
René Kijewski
1
-22
/
+21
2022-05-23
Move configuration into its own module
René Kijewski
1
-3
/
+2
2022-04-26
Rename Whitespace::Trim into Whitespace::Suppress
Guillaume Gomez
1
-1
/
+1
2022-04-26
Add WhitespaceHandling::Minimize
Guillaume Gomez
1
-17
/
+40
2022-04-21
Rename `suppress_whitespace` into `whitespace` and update expected values to ...
Guillaume Gomez
1
-9
/
+12
2022-04-21
Add config option to derive macro so we can specify config file location
Guillaume Gomez
1
-1
/
+8
2022-04-21
Parse template derive args outside of TemplateInput::new
Guillaume Gomez
1
-1
/
+110
2022-04-21
Update parser to allow "+" sign
Guillaume Gomez
1
-4
/
+12
2022-04-21
Add suppress_whitespace config option
Guillaume Gomez
1
-5
/
+27
2022-03-31
Simplify the implementation of askama_axum
Jonas Platte
1
-1
/
+1
2022-03-23
Merge derive.rs into generator.rs
René Kijewski
1
-11
/
+99
2022-03-23
Un-"pub" most of askama_shared's internals
René Kijewski
1
-1
/
+1
2022-03-23
Move handling of integrations into askama_shared
René Kijewski
1
-39
/
+27
2022-02-25
Actix Web v4.0 is here
René Kijewski
1
-4
/
+4
2022-02-16
Make json filter safe
René Kijewski
1
-1
/
+1
[next]