summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* | | tor-netdoc: Better error from empty argument (fmt)Ian Jackson2025-12-041-1/+4
* | | tor-netdoc: Better error from empty argumentIan Jackson2025-12-041-1/+1
* | | tor-netdoc: Throw rather than squirreling error from NormalItemArgumentIan Jackson2025-12-041-3/+1
* | | tor-netdoc: Explain some downsides to use of ItemEncoder::argIan Jackson2025-12-041-0/+3
* | | tor-netdoc: Suppress a clippy warning more thoroughlyIan Jackson2025-12-041-1/+2
* | | tor-netdoc: Suppress a clippy warningIan Jackson2025-12-031-0/+1
* | | Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
| |/ |/|
* | parse2: ItemValueParseable, netdoc(object, rest): docs: state signatureIan Jackson2025-12-021-1/+3
* | parse2: ItemValueParseable, netdoc(object, rest): docs: clarify errorsIan Jackson2025-12-021-1/+1
* | parse2: ItemValueParseable, netdoc(object, rest): docs: fix typoIan Jackson2025-12-021-1/+1
* | parse2: ItemValueParseable, netdoc(rest, with): reworkIan Jackson2025-12-023-7/+11
* | parse2: ItemValueParseable, netdoc(rest): docs: clarify behaviourIan Jackson2025-12-021-1/+1
* | Remove semver.md files post-releaseGabriela Moldovan2025-12-021-9/+0
|/
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-13/+13
* netdoc: Add missing docs for encode_pow_params()Gabriela Moldovan2025-12-011-0/+1
* netdoc: allow unstable_name_collisions lint for exactly_one()Gabriela Moldovan2025-12-011-0/+5
* parse2: Move naming convention to pocClara Engler2025-11-272-15/+15
* tor-netdoc: Rename ItemArgument method to write_arg_ontoIan Jackson2025-11-262-12/+12
* tor-netdoc: Minor wording fix in a docIan Jackson2025-11-261-1/+1
* tor-netdoc: Minor grammar fix in a docIan Jackson2025-11-261-1/+1
* Merge branch 'relay-flags-options-trait' into 'main'Ian Jackson2025-11-254-56/+56
|\
| * tor-netdoc: relay_flags: Tidy up the formatting (rustfmt)Ian Jackson2025-11-241-9/+3
| * tor-netdoc: Rename RelayFlagsParser to relay_flags::ParserIan Jackson2025-11-244-10/+10
| * tor-netdoc: relay_flags: Remove two now-not-needed type aliasesIan Jackson2025-11-243-13/+5
| * tor-netdoc: Parameterise RelayFlagsParser by an options trait insteadIan Jackson2025-11-241-41/+55
* | Merge branch 'nd-test' into 'main'Ian Jackson2025-11-253-17/+23
|\ \
| * | tor-netdoc: test2: Run rustfmtIan Jackson2025-11-241-10/+2
| * | tor-netdoc: test2: Adjust type aliasesIan Jackson2025-11-241-14/+12
| * | tor-netdoc: Move parse2/test.rs to test2.rsIan Jackson2025-11-243-7/+23
* | | Merge branch 'p2-mult' into 'main'Ian Jackson2025-11-255-70/+56
|\ \ \ | |_|/ |/| |
| * | tor-netdoc: Add a comment explaining why P2MultiplicitySelectorIan Jackson2025-11-241-1/+4
| * | semver.md: Document change to parse2::MultiplicitySelectorIan Jackson2025-11-241-0/+1
| * | tor-netdoc: rustfmt to tidy up importsIan Jackson2025-11-192-5/+2
| * | tor-netdoc: avoid importing MultiplicitySelector outside parse2Ian Jackson2025-11-191-4/+4
| * | tor-netdoc: parse2: Combine all the multiplicity SelectorsIan Jackson2025-11-194-53/+38
| * | tor-netdoc: parse2: Move multiplicity docs examples into Methods traitsIan Jackson2025-11-191-32/+32
* | | Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\ \ \ | |_|/ |/| |
| * | tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | | tor-netdoc: encode: Explain why NetdocEncoder contains a ResultIan Jackson2025-11-191-1/+2
* | | tor-netdoc: parse2 docs: Clarify that these are for parsingIan Jackson2025-11-191-3/+3
* | | tor-netdoc: parse2 docs: Fix ItemObjectParseableIan Jackson2025-11-191-4/+1
* | | tor-netdoc: parse2 docs: Improve `#[deftly(netdoc(rest))]` docsIan Jackson2025-11-191-0/+2
* | | tor-netdoc: parse2 docs: Fix docs for ItemArgumentParseableIan Jackson2025-11-191-3/+2
* | | tor-netdoc: parse2 docs: Document BTreeSet in multiplicityIan Jackson2025-11-191-2/+3
| |/ |/|
* | Merge branch 'pub-encode' into 'main'Ian Jackson2025-11-198-32/+68
|\ \
| * | tor-netdoc: Add a blank line for reading clarityIan Jackson2025-11-181-0/+1
| * | tor-netdoc: impl Default for NetdocEncoderIan Jackson2025-11-181-0/+7
| * | tor-netdoc: Make much more of the encode module contents publicIan Jackson2025-11-183-14/+14
| * | tor-netdoc: Add a note about the nature of NetdocBuilderIan Jackson2025-11-181-1/+13
| * | tor-netdoc: Implement KeywordEncodable for &'static strIan Jackson2025-11-181-0/+6