summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/src/configuration.rs
AgeCommit message (Expand)Author
2020-03-24Fix clippy warning: next() instead of nth(0)Matthias Beyer
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/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-06-30Remove use of ItertoolsMatthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-02-11Adapt for new interface of gen_vars() functionMatthias Beyer
2019-02-11Remove clone() callsMatthias Beyer
2019-02-10Fix config override mechanismMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-10-30libimagrt: Move from error-chain to failureMatthias Beyer
2018-05-11Fix: Explicitely use Itertools::flatten()Matthias Beyer
2018-04-25Change generate_variants() helper to use base by refMatthias Beyer
2018-02-12Adapt libimagrt to new error handlingMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2018-01-05Replace matching with function chainingMatthias Beyer
2017-10-31Rewrite configuration providing in runtimeMatthias Beyer
2017-09-30Remove FoldResultMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagrt: Rewrite error handlingMatthias Beyer
2017-09-03Impl IntoError for error kindsMatthias Beyer
2017-09-03Rewrite macros to do error-chain behind the scenesMatthias Beyer
2017-08-28Change crates to use toml-query crateMatthias Beyer
2017-08-27Reorganize code in subdirsMatthias Beyer