summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-01WIPimag-ref/moveMatthias Beyer
2020-01-01Add MutRefWithHasher::rename_file(), which requires Ref impl in its own implMatthias Beyer
2020-01-01Impl Ref for MutRefWithHasherMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Rewrite "show" Command to be able to read ids from stdinMatthias Beyer
2019-12-25Fix: Remove Box::leak() call in runtime application abstractionMatthias Beyer
2019-12-24Fix: Make "list" default command of imag-tagMatthias Beyer
2019-12-24Fix: Drop habit before getting instancesMatthias Beyer
2019-12-24Fix: Date in documentationMatthias Beyer
2019-12-24Fix: Specify versionMatthias Beyer
2019-12-24Add changelog for v0.10.0Matthias Beyer
2019-12-23travis: Fail if clippy finds something, deny all warningsMatthias Beyer
2019-12-23Remove unused lifetimeMatthias Beyer
2019-12-23Use closure as suggested by clippyMatthias Beyer
2019-12-23Remove unnecessary to_string() callsMatthias Beyer
2019-12-23Remove lifetime specificationMatthias Beyer
2019-12-23Remove unnecessary clone().to_string() callsMatthias Beyer
2019-12-23Remove len() != 0 comparison with negation and ::is_empty() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove identical conversionMatthias Beyer
2019-12-23Remove unnecessary let bindingMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove main() in doctestMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Merge branch 'replace-map-dbg-err' into masterMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-23Replace map_dbg_err() calls with context() callsMatthias Beyer
2019-12-22Merge branch 'cargo-deny' into masterMatthias Beyer
2019-12-22Merge branch 'report-ids-ignore-broken-pipe' into masterMatthias Beyer
2019-12-22travis: Add license check using cargo-denyMatthias Beyer
2019-12-22Add configuration for cargo-denyMatthias Beyer
2019-12-22Add missing license keyMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Fix: Ignore broken pipe when reporting idsMatthias Beyer
2019-12-22Merge branch 'imag-bookmark/open' into masterMatthias Beyer
2019-12-22Merge branch 'imag-wiki/noexit' into masterMatthias Beyer
2019-12-22Add open command for imag-bookmarkMatthias Beyer
2019-12-22Rewrite imag-wiki to propagate errors instead of calling exit()Matthias Beyer
2019-12-22Remove unused importsMatthias Beyer
2019-12-22Fix: Use unwrap_or_else(panic!(...)) as recommended by clippyMatthias Beyer
2019-12-22Call clone() as late as possibleMatthias Beyer
2019-12-22Do not call into_iter() when iter() is sufficientMatthias Beyer
2019-12-22Do not call clone() on a Copy typeMatthias Beyer
2019-12-22Rewrite if-let binding to simple ifMatthias Beyer