summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-02Move test that requires "json5" feature to json5 testsfeature-gates-testsMatthias Beyer
2021-10-02Revert "Reimplement with toml as test format, as module tests only with "toml...Matthias Beyer
2021-10-02Include doc example only if "json" is enabledMatthias Beyer
2021-10-02Reimplement with toml as test format, as module tests only with "toml" featur...Matthias Beyer
2021-10-02Reimplement example, compile only with "json" feature enabledMatthias Beyer
2021-10-02Rewrite test with TOML, as module is only compiled with "toml" feature enabledMatthias Beyer
2021-10-02Add feature gates to test functionsMatthias Beyer
2021-10-02Add missing import in testsMatthias Beyer
2021-10-02Add workflow step for running testsuite of only one featureMatthias Beyer
2021-10-02Merge pull request #237 from matthiasbeyer/fix-nightly-clippyMatthias Beyer
2021-10-02Fix clippy: variable does not need to be passed as &mutMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::defaultsMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::overridesMatthias Beyer
2021-10-02Fix clippy: Remove unused field: AsyncConfigBuilder::sourcesMatthias Beyer
2021-10-02Fix clippy: Remove Default impl for Environment, derive itMatthias Beyer
2021-10-02Merge pull request #225 from matthiasbeyer/test-wrapping-integersMatthias Beyer
2021-10-02Merge pull request #227 from matthiasbeyer/test-weird-keysMatthias Beyer
2021-09-09Add tests for weird keysMatthias Beyer
2021-08-23Add tests for wrapping integersMatthias Beyer
2021-08-21Merge pull request #222 from matthiasbeyer/fix-221Matthias Beyer
2021-08-21Fix: Import HashMap instead of MapMatthias Beyer
2021-08-21Fix: Import HashMap instead of MapMatthias Beyer
2021-08-21Fix: Import HashMap instead of MapMatthias Beyer
2021-08-21Add CI job for checking examplesMatthias Beyer
2021-08-20Merge pull request #217 from dlo9/masterMatthias Beyer
2021-08-15Test with all features enabled in CIDavid Orchard
2021-08-15Rename MapImpl to MapDavid Orchard
2021-08-15Remove unnecessary uses for feature/mapDavid Orchard
2021-08-15Switch from LinkedHashMap to IndexMapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Disable map order preservation for hjsonDavid Orchard
2021-08-15Preserve map order when mergingDavid Orchard
2021-08-15Enable dependency features for map order preservationDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-08-15Create test cases to demonstrate lossy map orderDavid Orchard
2021-07-10Merge pull request #207 from szarykott/async_sourceMatthias Beyer
2021-07-03Simplify example implMatthias Beyer
2021-07-03Fix clippy: Use to_string() instead of clone()Matthias Beyer
2021-07-03Fix clippy: Use &str instead of &String as argumentMatthias Beyer
2021-07-03Bump MSRV to 1.46.0Matthias Beyer
2021-07-03On 1.44.0, only test testsMatthias Beyer
2021-07-03Add test for async builderRadosław Kot
2021-07-03Add example implementation using async sourceRadosław Kot
2021-06-26Reimplement the Config building mechanismRadosław Kot
2021-06-26Add AsyncSource traitRadosław Kot
2021-06-26Add doc to fnMatthias Beyer
2021-06-26Refactor: Import Result and use it instead of specifying full type pathMatthias Beyer
2021-06-26Refactor: Extract setting of cache to helper fnMatthias Beyer
2021-06-11Merge pull request #209 from eduardocanellas/optimize-envMatthias Beyer
2021-06-09refactor(env): optimize and reduce allocationsEduardo Canellas