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
/
input.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak attribute parsing some more
Dirkjan Ochtman
2022-01-13
1
-10
/
+7
*
Make sure '#[template(…)]' is given exactly once
René Kijewski
2022-01-13
1
-16
/
+22
*
Rename "meta" in proc_macro parser
René Kijewski
2022-01-13
1
-3
/
+3
*
Determine Content-Type during compilation
René Kijewski
2022-01-07
1
-0
/
+6
*
Make TemplateInput::extension() reusable
René Kijewski
2022-01-07
1
-1
/
+7
*
Unshadow function escaping()
René Kijewski
2022-01-07
1
-3
/
+3
*
Move extension_to_mime_type() to askama_shared
René Kijewski
2022-01-07
1
-0
/
+27
*
Omit implicit lifetimes
René Kijewski
2022-01-06
1
-1
/
+1
*
Don't parse non-template attributes
Dirkjan Ochtman
2021-11-10
1
-9
/
+5
*
Stop eliding lifetimes in paths
Dirkjan Ochtman
2021-07-01
1
-1
/
+1
*
Changed to allow both path and ext
vallentin
2021-03-10
1
-5
/
+2
*
Added extension tests
vallentin
2021-03-10
1
-0
/
+48
*
Fixed extension to ignore common jinja extensions (fixes #457)
vallentin
2021-03-10
1
-1
/
+11
*
Refactored getting path extension
vallentin
2021-03-10
1
-1
/
+9
*
Fix style suggestion per nightly clippy
Dirkjan Ochtman
2021-02-28
1
-1
/
+1
*
Improve error handling (see #368)
Dirkjan Ochtman
2020-11-02
1
-39
/
+48
*
Adapt to new warnings and formatting
Dirkjan Ochtman
2020-02-08
1
-1
/
+0
*
Move input module into askama_shared
Dirkjan Ochtman
2020-01-29
1
-0
/
+221
*
Isolate proc-macro dependency to the proc macro
David Tolnay
2018-04-12
1
-175
/
+0
*
Cleanup warnings generated by clippy
Dirkjan Ochtman
2018-01-22
1
-2
/
+2
*
Upgrade to syn-0.12 and quote-0.4
Dirkjan Ochtman
2018-01-09
1
-43
/
+43
*
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
2017-11-21
1
-2
/
+2
*
Improve error about unsupported annotation key
Dirkjan Ochtman
2017-11-07
1
-1
/
+1
*
Infer escaping mode based on template extension
Dirkjan Ochtman
2017-09-07
1
-3
/
+21
*
Refactor creation of TemplateMeta value
Dirkjan Ochtman
2017-09-07
1
-13
/
+9
*
Make ext attribute mandatory for source-specified templates
Dirkjan Ochtman
2017-09-07
1
-4
/
+8
*
Code cleanups as suggested by Clippy
Dirkjan Ochtman
2017-09-06
1
-1
/
+1
*
Allow setting an extension with source attributes
Dirkjan Ochtman
2017-09-06
1
-2
/
+22
*
Make path and source attributes mutually exclusive
Dirkjan Ochtman
2017-09-06
1
-0
/
+6
*
Refactor type handling for attribute parameters
Dirkjan Ochtman
2017-09-05
1
-8
/
+8
*
Introduce attribute parameter to disable escaping
Dirkjan Ochtman
2017-09-05
1
-1
/
+25
*
Move TemplateInput and related code into separate module
Dirkjan Ochtman
2017-09-05
1
-0
/
+107