summaryrefslogtreecommitdiffstats
path: root/lib/core
AgeCommit message (Expand)Author
2019-02-11Add trace!() call to show config when runtime initializesMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-02-10Fix config override mechanismMatthias Beyer
2019-02-05Remove log-destination-override featuresMatthias Beyer
2019-02-05Add runtime feature: Ignore id reportingMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-12-13Add Store::exists() for checking whether a StoreId exists as EntryMatthias Beyer
2018-11-26Simplify Display impl for StoreidMatthias Beyer
2018-11-26Reimplement StoreId::to_str() without erroringMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias Beyer
2018-11-06Implement ID providing in libimagrtMatthias Beyer
2018-11-06Implement ID reportingMatthias Beyer
2018-11-06Fix: Do not ignore errors in config anymoreMatthias Beyer
2018-11-06Remove scopeMatthias Beyer
2018-11-06Remove call to format_err!(), use err_msg() insteadMatthias Beyer
2018-11-06Remove repetitive code by abstracting itMatthias Beyer
2018-11-06Remove unnecessary scopeMatthias Beyer
2018-11-06Remove indirectionMatthias Beyer
2018-11-06Remove scope for better readabilityMatthias Beyer
2018-11-06Format codeMatthias Beyer
2018-11-06FS backend: Safe allocation of new PathBuf objectMatthias Beyer
2018-11-06Adapt Store::get()/Store::create() to check cache before FSMatthias Beyer
2018-11-06Fix: In-Memory test backend: Actually remove the old entry on "move"Matthias Beyer
2018-11-06Make assert!() output more verboseMatthias Beyer
2018-11-06Rewrite Debug for FileLockEntryMatthias Beyer
2018-11-06Fix: Remove call to deprecated functionMatthias Beyer
2018-11-01Remove logging calls in favour of debug callsMatthias Beyer
2018-11-01Add debugging output in test via loggerMatthias Beyer
2018-11-01Add debugging output in test via loggerMatthias Beyer
2018-11-01Print Runtime errors to stderrMatthias Beyer
2018-11-01Merge branch 'rt-remove-default-value-verbosity'Matthias Beyer
2018-10-31Fix: Remove default value for --verbose flagMatthias Beyer
2018-10-31Print (debugging) CLI when initializing runtimeMatthias Beyer
2018-10-31Add feature: Public logging initializationMatthias Beyer
2018-10-30libimagrt: Move from error-chain to failureMatthias Beyer
2018-10-30libimagstore: Move from error-chain to failureMatthias Beyer
2018-10-30libimagerror: Move from error-chain to failureMatthias Beyer
2018-10-30Add error kindsMatthias Beyer
2018-10-26Fix: `--debug` on CLI should enable logging and override itMatthias Beyer
2018-10-24Hotfix: Ignore code snippet hereMatthias Beyer
2018-10-13Add StoreId::local_display_string() functionMatthias Beyer
2018-10-11Add detailed comments on how the logger worksMatthias Beyer
2018-10-09Fix: In-Memory filesystem backend did not remove on renameMatthias Beyer
2018-10-09Fix: Remove call to deprecated functionMatthias Beyer
2018-10-06Remove handlebars exception in log implementationMatthias Beyer
2018-10-06Update dependenciesMatthias Beyer
2018-09-30Update dependency: ansi_term: 0.10 -> 0.11Matthias Beyer
2018-09-30Update dependency: ansi_term: 0.10 -> 0.11Matthias Beyer