The8472
b4734b7c38
disable test on platforms that don't support unwinding
2021-06-20 12:20:05 +02:00
The8472
8b518542d0
fix panic-safety in specialized Zip::next_back
...
This was unsound since a panic in a.next_back() would result in the
length not being updated which would then lead to the same element
being revisited in the side-effect preserving code.
2021-06-19 02:20:51 +02:00
Muhammad Mominul Huque
507d97b26e
Update expressions where we can use array's IntoIterator implementation
2021-06-02 16:09:04 +06:00
Giacomo Stevanato
c1bfb9a78d
Add relevant test
2021-03-05 19:09:23 +01:00
Giacomo Stevanato
8b9ac4d415
Add test for underflow in specialized Zip's size_hint
2021-03-03 21:16:08 +01:00
Daniel Conley
bc830a274b
library/core/tests/iter rearrange & add back missed doc comments
2021-01-22 17:57:07 -05:00
Daniel Conley
1e3a2def67
library/core/test/iter add newlines between tests
2021-01-22 16:58:21 -05:00
Daniel Conley
3ce97000e1
library/core/test/iter.rs split attempt 2
2021-01-21 19:36:32 -05:00