summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-10-02feat: add serde_dhall supportadd-dhall-supportSascha Wise
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
2021-06-08Merge pull request #212 from matthiasbeyer/msrv-ciMatthias Beyer
2021-06-08Fix: Remove trailing commaMatthias Beyer
2021-06-08Merge pull request #211 from matthiasbeyer/continue-on-error-on-nightlyMatthias Beyer
2021-06-08Update MSRV to 1.44.0Matthias Beyer
2021-06-08Run CI build/tests with 1.40.0Matthias Beyer
2021-06-08On nightly, ignore errorsMatthias Beyer
2021-06-08Merge pull request #210 from matthiasbeyer/fix-nightly-clippyMatthias Beyer
2021-06-08Fix clippy: Do not borrow referenceMatthias Beyer