summaryrefslogtreecommitdiff
path: root/crates/tor-config
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-3/+3
* tor-config: Move macro above ExplicitOrAuto definition.Gabriela Moldovan2024-06-031-58/+58
* tor-config: Apply deferred cargo fmt.Gabriela Moldovan2024-06-031-27/+26
* tor-config: Cross-reference NotAutoValue in the ExplicitOrAuto docs.Gabriela Moldovan2024-06-031-0/+5
* tor-config: Fix a test misusing NotAutoValue.Gabriela Moldovan2024-06-031-15/+11
* tor-config: Add macro for implementing NotAutoValue.Gabriela Moldovan2024-06-031-0/+79
* tor-config: Re-export serde_value.Gabriela Moldovan2024-06-031-0/+1
* tor-config: Add NotAutoValue trait bound to ExplicitOrAuto inner type.Gabriela Moldovan2024-06-031-2/+7
* tor-config: Add ExplicitOrAuto::{as_value, into_value}.Gabriela Moldovan2024-06-031-0/+30
* tor-config: Remove unnecessary bounds.Gabriela Moldovan2024-06-031-6/+1
* tor-config: Expand on the ExplicitOrAuto docs.Gabriela Moldovan2024-06-031-0/+52
* tor-config: Add ExplicitOrAuto helper.Gabriela Moldovan2024-06-031-2/+97
* doc: Use locked buildpinkforest2024-05-161-1/+1
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Resolve some clippy warnings about empty rustdoc.Nick Mathewson2024-05-051-1/+1
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-3/+3
* Switch to figment 1.0.18 and extract_lossyNick Mathewson2024-04-223-4/+4
* Rename ConfigParseError => ConfigLoadErrorNick Mathewson2024-04-221-8/+15
* Add an action field to Io error in tor-config.Nick Mathewson2024-04-222-15/+24
* Convert tor-config to use figment.Nick Mathewson2024-04-227-104/+138
* Upgrade derive-deftly requirement to 0.10.3Nick Mathewson2024-04-111-1/+1
* Merge branch 'deftly' into 'main'Ian Jackson2024-04-033-30/+33
|\
| * derive-deftly: Change some docs referencesIan Jackson2024-04-031-4/+4
| * derive-deftly: Call pub_template_semver_checkIan Jackson2024-04-031-0/+2
| * Switch to derive-deftlyIan Jackson2024-04-033-29/+30
* | Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-021-5/+0
|/
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-3/+3
* Bump patchlevel versions on non-{tor/arti} crates.Nick Mathewson2024-04-021-1/+1
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-139-89/+131
|\
| * Grammar fix.gabi-2502024-03-131-1/+1
| * Remove now-needless dependencies on the "config" crateNick Mathewson2024-03-131-1/+0
| * tor-config: Update documentation to not refer to config crate.Nick Mathewson2024-03-134-11/+12
| * config: Remove From impls from config::ConfigErrorNick Mathewson2024-03-134-18/+18
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-136-23/+34
| * Use ConfigurationSource::Verbatim in our tests.Nick Mathewson2024-03-132-16/+24
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-132-12/+29
| * tor_config: Hide macro-only re-exports.Nick Mathewson2024-03-133-12/+18
* | Run maint/add_warning.Nick Mathewson2024-03-1310-0/+10
|/
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
|/
* Upgrade to latest config.Gabriela Moldovan2024-02-281-2/+2
* educe: Use std's default for two structsIan Jackson2024-02-121-3/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-122-10/+6
* Bump patch versions *with* dependency updateIan Jackson2024-02-051-1/+1
* Bump patch versions (without dependency updates)Ian Jackson2024-02-051-1/+1
* Require tracing-test 0.2.4Ian Jackson2024-01-311-1/+1
* Require tracing-test 0.2.2Ian Jackson2024-01-311-1/+1
* Upgrade to strum 0.26Nick Mathewson2024-01-301-1/+1