summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-27Merge pull request #16 from matthiasbeyer/fix-cargotomlv0.1.0Matthias Beyer
2016-04-27Only 5 keywords are allowedMatthias Beyer
2016-04-27Merge pull request #15 from matthiasbeyer/add-keywordsMatthias Beyer
2016-04-27Merge pull request #14 from matthiasbeyer/fix-licenseMatthias Beyer
2016-04-27Fix licenseMatthias Beyer
2016-04-27Add keywords to Cargo.tomlMatthias Beyer
2016-04-27Merge pull request #13 from matthiasbeyer/add-crate-descMatthias Beyer
2016-04-27Add descriptionMatthias Beyer
2016-04-26Merge pull request #10 from matthiasbeyer/add-readme-linksMatthias Beyer
2016-04-26Merge pull request #12 from matthiasbeyer/add-doc-in-libMatthias Beyer
2016-04-26Add Documentation link and build status badgeMatthias Beyer
2016-04-26Add link to Documentation in lib.rsMatthias Beyer
2016-04-26Merge pull request #11 from matthiasbeyer/add-cargotoml-package-infoMatthias Beyer
2016-04-26Add more information about the package in Cargo.tomlMatthias Beyer
2016-04-26Merge pull request #5 from matthiasbeyer/setup-travisMatthias Beyer
2016-04-26Add secure keyMatthias Beyer
2016-04-26Add travis.ymlMatthias Beyer
2016-04-25Merge branch 'annotations'Matthias 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-03Merge branch 'import'Matthias Beyer
2016-04-03Add import testsMatthias Beyer
2016-04-03Add import()Matthias Beyer
2016-04-03Merge branch 'deserialize'Matthias Beyer
2016-04-03Add another de/ser testMatthias Beyer
2016-04-03Fix serialiation formatMatthias Beyer
2016-04-03Fix statement orderMatthias Beyer
2016-04-03Merge pull request #1 from erickt/deserializeMatthias 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
2016-04-03Update uuid = 0.2.0Matthias Beyer
2016-04-02Merge branch 'impl-serde-for-naivedatetime'Matthias Beyer
2016-04-02Wrap chrono NaiveDateTime type with own typeMatthias Beyer
2016-04-02enable serde feature for uuidMatthias Beyer
2016-04-02Fixup Cargo.tomlMatthias Beyer
2016-04-02Fixup return typesMatthias Beyer
2016-04-02Fixup taskMatthias Beyer
2016-04-02Fixup prioMatthias Beyer
2016-04-02Fixup statusMatthias Beyer
2016-04-02Start implementing de/ser for TaskMatthias Beyer
2016-04-02Add missing modulesMatthias Beyer
2016-04-02Impl De/Serialize for StatusMatthias Beyer
2016-04-02Impl De/Serialize for PriorityMatthias Beyer
2016-04-01Initialize rewriteMatthias Beyer
2016-03-30Add licenseMatthias Beyer
2016-03-30Implement TaskStatus as enumMatthias Beyer