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
/
input.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance of `find_used_templates`
max
2024-01-17
1
-2
/
+7
*
Deduplicating some code in `find_used_templates`
max
2024-01-17
1
-6
/
+9
*
Allow included templates to `extend`, `import`, and `macro`
max
2024-01-17
1
-37
/
+65
*
Refactored `match node` in `find_used_templates`
max
2024-01-17
1
-3
/
+17
*
Unbreak reading config from default location
Dirkjan Ochtman
2023-12-18
1
-5
/
+5
*
add support for svg file extension
Marvin Jütte
2023-11-09
1
-1
/
+4
*
Build Config from TemplateArgs
Dirkjan Ochtman
2023-11-01
1
-7
/
+11
*
Reorganize TemplateArgs and TemplateInput structure
Dirkjan Ochtman
2023-11-01
1
-21
/
+21
*
Inline some logic into find_used_templates()
Dirkjan Ochtman
2023-11-01
1
-1
/
+5
*
Attach find_used_templates() to TemplateInput
Dirkjan Ochtman
2023-11-01
1
-2
/
+44
*
Move TemplateArgs into input module
Dirkjan Ochtman
2023-11-01
1
-5
/
+132
*
Extract askama_parser crate
Dirkjan Ochtman
2023-07-31
1
-1
/
+1
*
derive: move Syntax into parser module
Dirkjan Ochtman
2023-07-31
1
-1
/
+2
*
Revert "derive: Make Config `'static`"
René Kijewski
2023-02-21
1
-4
/
+4
*
derive: Make Config `'static`
René Kijewski
2023-01-30
1
-4
/
+4
*
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
2023-01-30
1
-4
/
+4
*
Remove support for deprecated `_parent` field
René Kijewski
2022-07-25
1
-25
/
+1
*
Move code generation into askama_derive
René Kijewski
2022-05-24
1
-0
/
+255
*
Move input module into askama_shared
Dirkjan Ochtman
2020-01-29
1
-221
/
+0
*
Clean up clippy warnings
Dirkjan Ochtman
2020-01-02
1
-1
/
+1
*
Prevent rightward drift in attribute interpretation code
Dirkjan Ochtman
2019-08-14
1
-42
/
+51
*
Switch to syn/quote/proc_macro2 1.0
Dirkjan Ochtman
2019-08-14
1
-69
/
+57
*
Implement selected clippy recommendations.
Bardi Harborow
2019-07-11
1
-7
/
+4
*
Allow configuration of escape modes
Dirkjan Ochtman
2019-01-12
1
-9
/
+18
*
Specify a trait that handles the output format's escaping
Dirkjan Ochtman
2019-01-12
1
-33
/
+15
*
Add warning of deprecated field '_parent'
Juan Aguilar Santillana
2019-01-10
1
-0
/
+10
*
Use 2018 edition idioms
Dirkjan Ochtman
2018-12-08
1
-1
/
+1
*
Upgrade to 2018 edition
Dirkjan Ochtman
2018-12-08
1
-1
/
+1
*
Fix cargo fmt
Juan Aguilar Santillana
2018-12-07
1
-37
/
+51
*
Handle syntax validation during Config instantiation
Dirkjan Ochtman
2018-10-07
1
-20
/
+0
*
Add changing delimiters support
bott
2018-10-05
1
-4
/
+42
*
Move find_template_from_path() into Config
Dirkjan Ochtman
2018-07-11
1
-2
/
+5
*
Remove restrictions to named field structs (fixes #101)
Dirkjan Ochtman
2018-07-04
1
-1
/
+1
*
Add some comments to TemplateInput::new() method
Dirkjan Ochtman
2018-07-02
1
-0
/
+14
*
Further simplify code to find parent fields
Dirkjan Ochtman
2018-07-02
1
-12
/
+5
*
Reorder arms in match for better readability
Dirkjan Ochtman
2018-07-02
1
-2
/
+2
*
Further improve matching source and ext in TemplateInput
Dirkjan Ochtman
2018-07-02
1
-7
/
+5
*
Improve field type determination
mash
2018-07-02
1
-5
/
+12
*
Simplify escape mode determination
mash
2018-07-02
1
-20
/
+13
*
Determine path during source attribute checks
mash
2018-07-02
1
-11
/
+6
*
Improve attribute handling code for efficiency and robustness
Dirkjan Ochtman
2018-06-25
1
-47
/
+57
*
Store parent field type in TemplateInput
Dirkjan Ochtman
2018-06-21
1
-0
/
+15
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-06-21
1
-8
/
+12
*
Inline TemplateMeta into TemplateInput
Dirkjan Ochtman
2018-06-21
1
-23
/
+20
*
Let build_template() own the template source
Dirkjan Ochtman
2018-06-21
1
-16
/
+8
*
Use struct name for inline templates
Dirkjan Ochtman
2018-06-16
1
-1
/
+1
*
Upgrade to syn-0.14 and quote-0.6
Dirkjan Ochtman
2018-05-21
1
-4
/
+2
*
Isolate proc-macro dependency to the proc macro
David Tolnay
2018-04-12
1
-0
/
+175