summaryrefslogtreecommitdiffstats
path: root/src/iter.rs
AgeCommit message (Expand)Author
2024-02-09Bump edition to 2021 and introduce rustfmtPro
2024-02-09CleanupPro
2020-03-05Replace failure with thiserrorMatthias Beyer
2018-11-07Move code to failure as error handling libraryMatthias Beyer
2017-11-19Fix: Offset problemMatthias Beyer
2017-11-19Add more tests for UntilIterMatthias Beyer
2017-11-19Add parser iterator type -> API iterator type mappingMatthias Beyer
2017-11-19Add "Times" iterator helper typeMatthias Beyer
2017-09-27Add "Until" iterator typeMatthias Beyer
2017-09-27Add WithoutFilter iteratorMatthias Beyer
2017-09-27Fix test: Do not iterate over years and do take only 12 instancesMatthias Beyer
2017-09-26Fix feature-gate-caused compiler errorsMatthias Beyer
2017-09-26Make Iter auto-calculating, eliminate CalculatingIterMatthias Beyer
2017-09-26Implement filter interface for matchersMatthias Beyer
2017-09-26Add filter iteratorMatthias Beyer
2017-09-26Add IntoCalculatingIter trait for calling calculate() on all iteratorsMatthias Beyer
2017-09-25Add more testsMatthias Beyer
2017-09-19Add extensions for building iterators convenientlyMatthias Beyer
2017-09-07Add iterator typesMatthias Beyer