summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-09-18Implement a RW interfaceMatthias Beyer
2017-09-18Rewrite to use serde 1Matthias Beyer
2017-09-18Remove "log" dependencyMatthias Beyer
2017-02-03Skip serializing if options are noneMatthias Beyer
2017-02-03Rename prioritiesMatthias Beyer
2017-02-03Serialize status flags with proper stringMatthias Beyer
2017-02-03Minify test assertionsMatthias Beyer
2017-02-03Because of custom derive, we have to make these optionalMatthias Beyer
2017-02-03Try out whether deriving worksMatthias Beyer
2017-02-03Add new dep: serde_deriveMatthias Beyer
2017-02-03Update to new serde de/ser interfaceMatthias Beyer
2017-01-30Fix error typeMatthias Beyer
2017-01-30Fix new function signaturesMatthias Beyer
2017-01-30Add new function for Visitor: expecting()Matthias Beyer
2016-10-25Update Serialize implementation for serde 0.8Matthias Beyer
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-07-06Merge pull request #26 from mario-kr/import_taskMatthias Beyer
2016-07-04expanded the test for a single task from a string. import_tasks uses the test...mario
2016-07-04added TaskErrorKind::ReaderError for Error Handling in import_tasks()mario
2016-07-04changed import_tasks to return a Vec of Results: Vec<Result<Task>>mario
2016-06-30Do not serialize optional values if they are not presentMatthias Beyer
2016-06-30Make lists non-optionalsMatthias Beyer
2016-06-30impl import_tasksmario
2016-06-29impl import_taskmario
2016-06-29Remove unused importsMatthias Beyer
2016-05-04Impl Display for TaskStatusMatthias Beyer
2016-05-04Impl Deref{,Mut} for DateMatthias Beyer
2016-05-04Add documentation for the TaskStatus variantsMatthias Beyer
2016-05-04Add documentation for own Result typeMatthias Beyer
2016-05-04Add priority documentationMatthias Beyer
2016-05-04Add error kinds documentationMatthias Beyer
2016-05-04Add module documentationMatthias Beyer
2016-05-04Add crate documentationMatthias Beyer
2016-05-04Document task moduleMatthias Beyer
2016-05-04Document Status typeMatthias Beyer
2016-05-04Document Tag typeMatthias Beyer
2016-05-04Document Project typeMatthias Beyer
2016-05-04Document priorityMatthias Beyer
2016-05-04Document importMatthias Beyer
2016-05-04Document error moduleMatthias Beyer
2016-05-04Document dateMatthias Beyer
2016-05-04Add documentation for Annotation typeMatthias Beyer
2016-05-04Enable lint: missing_docsMatthias Beyer
2016-05-03Merge pull request #20 from matthiasbeyer/feat/add-annotationMatthias Beyer
2016-04-27Add Task::add_annotations()Matthias Beyer
2016-04-27Add Task::add_annotationMatthias Beyer
2016-04-27Enable lint: dead_codeMatthias Beyer
2016-04-27Remove: src/core/*Matthias Beyer
2016-04-27Enable lintsMatthias Beyer
2016-04-27Remove: src/event.rsMatthias Beyer