summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Remove pending semver entriesarti-v1.1.12Nick Mathewson2024-01-097-9/+0
* Followup patchlevel bumpsNick Mathewson2024-01-0910-11/+11
* Followup minor version bumps.Nick Mathewson2024-01-0915-15/+15
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-0933-68/+68
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-0935-202/+202
* Merge branch 'fixup-features-20240108' into 'main'Nick Mathewson2024-01-095-6/+7
|\
| * Mark tor-keymgr/testing feature as experimental.Nick Mathewson2024-01-081-3/+2
| * Run "fixup-features" in preparation for release.Nick Mathewson2024-01-085-4/+6
* | Merge branch 'public-dir-mgr-config' into 'main'Ian Jackson2024-01-093-3/+4
|\ \
| * | dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-093-3/+4
* | | Fix typosDimitris Apostolou2024-01-0817-21/+21
| |/ |/|
* | Merge branch 'keyspec' into 'main'Ian Jackson2024-01-087-363/+773
|\ \
| * | tor-keymgr: KeySpecifierPattern: fix grammarIan Jackson2024-01-081-1/+1
| * | tor-keymgr: KeySpecifierPattern: fix docsIan Jackson2024-01-081-3/+3
| * | tor-keymgr: Fix typosgabi-2502024-01-082-4/+4
| * | KeySpecifier etc: apply deferred rustfmt import churnIan Jackson2024-01-042-2/+2
| * | KeyPathInfo: Add role fieldIan Jackson2024-01-042-2/+27
| * | KeySpecifier d-a macro: Populate extra_infoIan Jackson2024-01-042-2/+20
| * | KeySpecifier d-a macro: Use dyn for describingIan Jackson2024-01-042-24/+75
| * | KeySpecifier d-a macro: Add a test for describingIan Jackson2024-01-041-0/+16
| * | KeySpecifier d-a macro: Mnaully wrap two long linesIan Jackson2024-01-041-2/+6
| * | KeySpecifier d-a macro: Use doc-hidden re-exportsIan Jackson2024-01-042-9/+7
| * | KeySpecifier d-a macro: Name result by whole pathIan Jackson2024-01-041-2/+2
| * | KeySpecifier d-a macro: Use derive-adhoc's pasting featureIan Jackson2024-01-041-6/+4
| * | KeySpecifier d-a macro: Use dyn for parsingIan Jackson2024-01-041-91/+181
| * | KeyPathError::PatternNotMatched: Remove pattern from errorIan Jackson2024-01-042-3/+3
| * | KeySpecifier d-a macro: Do not produce fn new()Ian Jackson2024-01-042-20/+7
| * | KeySpecifier d-a macro: Say what we produce, in the docsIan Jackson2024-01-041-1/+17
| * | KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-045-11/+23
| * | KeySpecifier d-a macro: Abolish prefix fnsIan Jackson2024-01-042-55/+0
| * | KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-044-43/+79
| * | KeySpecifier d-a macro: Use dyn for arti_pathIan Jackson2024-01-041-11/+153
| * | KeySpecifier tests: add a TimePeriod testIan Jackson2024-01-042-2/+37
| * | KeySpecifierComponent: Add .fmt_pretty() methodIan Jackson2024-01-041-1/+21
| * | tor-hsservice: Drop an unused importIan Jackson2024-01-041-1/+0
| * | KeySpecifier d-a macro: Move to its own moduleIan Jackson2024-01-043-318/+336
| * | KeySpecifier d-a macro: insist on structsIan Jackson2024-01-031-1/+1
| * | KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-033-18/+18
| |/
* | Merge branch 'fix-ambitious-certtype' into 'main'Ian Jackson2024-01-081-1/+2
|\ \
| * | tor-cell: Fix ambitious certtypeEmil Engler2023-12-281-1/+2
* | | Remove an unneeded allowIan Jackson2024-01-021-2/+0
* | | Update to derive-adhoc 0.8Ian Jackson2024-01-025-5/+5
| |/ |/|
* | rustdoc: linkify a url properlyIan Jackson2024-01-021-2/+2
* | clippy: consequential rustfmtIan Jackson2024-01-024-17/+5
* | clippy nightly: For now, locally allow implied_bounds_in_implsIan Jackson2024-01-021-0/+2
* | clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-023-0/+3
* | clippy nightly: Use Poll.is_pending() in two placesIan Jackson2024-01-021-2/+2
* | clippy: An an allow for fallible ed25519 conversionIan Jackson2024-01-021-0/+5
* | clippy: Add an allow to work around a clippy bugIan Jackson2024-01-021-0/+3
* | clippy: Use infallible callsIan Jackson2024-01-024-10/+5