summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-27Hand-write month-adjusting in add adjusting algorithmMatthias Beyer
2017-09-27Fix compile-flag for testing with filters featureMatthias Beyer
2017-09-27Merge branch 'fixes'Matthias Beyer
2017-09-27Do not write month adjusting with macro, but hand-craftMatthias Beyer
2017-09-27Add tests to add more than one larger unit in the smaller unitMatthias Beyer
2017-09-27Add test debug outputMatthias Beyer
2017-09-26Fix feature-gate-caused compiler errorsMatthias Beyer
2017-09-26Add script to also include filters in the testMatthias Beyer
2017-09-26Make Iter auto-calculating, eliminate CalculatingIterMatthias Beyer
2017-09-26Merge branch 'more-iter'Matthias Beyer
2017-09-26Implement filter interface for matchersMatthias Beyer
2017-09-26Add filter iteratorMatthias Beyer
2017-09-26Add Matcher trait for indicatorsMatthias Beyer
2017-09-26Add IntoCalculatingIter trait for calling calculate() on all iteratorsMatthias Beyer
2017-09-25Merge branch 'iter'Matthias Beyer
2017-09-25Add more testsMatthias Beyer
2017-09-25Fix weird addition bug in iteratorMatthias Beyer
2017-09-19Add extensions for building iterators convenientlyMatthias Beyer
2017-09-19Let the TimeType be PartialEq, Eq, PartialOrd, OrdMatthias Beyer
2017-09-19Add tests to test TT::is_in()Matthias Beyer
2017-09-19Add tests for testing TT::is_a()Matthias Beyer
2017-09-16Add types to check whether TT::Moment is weekday / in monthMatthias Beyer
2017-09-16Add additional comment to TimeType::end_of_* functionsMatthias Beyer
2017-09-16Add TimeType::today()Matthias Beyer
2017-09-16travis: Disable rustc 1.15 buildsMatthias Beyer
2017-09-16Merge branch 'end-of-day-hour-minute'Matthias Beyer
2017-09-16Add test for end-of-minuteMatthias Beyer
2017-09-16Add tests for end-of-hourMatthias Beyer
2017-09-16Add tests to test end-of-dayMatthias Beyer
2017-09-16Add end of {day, hour, minute}Matthias Beyer
2017-09-16Merge branch 'end-of-month'Matthias Beyer
2017-09-16Add test for adjusting over monthsMatthias Beyer
2017-09-16Add test for get_num_of_days_in_month()Matthias Beyer
2017-09-16Use get_num_of_days_in_month() for adjustingMatthias Beyer
2017-09-16Add tests for end-of-monthMatthias Beyer
2017-09-16Remove printlnsMatthias Beyer
2017-09-16Move utility functions to util packageMatthias Beyer
2017-09-16Add end-of-month type/calcMatthias Beyer
2017-09-15Merge branch 'end-of-year'Matthias Beyer
2017-09-15Add tests for TT::end_of_year()Matthias Beyer
2017-09-15Add EndOfYear variant to TimeTypeMatthias Beyer
2017-09-14Add tests to test adding incorrect instances to momentsMatthias Beyer
2017-09-14Add tests to test addition of more fancy values to momentMatthias Beyer
2017-09-12Add test to subtract 12 months from a momentMatthias Beyer
2017-09-12Fix subtraction: Calculate first, then subtractMatthias Beyer
2017-09-12Fix in tests: There is no day/month "0" - the minimum value is 1Matthias Beyer
2017-09-12Make error messages in sub-adjustment tests more verboseMatthias Beyer