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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-12
Isolate proc-macro dependency to the proc macro
David Tolnay
1
-1
/
+71
2018-01-09
Upgrade to syn-0.12 and quote-0.4
Dirkjan Ochtman
1
-3
/
+3
2017-09-05
Move tightly coupled code from derive to shared crate
Dirkjan Ochtman
1
-111
/
+1
2017-08-27
Move most of the code into new askama_shared crate
Dirkjan Ochtman
1
-11
/
+5
2017-08-16
Support specifying template source as an attribute
Dirkjan Ochtman
1
-11
/
+29
2017-08-16
Pass path to code generation as Path
Dirkjan Ochtman
1
-1
/
+3
2017-08-16
Use reference into AST for template path instead of cloning
Dirkjan Ochtman
1
-4
/
+4
2017-08-16
Use enum for print option value
Dirkjan Ochtman
1
-5
/
+26
2017-08-08
Reorganize code order in askama_derive modules
Dirkjan Ochtman
1
-34
/
+34
2017-08-06
Use one way of finding templates on the path
Dirkjan Ochtman
1
-1
/
+2
2017-08-06
Merge handling of trailing newline into get_template_source()
Dirkjan Ochtman
1
-4
/
+1
2017-03-08
Copy type parameters and where clauses (fixes #11)
Dirkjan Ochtman
1
-0
/
+1
2017-03-07
Panic with better message if template attribute is not found (fixes #3)
Dirkjan Ochtman
1
-1
/
+8
2017-03-06
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
1
-2
/
+71
2017-02-17
Move template metadata processing into askama crate
Dirkjan Ochtman
1
-31
/
+1
2017-02-17
Define struct to represent template metadata
Dirkjan Ochtman
1
-9
/
+23
2017-02-08
Simplify derive_template() function
Dirkjan Ochtman
1
-5
/
+2
2017-02-08
Simplify code to find template path
Dirkjan Ochtman
1
-23
/
+10
2017-02-08
Expose less granular API in askama crate
Dirkjan Ochtman
1
-17
/
+1
2017-02-05
Generate path-based type aliases
Dirkjan Ochtman
1
-1
/
+1
2017-02-05
Improve name and ownership of AST vector
Dirkjan Ochtman
1
-2
/
+2
2017-02-04
Pass entire AST to code generator
Dirkjan Ochtman
1
-2
/
+1
2017-02-04
Upgrade to syn-0.11
Dirkjan Ochtman
1
-1
/
+1
2017-02-02
Remove unneeded feature(proc_macro) annotation
Dirkjan Ochtman
1
-2
/
+0
2017-01-07
Move parser and generator code into askama crate
Dirkjan Ochtman
1
-7
/
+3
2017-01-07
Get rid of unused quote dependency
Dirkjan Ochtman
1
-2
/
+0
2017-01-03
Rename askama_codegen to askama_derive
Dirkjan Ochtman
1
-0
/
+0
2016-12-24
Move impl code generator into separate module
Dirkjan Ochtman
1
-21
/
+2
2016-12-24
Move template parser into separate module
Dirkjan Ochtman
1
-31
/
+6
2016-12-24
Implement very basic template parser
Dirkjan Ochtman
1
-8
/
+46
2016-12-23
Get template from Cargo manifest-relative source
Dirkjan Ochtman
1
-2
/
+7
2016-12-22
Attempt at grabbing template source from file
Dirkjan Ochtman
1
-1
/
+43
[prev]