index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_parser
/
src
/
expr.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
Yield error on deep AST recursion
Dirkjan Ochtman
1
-3
/
+9
2023-12-07
Allow trailing comma in macro definition and call
Guillaume Gomez
1
-1
/
+1
2023-11-28
Allow to pass named arguments to macro calls
Guillaume Gomez
1
-5
/
+74
2023-11-13
Derive Clone for Expr and Target
Andrew Dona-Couch
1
-1
/
+1
2023-10-25
Create a type alias for all `IResult` to simplify code reading
Guillaume Gomez
1
-29
/
+23
2023-10-25
Create `ErrorContext` type
Guillaume Gomez
1
-33
/
+41
2023-09-28
Require Expr::parse() callers to supply Level
Dirkjan Ochtman
1
-10
/
+6
2023-09-28
Move Level into the crate root
Dirkjan Ochtman
1
-16
/
+1
2023-09-28
Limit expression nesting level to avoid stack overflows
Dirkjan Ochtman
1
-33
/
+81
2023-09-11
Use char_indices() to get byte indices for characters
Dirkjan Ochtman
1
-1
/
+1
2023-09-11
Rename some variables
Dirkjan Ochtman
1
-7
/
+7
2023-08-03
Optimize parsing boolean literals, too
René Kijewski
1
-9
/
+5
2023-08-03
Parse paths and identifiers only once
René Kijewski
1
-10
/
+10
2023-08-02
parser: don't truncates whitespaces after arrays
René Kijewski
1
-1
/
+1
2023-07-31
Fix parsing arrays
René Kijewski
1
-5
/
+7
2023-07-31
Fix parsing calls
René Kijewski
1
-3
/
+5
2023-07-31
parser: move Expr parser helpers into callers
Dirkjan Ochtman
1
-53
/
+54
2023-07-31
parser: move single expr parsers into Expr impl
Dirkjan Ochtman
1
-63
/
+63
2023-07-31
parser: move binary operator parsers into Expr impl
Dirkjan Ochtman
1
-71
/
+71
2023-07-31
parser: flatten top-level Expr interface
Dirkjan Ochtman
1
-35
/
+27
2023-07-31
parser: move suffix parsers into impl block
Dirkjan Ochtman
1
-53
/
+61
2023-07-31
parser: move nested_parenthesis() helper into node module
Dirkjan Ochtman
1
-3
/
+49
2023-07-31
Extract askama_parser crate
Dirkjan Ochtman
1
-1
/
+1
2023-07-31
derive: move generator-specific methods out of Expr
Dirkjan Ochtman
1
-71
/
+0
2023-07-24
Fix Rust macro invocations not accepting a path (#837)
Matthew Taylor
1
-14
/
+24
2023-02-24
Fix typos
René Kijewski
1
-11
/
+11
2023-01-30
derive: refactor parser
René Kijewski
1
-0
/
+346