index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
tests
/
loops.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `for … in … if …`
René Kijewski
2021-11-11
1
-0
/
+18
*
Implement {{loop.cycle(…)}} similar to Jinja
René Kijewski
2021-11-11
1
-0
/
+45
*
Add {% break %} and {% continue %}
René Kijewski
2021-08-30
1
-0
/
+68
*
Add "destructoring tuple in loop" test
René Kijewski
2021-07-05
1
-0
/
+69
*
Add loop variable shadowing test
René Kijewski
2021-07-05
1
-0
/
+21
*
Added loop tests
vallentin
2021-06-23
1
-0
/
+83
*
Added range test case
vallentin
2021-02-22
1
-6
/
+22
*
Added copy literals related test case
vallentin
2021-01-05
1
-0
/
+12
*
Added more loop tests
vallentin
2020-12-16
1
-0
/
+36
*
Add support for loop.last
yossyJ
2019-01-08
1
-2
/
+8
*
Add support for tuple
yossyJ
2019-01-04
1
-1
/
+6
*
Use 2018 edition idioms
Dirkjan Ochtman
2018-12-08
1
-2
/
+0
*
Remove unused macro_use attributes
Dirkjan Ochtman
2018-12-08
1
-1
/
+0
*
fix panicked on range-based for loop
bott
2018-09-21
1
-0
/
+13
*
Fix operator preference at loop.index
bott
2018-09-14
1
-1
/
+1
*
Fix operator preference at loop.first
bott
2018-09-14
1
-0
/
+14
*
Add test for 'loop.first' variable
Dirkjan Ochtman
2018-06-25
1
-1
/
+1
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-06-21
1
-3
/
+6
*
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
2017-11-21
1
-6
/
+2
*
Propagate format errors and rename `render_to()` to `render_into()`
Dirkjan Ochtman
2017-08-10
1
-2
/
+2
*
Remove debugging cruft from test_nested_for
Dirkjan Ochtman
2017-03-07
1
-1
/
+1
*
Add test for nested loops and loops over slices (see #6, #7, #9)
Dirkjan Ochtman
2017-03-07
1
-0
/
+17
*
Create separate test module for loops
Dirkjan Ochtman
2017-03-07
1
-0
/
+18