Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-08-01 | parser: add type for `Node::Comment` | 1 | -103/+52 | |
2023-08-01 | parser: remove re-exports `parser::{node,expr}::*` | 1 | -2/+4 | |
2023-08-01 | parser: add type for `Node::Lit` | 1 | -11/+5 | |
2023-07-31 | Fix parsing arrays | 1 | -0/+83 | |
2023-07-31 | Fix parsing calls | 1 | -1/+26 | |
2023-07-31 | parser: add top-level Ast type | 1 | -82/+108 | |
2023-07-31 | Extract askama_parser crate | 1 | -0/+0 | |
2023-07-31 | derive: define separate ParseError type | 1 | -2/+2 | |
2023-07-31 | derive: move Syntax into parser module | 1 | -2/+1 | |
2023-07-24 | Fix Rust macro invocations not accepting a path (#837) | 1 | -0/+45 | |
2023-02-21 | Revert "derive: Make Config `'static`" | 1 | -2/+2 | |
2023-01-30 | derive: refactor parser | 1 | -0/+668 |