index
:
askama
main
added poem support
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use error-chain to create a crate-specific Error type
Dirkjan Ochtman
2017-08-14
1
-2
/
+11
*
Define type askama::Result to use for all rendering methods
Dirkjan Ochtman
2017-08-14
1
-2
/
+4
*
Propagate format errors and rename `render_to()` to `render_into()`
Dirkjan Ochtman
2017-08-10
1
-4
/
+5
*
Rewrite sentence from passive to active
Dirkjan Ochtman
2017-08-08
1
-1
/
+1
*
Add some documentation about includes
Dirkjan Ochtman
2017-08-08
1
-0
/
+20
*
Update documentation on inheritance
Dirkjan Ochtman
2017-08-08
1
-5
/
+7
*
Add some documentation about inheritance pitfalls
Dirkjan Ochtman
2017-03-12
1
-0
/
+7
*
reorganized filter tests
Andy Librian
2017-03-11
1
-0
/
+6
*
added trim filter (#18)
Andy Librian
2017-03-11
1
-0
/
+11
*
Add `lower` and `upper` filters
Christian Legnitto
2017-03-10
1
-0
/
+32
*
Change preposition in "Variables" section of docs
Jordan Danford
2017-03-09
1
-1
/
+1
*
Fix formatting in "Variables" section of docs
Jordan Danford
2017-03-09
1
-2
/
+2
*
Improve feature documentation in README and docs
Dirkjan Ochtman
2017-03-08
1
-4
/
+4
*
Clean up askama crate per clippy's suggestions
Dirkjan Ochtman
2017-03-08
1
-1
/
+2
*
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
2017-03-06
4
-911
/
+34
*
Remove unused TemplateFrom types (fixes #5)
Dirkjan Ochtman
2017-03-06
1
-11
/
+0
*
Add basic support for comments
Dirkjan Ochtman
2017-03-03
2
-1
/
+11
*
Add support for parenthesized expressions
Dirkjan Ochtman
2017-03-03
2
-1
/
+15
*
Create documentation about supported template syntax
Dirkjan Ochtman
2017-03-03
1
-0
/
+183
*
Discard trailing newlines from templates by default
Dirkjan Ochtman
2017-03-03
1
-1
/
+4
*
Add basic documentation for visible items
Dirkjan Ochtman
2017-03-03
3
-2
/
+35
*
Add support for loop.index and loop.index0 variables
Dirkjan Ochtman
2017-02-19
1
-0
/
+30
*
Add support for debugging parser AST
Dirkjan Ochtman
2017-02-18
1
-4
/
+7
*
Add support for method calls
Dirkjan Ochtman
2017-02-18
2
-1
/
+21
*
Add parser for identifiers
Dirkjan Ochtman
2017-02-18
1
-12
/
+26
*
Implement support for format filter
Dirkjan Ochtman
2017-02-18
2
-1
/
+10
*
Add support for filters with multiple arguments
Dirkjan Ochtman
2017-02-18
2
-9
/
+42
*
Add support for attributes
Dirkjan Ochtman
2017-02-18
2
-1
/
+17
*
Add support for integer literals
Dirkjan Ochtman
2017-02-17
2
-0
/
+11
*
Use better parsing strategy for filter expressions
Dirkjan Ochtman
2017-02-17
1
-26
/
+22
*
Import alphanumeric from nom to simplify macro handling
Dirkjan Ochtman
2017-02-17
1
-5
/
+5
*
Derive Debug for parser AST enums
Dirkjan Ochtman
2017-02-17
1
-1
/
+4
*
Cleanups as suggested by clippy
Dirkjan Ochtman
2017-02-17
1
-5
/
+5
*
Trigger code generation debug output via template annotations
Dirkjan Ochtman
2017-02-17
1
-2
/
+13
*
Move template metadata processing into askama crate
Dirkjan Ochtman
2017-02-17
1
-3
/
+34
*
Add support for most binary operators
Dirkjan Ochtman
2017-02-17
1
-1
/
+8
*
Use macro to prevent repetitive parser definitions
Dirkjan Ochtman
2017-02-17
1
-22
/
+17
*
Be smarter about writing indentation correctly
Dirkjan Ochtman
2017-02-14
1
-24
/
+11
*
Fix indentation for else clauses
Dirkjan Ochtman
2017-02-14
1
-1
/
+1
*
Tweak trait handling to get rid of struct impls
Dirkjan Ochtman
2017-02-14
1
-41
/
+24
*
Move code for whitespace handling around
Dirkjan Ochtman
2017-02-14
1
-20
/
+20
*
Remove some useless cruft
Dirkjan Ochtman
2017-02-14
1
-1
/
+0
*
Implement support for mul, div, mod operators
Dirkjan Ochtman
2017-02-13
1
-3
/
+13
*
Establish expression parser hierarchy
Dirkjan Ochtman
2017-02-13
1
-13
/
+14
*
Generically represent binary operators in parse tree
Dirkjan Ochtman
2017-02-13
2
-6
/
+6
*
Rename filter e to escape, keep e as alias
Dirkjan Ochtman
2017-02-13
1
-6
/
+10
*
Use internal implementation of HTML escaping
Dirkjan Ochtman
2017-02-13
1
-3
/
+47
*
Explicitly pass trait implementation to top-level base template method
Dirkjan Ochtman
2017-02-12
1
-16
/
+29
*
Remove lifetime annotations from trait definition
Dirkjan Ochtman
2017-02-12
1
-6
/
+5
*
Improve Generator impl/trait writing method names
Dirkjan Ochtman
2017-02-12
1
-8
/
+8
[prev]
[next]