summaryrefslogtreecommitdiffstats
path: root/src/error.rs
AgeCommit message (Expand)Author
2018-11-07Move code to failure as error handling libraryMatthias Beyer
2017-11-24Add out of bounds check and error propagation for NaiveDate::from_ymd() callsMatthias Beyer
2017-11-19Add error for calculating non-date inside iterator parsingMatthias Beyer
2017-11-11Add TimeType::parse()Matthias Beyer
2017-11-11Error-chain setup for nom errorsMatthias Beyer
2017-09-26Add Matcher trait for indicatorsMatthias Beyer
2017-09-16Add types to check whether TT::Moment is weekday / in monthMatthias Beyer
2017-09-16Add end-of-month type/calcMatthias Beyer
2017-09-15Add EndOfYear variant to TimeTypeMatthias Beyer
2017-09-07Add iterator typesMatthias Beyer
2017-09-02Add error kinds for add/sub moment from amountMatthias Beyer
2017-09-02Add error setupMatthias Beyer