summaryrefslogtreecommitdiffstats
path: root/lib/domain/libimagtodo/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-21Impl FromStr instead of own functionMatthias Beyer
2019-12-21Remove unit-let-bindingMatthias Beyer
2019-11-09Add builder for todo entriesMatthias Beyer
2019-11-09Reimplement libimagtodoMatthias Beyer
2019-11-09Remove old implementationMatthias Beyer
2019-08-28[No-auto] lib/domain/todo: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/domain/todo: Fix Clippy warningsflip1995
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-02-18Remove serializing where result was unusedMatthias Beyer
2019-02-15Fix libimagtodo for new StoreId interface with Entries iteratorMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-01Remove println callMatthias Beyer
2018-10-30libimagtodo: Move from error-chain to failureMatthias Beyer
2018-05-01Refactor libimagtodo to fit new store iterator interfaceMatthias Beyer
2018-04-30Refactor error handling, use more error chainingMatthias Beyer
2018-04-24Rewrite use of iterator with own iterator implementationMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-13libimagtodo: Replace read with typed readMatthias Beyer
2018-01-05Refactoring: Use function chaining rather than matchingMatthias Beyer
2017-10-31Replace uses of try!() macro with "?" operatorMatthias Beyer
2017-10-31Remove unused variableMatthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-04Add Task trait for getting UUID from taskMatthias Beyer
2017-09-04Rename module task -> taskstoreMatthias Beyer
2017-09-04Remove dedicated result modules, use error chain generated Result typesMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagtodo: Rewrite error handlingMatthias Beyer
2017-09-03Impl IntoError for error kindsMatthias Beyer
2017-09-03Add recursion limits to cratesMatthias Beyer
2017-09-03Add dependency to crates: error_chain = 0.10Matthias Beyer
2017-09-03Rewrite macros to do error-chain behind the scenesMatthias Beyer
2017-09-02Changed Task trait to TaskStore trait, implemented for the Store instead of t...Mario Krehl
2017-09-02Change the Task(FileLockEntry) type to a traitMario Krehl
2017-08-31Remove unused variableMatthias Beyer
2017-08-31Remove unused keyword "mut" where not neededMatthias Beyer
2017-08-31Remove unused crate importsMatthias Beyer
2017-08-27Handle UTF-8 Errors by returningMatthias Beyer
2017-08-27Ensure deny() for warnings is in all cratesMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer