Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Add test for attribute support | 2017-02-18 | 2 | -0/+18 | |
| | |||||
* | Add support for attributes | 2017-02-18 | 2 | -1/+17 | |
| | |||||
* | Add support for integer literals | 2017-02-17 | 3 | -1/+12 | |
| | |||||
* | Use better parsing strategy for filter expressions | 2017-02-17 | 1 | -26/+22 | |
| | |||||
* | Import alphanumeric from nom to simplify macro handling | 2017-02-17 | 1 | -5/+5 | |
| | |||||
* | Derive Debug for parser AST enums | 2017-02-17 | 1 | -1/+4 | |
| | |||||
* | Add test template (forgotten in 1121af3dd0) | 2017-02-17 | 1 | -0/+48 | |
| | |||||
* | Cleanups as suggested by clippy | 2017-02-17 | 1 | -5/+5 | |
| | |||||
* | Trigger code generation debug output via template annotations | 2017-02-17 | 1 | -2/+13 | |
| | |||||
* | Move template metadata processing into askama crate | 2017-02-17 | 2 | -34/+35 | |
| | |||||
* | Define struct to represent template metadata | 2017-02-17 | 1 | -9/+23 | |
| | |||||
* | Add tests for more binary operators | 2017-02-17 | 2 | -1/+25 | |
| | |||||
* | Add support for most binary operators | 2017-02-17 | 1 | -1/+8 | |
| | |||||
* | Split comparison tests from other operators | 2017-02-17 | 2 | -52/+19 | |
| | |||||
* | Use macro to prevent repetitive parser definitions | 2017-02-17 | 1 | -22/+17 | |
| |