summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-11-07Add documentation to `required` setter.David Souther
2022-11-07Fix clippy: Do not manually check for NoneMatthias Beyer
2022-11-07Fix clippy: Do not manually evaluate bool to intMatthias Beyer
2022-10-12Merge pull request #379 from JunichiSugiura/clonable-builder-stateMatthias Beyer
2022-09-29convert-case: fix for building with this feature excludedDan Aloni
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
2022-09-29Environment: add a rustdoc commentDan Aloni
2022-09-27add clone trait to builder stateJunichiSugiura
2022-09-17Merge pull request #354 from YounessBird/fix-uppercase-lowercase-issesMatthias Beyer
2022-09-06Fix Rust 1.56 format.BratSinot
2022-09-06Fix FIXME in de.rs and value.rs.BratSinot
2022-08-03move 'must_use' attribute to struct for 'builder' typesDaniel Eades
2022-07-14refactoring deserialize-any in configYounessBird
2022-07-14change config methods to use lowercase keysYounessBird
2022-07-14turn keys to lowercase to enable cross overridesYounessBird
2022-07-05enabling deserialization of lowercase values to enumsYounessBird
2022-06-28Use TryInto for more permissive deserialization for integersKesavan Yogeswaran
2022-06-19Add Value::origin()Matthias Beyer
2022-06-19Merge pull request #347 from matthiasbeyer/fix-clippyMatthias Beyer
2022-06-19Fix clippy: use first() instead of get(0)Matthias Beyer
2022-06-01fix yaml to parse int keysYounessBird
2022-06-01Fix clippy: Derive Eq as wellMatthias Beyer
2022-05-08errors: clarify names of integer typesMartin von Zweigbergk
2022-04-10Merge pull request #306 from CfirTsabari/cfirtsabari/doesn-t-work-with-dot-101Matthias Beyer
2022-04-10fix: dot in config nameCfirTsabari
2022-03-31Merge pull request #309 from matthiasbeyer/fix-no-feature-buildMatthias Beyer
2022-03-31Fix: If no features are enabled, this should still buildMatthias Beyer
2022-03-31Fixed type in ConfigBuilder docsbicarlsen
2022-03-24Merge pull request #298 from jaudiger/chore-keepPrefixMatthias Beyer
2022-03-22Add ConfigBuilder::set_override_option()Rafael Saraiva Figueiredo
2022-03-11chore: add the possibility to keep the prefix from env var.Jérémy Audiger
2022-02-28feat: env contains list of stringssimon-an
2022-02-24add prefix separator supportConrad Ludgate
2022-01-29simplify some match blocksDaniel Eades
2022-01-29use 'Self' to refer to own typeDaniel Eades
2022-01-11Fix clippy: Replace unwrap_or_else() with unwrap_or_default()Matthias Beyer
2021-12-29Merge pull request #264 from danieleades/refactor/pedantic-lintsMatthias Beyer
2021-12-29remove needless pass by valueDaniel Eades
2021-12-29use implicit iter loopsDaniel Eades
2021-12-29de-glob importsDaniel Eades
2021-12-29use 'if-else' rather than 'match' for single matchesDaniel Eades
2021-12-29use 'Self' to refer to own typeDaniel Eades
2021-12-29silence/address unused code warningsDaniel Eades
2021-12-29Merge pull request #266 from danieleades/refactor/condense-bound-predicateMatthias Beyer
2021-12-29Merge pull request #267 from danieleades/refactor/cast-losslessMatthias Beyer
2021-12-29Merge pull request #265 from danieleades/refactor/redundant-closureMatthias Beyer
2021-12-28remove explicit 'extern crate' callsDaniel Eades
2021-12-28use explicit imports for macrosDaniel Eades
2021-12-28replace redundant closure with methodDaniel Eades
2021-12-28collapse repeated type boundDaniel Eades