about summary refs log tree commit diff
path: root/library/core/tests/iter/mod.rs
AgeCommit message (Collapse)AuthorLines
2025-01-26Put all coretests in a separate cratebjorn3-101/+0
2023-12-10remove redundant importssurechen-1/+0
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using ↵Deadbeef-2/+0
rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range." This reverts commit 8a9d6bf4fd540b2a2882193cbd6232b86e5dcd7e.
2023-03-18Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, ↵onestacked-0/+2
implement const Iterator and DoubleEndedIterator for Range.
2021-01-22library/core/tests/iter documentation and cleanupDaniel Conley-0/+17
2021-01-22library/core/tests/iter rearrange & add back missed doc commentsDaniel Conley-23/+0
2021-01-22library/core/test/iter add newlines between testsDaniel Conley-1/+8
2021-01-21library/core/test/iter.rs split attempt 2Daniel Conley-0/+101