index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-07
Allow trailing comma in macro definition and call
Guillaume Gomez
1
-0
/
+30
2023-12-07
Add macro test with only argument being passed as named
Guillaume Gomez
1
-0
/
+17
2023-11-30
build(deps): update comrak requirement from 0.18 to 0.20
dependabot[bot]
1
-1
/
+1
2023-11-30
Upgrade to comrak 0.19
Dirkjan Ochtman
2
-10
/
+7
2023-11-28
Add tests for named arguments in macro calls
Guillaume Gomez
3
-0
/
+117
2023-11-22
Add better support for rust-like number literals (#908)
PizzasBear
2
-0
/
+34
2023-11-22
Enhance match to include multiple targets (#911)
PizzasBear
2
-0
/
+37
2023-11-20
Add UI tests for macros error message
Guillaume Gomez
2
-0
/
+50
2023-10-25
Add UI test for `elif` error message
Guillaume Gomez
2
-0
/
+17
2023-10-25
Improve error for invalid name used in `endmacro`
Guillaume Gomez
1
-1
/
+2
2023-10-25
Improve error for invalid name used in `endblock`
Guillaume Gomez
1
-1
/
+2
2023-10-23
Add test specifically for named blocks, and named macros
Guillaume Gomez
6
-0
/
+53
2023-10-12
Add test for macro self argument
max
2
-0
/
+17
2023-09-29
Add MSRV checking in CI
Dirkjan Ochtman
1
-1
/
+1
2023-09-28
Pass `Node` parsing level to expressions
René Kijewski
1
-2
/
+2
2023-09-28
Limit nesting in parser nodes, too
René Kijewski
2
-0
/
+129
2023-07-31
Fix parsing arrays
René Kijewski
2
-7
/
+3
2023-07-31
Fix parsing calls
René Kijewski
1
-2
/
+2
2023-07-24
Fix Rust macro invocations not accepting a path (#837)
Matthew Taylor
2
-2
/
+23
2023-06-12
Allow macros to be defined and called without arguments
mataha
2
-0
/
+31
2023-05-24
Update criterion requirement from 0.4 to 0.5
dependabot[bot]
1
-1
/
+1
2023-05-20
Upgrade to comrak 0.18
Dirkjan Ochtman
1
-1
/
+1
2023-03-28
Update comrak to 0.17
Dirkjan Ochtman
1
-1
/
+1
2023-03-13
Add tests for whitespace argument in template derive proc-macro
Guillaume Gomez
1
-0
/
+24
2023-03-09
Update tests for whitespace characters handling
Guillaume Gomez
3
-437
/
+471
2023-03-06
Propogate size_hint from sub-blocks (#788)
Andrew Dona-Couch -- GitHub drop ICE
4
-0
/
+52
2023-03-03
Bump versions for Askama 0.12 (#784)
Dirkjan Ochtman
1
-1
/
+1
2023-01-30
Update comrak dependency to 0.16
René Kijewski
1
-1
/
+1
2023-01-30
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
3
-6
/
+6
2023-01-24
Update `ui` test for trybuild 1.0.76
René Kijewski
2
-2
/
+2
2022-11-15
Update comrak requirement from 0.14 to 0.15
dependabot[bot]
1
-1
/
+1
2022-11-07
chore: remove allow(clippy::disallowed_names)
Dirkjan Ochtman
4
-7
/
+1
2022-11-07
chore: apply clippy suggestions for 1.65
Dirkjan Ochtman
4
-4
/
+4
2022-10-21
Version bump in README and book
Allan Zhang
1
-1
/
+1
2022-09-26
Update criterion requirement from 0.3 to 0.4 (#721)
dependabot[bot]
1
-1
/
+1
2022-07-25
Remove support for deprecated `_parent` field
René Kijewski
1
-4
/
+40
2022-07-20
Update to comrak v0.14
René Kijewski
1
-1
/
+1
2022-06-07
Update comrak requirement from 0.12 to 0.13
dependabot[bot]
1
-1
/
+1
2022-04-29
Allow `{% endmacro name %}`
Bastien Orivel
2
-1
/
+13
2022-04-26
Add test for "minimize" config
Guillaume Gomez
2
-0
/
+45
2022-04-21
Rename `suppress_whitespace` into `whitespace` and update expected values to ...
Guillaume Gomez
1
-1
/
+1
2022-04-21
Add test for suppress_whitespace option
Guillaume Gomez
3
-19
/
+342
2022-02-16
Make json filter safe
René Kijewski
3
-2
/
+64
2022-02-07
Add markdown filter
René Kijewski
2
-1
/
+79
2022-01-31
Use exact trybuild version
René Kijewski
1
-1
/
+1
2022-01-31
Remove `panic!()` in `loop.cycle([])`
René Kijewski
2
-0
/
+22
2022-01-31
Make is_shadowing_variable() failable
René Kijewski
1
-3
/
+3
2022-01-31
Allow comments in `{% match %}` and remove panic!
René Kijewski
3
-0
/
+53
2022-01-28
Parse tuple expressions
René Kijewski
1
-0
/
+82
2022-01-28
Implement error propagation expression: `?` (#590)
René Kijewski
1
-0
/
+69
[next]