Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-07-31 | Fix parsing arrays | 1 | -5/+7 | |
2023-07-31 | Fix parsing calls | 1 | -3/+5 | |
2023-07-31 | parser: move Expr parser helpers into callers | 1 | -53/+54 | |
2023-07-31 | parser: move single expr parsers into Expr impl | 1 | -63/+63 | |
2023-07-31 | parser: move binary operator parsers into Expr impl | 1 | -71/+71 | |
2023-07-31 | parser: flatten top-level Expr interface | 1 | -35/+27 | |
2023-07-31 | parser: move suffix parsers into impl block | 1 | -53/+61 | |
2023-07-31 | parser: move nested_parenthesis() helper into node module | 1 | -3/+49 | |
2023-07-31 | Extract askama_parser crate | 1 | -1/+1 | |
2023-07-31 | derive: move generator-specific methods out of Expr | 1 | -71/+0 | |
2023-07-24 | Fix Rust macro invocations not accepting a path (#837) | 1 | -14/+24 | |
2023-02-24 | Fix typos | 1 | -11/+11 | |
2023-01-30 | derive: refactor parser | 1 | -0/+346 |