summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-04-26Add link to Documentation in lib.rsMatthias Beyer
2016-04-25Add test for annotationsMatthias Beyer
2016-04-25Add Annotation type in Task typeMatthias Beyer
2016-04-25Add Annotation typeMatthias Beyer
2016-04-03Add import testsMatthias Beyer
2016-04-03Add import()Matthias Beyer
2016-04-03Add another de/ser testMatthias Beyer
2016-04-03Fix serialiation formatMatthias Beyer
2016-04-03Fix statement orderMatthias Beyer
2016-04-03Use IgnoredAny to ignore any unknown fieldsErick Tryzelaar
2016-04-03Remove unused importsMatthias Beyer
2016-04-03Add a testMatthias Beyer
2016-04-03Add converter from for DateMatthias Beyer
2016-04-03[PENDING] Impl Deserialize for TaskMatthias Beyer