aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-10Implement PartialOrd for dates and eventsRuben Pollan1-1/+7
2018-12-10Use iterators and itertools to produce eventsRuben Pollan1-14/+0
2018-11-27Implement Ord for eventsRuben Pollan1-3/+15
2018-08-28Let's use Option the rustic wayRuben Pollan1-2/+2
2018-08-28Get events from the list by dateRuben Pollan1-0/+14
2018-08-28Get a range of datesRuben Pollan1-3/+24
2018-08-28Move date to its own moduleRuben Pollan1-107/+1
2018-08-27Implement Orc for datesRuben Pollan1-21/+35
2018-08-27Recognize absolute timesRuben Pollan1-6/+15
2018-08-25Add empty date creatorRuben Pollan1-2/+6
2018-08-23Add test to Date parserRuben Pollan1-0/+19
2018-04-29Add Events typeRuben Pollan1-7/+7
2018-04-29Move event to it's own moduleRuben Pollan1-0/+123