summaryrefslogtreecommitdiffstats
path: root/lib/core
AgeCommit message (Expand)Author
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/error: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-26Refactor: Do not provide functions for these identifiersMatthias Beyer
2019-07-25Add checks whether variables are valid unicode and propagate appropriate errorMatthias Beyer
2019-07-24Rewrite get_rtp_match() to not panicMatthias Beyer
2019-06-30Remove use of ItertoolsMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-06-22Allow unused variable hereMatthias Beyer
2019-05-31Import toml-query with typed featureMatthias Beyer
2019-05-30Rewrite to use derive macroMatthias Beyer
2019-05-30Add comment why we do thisMatthias Beyer
2019-05-30Remove boilerplate by enabling serde in "log" dependencyMatthias Beyer
2019-05-30Rewrite logging config deserializationMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-18Fix: Entries::in_collection() should be able to return errorMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-13Merge branch 'fix-path-iterator' into master-ffMatthias Beyer
2019-04-13Fix: PathIterBuilder should not yield directoriesMatthias Beyer
2019-04-13Rewrite all usages of ModuleEntryPathMatthias Beyer
2019-04-13Fix for rust beta compilerMatthias Beyer
2019-03-09Remove old TODOMatthias Beyer
2019-03-07Remove Iterator::size_hint() implementationMatthias Beyer
2019-02-20Add debug outputMatthias Beyer
2019-02-20Fix: Use StoreIdWithBase::from_full_pathMatthias Beyer
2019-02-19Add output about logger settings in logging setupMatthias Beyer
2019-02-15Merge branch 'redefine-storeid'Matthias Beyer
2019-02-15Remove unused variableMatthias Beyer
2019-02-15Remove irrelevant testsMatthias Beyer
2019-02-15Use StoreId::local_display_string() for less errorhandling hereMatthias Beyer
2019-02-15Adapt to new libimagstore::iter::Entries APIMatthias Beyer
2019-02-15Add Entries::into_storeid_iter()Matthias Beyer
2019-02-15Rewrite: StoreId::new_baseless() -> StoreId::new()Matthias Beyer
2019-02-15Rewrite Store::new* API: libimagstore does not export backend typesMatthias Beyer
2019-02-15Delete unused codeMatthias Beyer
2019-02-15Move to simpler implementation of StoreidMatthias Beyer
2019-02-15Fix: Off by one errorMatthias Beyer
2019-02-15Add debug outputMatthias Beyer
2019-02-15Bugfix: Rebuild iterator when changing collectionMatthias Beyer
2019-02-11Adapt for new interface of gen_vars() functionMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Remove clone() callsMatthias Beyer
2019-02-11Simplify implementationMatthias Beyer
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