Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Inline annotations() helper into write_header() | 2017-03-07 | 1 | -14/+9 | ||
| | ||||||
* | Remove debugging cruft from test_nested_for | 2017-03-07 | 1 | -1/+1 | ||
| | ||||||
* | Extract writing of impl headers in generator | 2017-03-07 | 1 | -10/+14 | ||
| | ||||||
* | Panic with better message if template not found (fixes #4) | 2017-03-07 | 1 | -1/+8 | ||
| | ||||||
* | Panic with better message if template attribute is not found (fixes #3) | 2017-03-07 | 1 | -1/+8 | ||
| | ||||||
* | Add test for nested loops and loops over slices (see #6, #7, #9) | 2017-03-07 | 2 | -0/+23 | ||
| | ||||||
* | Create separate test module for loops | 2017-03-07 | 2 | -15/+18 | ||
| | ||||||
* | Use enumerate() for much simpler loop indexes (fixes #10) | 2017-03-06 | 1 | -23/+5 | ||
| | ||||||
* | Better support for Iterator variants in for loop (fixes #8) | 2017-03-06 | 1 | -2/+2 | ||
| | ||||||
* | Remove unused template alias from README (see #5) | 2017-03-06 | 1 | -1/+0 | ||
| | ||||||
* | Hide askama_derive dependency inside askama (fixes #2) | 2017-03-06 | 15 | -128/+131 | ||
| | ||||||
* | Remove unused TemplateFrom types (fixes #5) | 2017-03-06 | 1 | -11/+0 | ||
| | ||||||
* | Add link to documentation to Cargo manifest | 2017-03-05 | 1 | -0/+1 | ||
| | ||||||
* | Bump version to 0.2.1 | 2017-03-05 | 3 | -8/+8 | ||
| | ||||||
* | Slightly update limitations in README | 2017-03-05 | 1 | -2/+1 | ||
| | ||||||
* | Add readme to Cargo package metadata | 2017-03-05 | 1 | -0/+1 | ||
| | ||||||
* | Rewrite README in Markdown | 2017-03-05 | 2 | -153/+149 | ||
| | ||||||
* | Add note about working on stable Rust | 2017-03-05 | 1 | -0/+1 | ||
| | ||||||
* | Add testimonial from Armin Ronacher | 2017-03-05 | 1 | -0/+4 | ||
| | ||||||
* | Add crates.io badge to README | 2017-03-04 | 1 | -0/+2 | ||
| | ||||||
* | Adapt coverage collection for cargo workspaces with proc_macro crates | 2017-03-03 | 1 | -1/+3 | ||
| | ||||||
* | Add syntax highlighting to README | 2017-03-03 | 1 | -4/+4 | ||
| | ||||||
* | Execute more tests for coverage | 2017-03-03 | 1 | -1/+1 | ||
| | ||||||
* | Add codecov badge to README | 2017-03-03 | 1 | -0/+2 | ||
| | ||||||
* | Submit code coverage data to codecov.io | 2017-03-03 | 1 | -1/+25 | ||
| | ||||||
* | Link to documentation from README | 2017-03-03 | 1 | -1/+2 | ||
| | ||||||
* | Update version numbers and dependencies | 2017-03-03 | 2 | -15/+25 | ||
| | ||||||
* | Bump version for askama_derive | 2017-03-03 | 1 | -2/+2 | ||
| | ||||||
* | Bump version for askama | 2017-03-03 | 1 | -1/+1 | ||
| | ||||||
* | Add test for comments | 2017-03-03 | 2 | -1/+2 | ||
| | ||||||
* | Add basic support for comments | 2017-03-03 | 2 | -1/+11 | ||
| | ||||||
* | Add test for parenthesized expressions | 2017-03-03 | 1 | -1/+1 | ||
| | ||||||
* | Add support for parenthesized expressions | 2017-03-03 | 2 | -1/+15 | ||
| | ||||||
* | Create documentation about supported template syntax | 2017-03-03 | 1 | -0/+183 | ||
| | | | | This heavily steals from Jinja in structure if not in exact language. | |||||
* | Discard trailing newlines from templates by default | 2017-03-03 | 5 | -15/+18 | ||
| | | | | This matches Jinja's behavior, and seems sensible. | |||||
* | Add basic documentation for visible items | 2017-03-03 | 3 | -2/+35 | ||
| | ||||||
* | Improve language in debugging section | 2017-03-03 | 1 | -1/+1 | ||
| | ||||||
* | Point to tests from example section | 2017-03-03 | 1 | -4/+4 | ||
| | ||||||
* | Add debugging and troubleshooting section to README | 2017-03-03 | 1 | -1/+29 | ||
| | ||||||
* | Add basic test for loop variables | 2017-02-19 | 2 | -2/+2 | ||
| | ||||||
* | Add support for loop.index and loop.index0 variables | 2017-02-19 | 1 | -0/+30 | ||
| | ||||||
* | Soften remark on complexity of debugging | 2017-02-18 | 1 | -1/+1 | ||
| | ||||||
* | Add support for debugging parser AST | 2017-02-18 | 1 | -4/+7 | ||
| | ||||||
* | Remove note about limited support for expressions | 2017-02-18 | 1 | -1/+0 | ||
| | ||||||
* | Add test for handling Option types (with method calls) | 2017-02-18 | 2 | -0/+20 | ||
| | ||||||
* | Add support for method calls | 2017-02-18 | 2 | -1/+21 | ||
| | ||||||
* | Add parser for identifiers | 2017-02-18 | 1 | -12/+26 | ||
| | ||||||
* | Add test for format filter | 2017-02-18 | 2 | -0/+14 | ||
| | ||||||
* | Implement support for format filter | 2017-02-18 | 2 | -1/+10 | ||
| | ||||||
* | Add support for filters with multiple arguments | 2017-02-18 | 2 | -9/+42 | ||
| |