summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentrytag/src/tagable.rs
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/entry/tag: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/entry/tag: Fix Clippy warningsflip1995
2019-06-29Fix: Location of tags should not change in the refactoringMatthias Beyer
2019-06-29Add testsMatthias Beyer
2019-06-29Add test whether setting tags worksMatthias Beyer
2019-06-29Tagable should not be implemented for ValueMatthias Beyer
2019-06-29Simplify implementation of has_tags()Matthias Beyer
2019-06-29Remove unused importsMatthias Beyer
2019-06-29Simplify implementation of has_tag()Matthias Beyer
2019-06-29Simplify implementation of remove_tag()Matthias Beyer
2019-06-29Simplify implementation of add_tag()Matthias Beyer
2019-06-29Simplify implementation of set_tags()Matthias Beyer
2019-06-29Simplify implementation using toml-query PartialMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-10-30libimagentrytag: Move from error-chain to failureMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-05Refactoring: Use function chaining rather than matchingMatthias Beyer
2017-10-31Replace uses of try!() macro with "?" operatorMatthias Beyer
2017-09-20Switch from .set() to .insert()Matthias Beyer
2017-09-20Do not use "imag" namespace in headerMatthias 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-03libimagentrytag: Rewrite error handlingMatthias Beyer
2017-08-28Change crates to use toml-query crateMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer