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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
Move input module into askama_shared
Dirkjan Ochtman
1
-221
/
+0
2020-01-02
Clean up clippy warnings
Dirkjan Ochtman
1
-1
/
+1
2019-08-14
Prevent rightward drift in attribute interpretation code
Dirkjan Ochtman
1
-42
/
+51
2019-08-14
Switch to syn/quote/proc_macro2 1.0
Dirkjan Ochtman
1
-69
/
+57
2019-07-11
Implement selected clippy recommendations.
Bardi Harborow
1
-7
/
+4
2019-01-12
Allow configuration of escape modes
Dirkjan Ochtman
1
-9
/
+18
2019-01-12
Specify a trait that handles the output format's escaping
Dirkjan Ochtman
1
-33
/
+15
2019-01-10
Add warning of deprecated field '_parent'
Juan Aguilar Santillana
1
-0
/
+10
2018-12-08
Use 2018 edition idioms
Dirkjan Ochtman
1
-1
/
+1
2018-12-08
Upgrade to 2018 edition
Dirkjan Ochtman
1
-1
/
+1
2018-12-07
Fix cargo fmt
Juan Aguilar Santillana
1
-37
/
+51
2018-10-07
Handle syntax validation during Config instantiation
Dirkjan Ochtman
1
-20
/
+0
2018-10-05
Add changing delimiters support
bott
1
-4
/
+42
2018-07-11
Move find_template_from_path() into Config
Dirkjan Ochtman
1
-2
/
+5
2018-07-04
Remove restrictions to named field structs (fixes #101)
Dirkjan Ochtman
1
-1
/
+1
2018-07-02
Add some comments to TemplateInput::new() method
Dirkjan Ochtman
1
-0
/
+14
2018-07-02
Further simplify code to find parent fields
Dirkjan Ochtman
1
-12
/
+5
2018-07-02
Reorder arms in match for better readability
Dirkjan Ochtman
1
-2
/
+2
2018-07-02
Further improve matching source and ext in TemplateInput
Dirkjan Ochtman
1
-7
/
+5
2018-07-02
Improve field type determination
mash
1
-5
/
+12
2018-07-02
Simplify escape mode determination
mash
1
-20
/
+13
2018-07-02
Determine path during source attribute checks
mash
1
-11
/
+6
2018-06-25
Improve attribute handling code for efficiency and robustness
Dirkjan Ochtman
1
-47
/
+57
2018-06-21
Store parent field type in TemplateInput
Dirkjan Ochtman
1
-0
/
+15
2018-06-21
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-8
/
+12
2018-06-21
Inline TemplateMeta into TemplateInput
Dirkjan Ochtman
1
-23
/
+20
2018-06-21
Let build_template() own the template source
Dirkjan Ochtman
1
-16
/
+8
2018-06-16
Use struct name for inline templates
Dirkjan Ochtman
1
-1
/
+1
2018-05-21
Upgrade to syn-0.14 and quote-0.6
Dirkjan Ochtman
1
-4
/
+2
2018-04-12
Isolate proc-macro dependency to the proc macro
David Tolnay
1
-1
/
+1
2018-01-22
Cleanup warnings generated by clippy
Dirkjan Ochtman
1
-2
/
+2
2018-01-09
Upgrade to syn-0.12 and quote-0.4
Dirkjan Ochtman
1
-43
/
+43
2017-11-21
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
1
-2
/
+2
2017-11-07
Improve error about unsupported annotation key
Dirkjan Ochtman
1
-1
/
+1
2017-09-07
Infer escaping mode based on template extension
Dirkjan Ochtman
1
-3
/
+21
2017-09-07
Refactor creation of TemplateMeta value
Dirkjan Ochtman
1
-13
/
+9
2017-09-07
Make ext attribute mandatory for source-specified templates
Dirkjan Ochtman
1
-4
/
+8
2017-09-06
Code cleanups as suggested by Clippy
Dirkjan Ochtman
1
-1
/
+1
2017-09-06
Allow setting an extension with source attributes
Dirkjan Ochtman
1
-2
/
+22
2017-09-06
Make path and source attributes mutually exclusive
Dirkjan Ochtman
1
-0
/
+6
2017-09-05
Refactor type handling for attribute parameters
Dirkjan Ochtman
1
-8
/
+8
2017-09-05
Introduce attribute parameter to disable escaping
Dirkjan Ochtman
1
-1
/
+25
2017-09-05
Move TemplateInput and related code into separate module
Dirkjan Ochtman
1
-55
/
+8
2017-09-05
Create new TemplateInput abstraction
Dirkjan Ochtman
1
-13
/
+27
2017-09-05
Create better abstraction around TemplateMeta type
Dirkjan Ochtman
1
-48
/
+48
2017-09-05
Pass AST to code generator as reference
Dirkjan Ochtman
1
-1
/
+1
2017-09-05
Move tightly coupled code from derive to shared crate
Dirkjan Ochtman
1
-2
/
+111
2017-09-04
Escape all strings with character entities by default (fixes #23)
Dirkjan Ochtman
1
-0
/
+1
2017-09-04
Move escaping algorithm into a separate module
Dirkjan Ochtman
1
-0
/
+1
2017-08-29
Export Error type
Anthony Nowell
1
-1
/
+1
[next]