| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -101/+0 | |
| 2023-12-10 | remove redundant imports | surechen | -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-08 | Revert "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-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, ↵ | onestacked | -0/+2 | |
| implement const Iterator and DoubleEndedIterator for Range. | ||||
| 2021-01-22 | library/core/tests/iter documentation and cleanup | Daniel Conley | -0/+17 | |
| 2021-01-22 | library/core/tests/iter rearrange & add back missed doc comments | Daniel Conley | -23/+0 | |
| 2021-01-22 | library/core/test/iter add newlines between tests | Daniel Conley | -1/+8 | |
| 2021-01-21 | library/core/test/iter.rs split attempt 2 | Daniel Conley | -0/+101 | |
