summaryrefslogtreecommitdiffstats
path: root/libimagstore
AgeCommit message (Expand)Author
2017-02-05Add more detailed expl on feature, including warningMatthias Beyer
2017-02-05Add feature to compile early panicsMatthias Beyer
2017-02-05toml_ext::has_imag_version_in_main_section() must be pub to be used in testsMatthias Beyer
2017-02-05Minify impl of has_main_section()Matthias Beyer
2017-02-05Minify impl of has_only_tables()Matthias Beyer
2017-02-05Eliminate EntryHeader typeMatthias Beyer
2017-01-30Fix backwards-incompatibilities of regex crateMatthias Beyer
2017-01-30Update regex to 0.2.*Matthias Beyer
2017-01-25Remove unused fnMatthias Beyer
2017-01-25Remove unused variablesMatthias Beyer
2017-01-19Move `[profile.dev] codegen-units = 2` to top-level Cargo.tomlmario
2016-11-30Update dependenciesMatthias Beyer
2016-11-14Move tests to new moduleMatthias Beyer
2016-11-14We dont need to clone() hereMatthias Beyer
2016-11-14Add helper trait for extracting from Array/TableMatthias Beyer
2016-11-14Remove unreachable statementsMatthias Beyer
2016-11-14Refactor unpacking into helper fnMatthias Beyer
2016-11-14Refactor to use try!() instead of match{}ingMatthias Beyer
2016-11-14Prettify codebaseMatthias Beyer
2016-11-14Use helper fns to prettify error buildingMatthias Beyer
2016-11-14Use default parameters from underlying functionsMatthias Beyer
2016-11-14Add EntryHeader::delete_with_sep()Matthias Beyer
2016-11-14Minify EntryHeader codeMatthias Beyer
2016-11-14Extract TOML extension to own moduleMatthias Beyer
2016-11-03impl PartialEq for EntryMatthias Beyer
2016-11-03We can derive PartialEq for EntryHeaderMatthias Beyer
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-31Impl PartialEq for StoreIdMatthias Beyer
2016-10-24libimagstore/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagstore/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-19Merge pull request #815 from matthiasbeyer/release-prepMatthias Beyer
2016-10-18Merge pull request #816 from matthiasbeyer/libimagstore/test-storeid-name-fixMatthias Beyer
2016-10-18Fix test StoreId nameMatthias Beyer
2016-10-18Add meta-info in libimagstore/Cargo.tomlMatthias Beyer
2016-10-15Add missing "use"Matthias Beyer
2016-10-15Refactor iflet into and_then().or_else()Matthias Beyer
2016-10-15Simplify lineMatthias Beyer
2016-10-15Reimplement StoreId::to_str() to remove unwrap()Matthias Beyer
2016-10-15Remove unwrap()s in file abstraction codeMatthias Beyer
2016-10-15Simplify hashmap fetching and error constructionMatthias Beyer
2016-10-15Use try!() instead of unwrapping errorsMatthias Beyer
2016-10-13Create symlinks to documentation files in libimag*/README.mdMatthias Beyer
2016-10-13Move all libimag*/README.md to doc/src/05100-*Matthias Beyer
2016-10-12Merge branch 'libimagstore/store-tests' into libimagstore/store-tests-integra...Matthias Beyer
2016-10-12Merge branch 'master' into libimagstore/store-tests-integrationMatthias Beyer
2016-10-12Each test should test with a unique test file nameMatthias Beyer
2016-10-12Add error outputMatthias Beyer
2016-10-12Do not simply unwrap, but return error in case of errorMatthias Beyer
2016-10-09Add hook tests for hooks that error with an error that does not abort the actionMatthias Beyer