| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | tor-netdoc: debug: Add a placeholder debug print to all the other derives | Ian Jackson | 2025-12-10 | 1 | -0/+15 |
| * | tor-netdoc: parse2: debug: Explain why we use io::stderr() | Ian Jackson | 2025-12-10 | 1 | -0/+2 |
| * | tor-netdoc: parse2: debug: Fix an error message | Ian Jackson | 2025-12-10 | 1 | -1/+1 |
| * | tor-netdoc: parse2: debug: Fix scoping of netdoc_parseable_derive_debug | Ian Jackson | 2025-12-10 | 2 | -1/+2 |
| * | tor-netdoc: derive_common: Break out docs for attrs in flatten | Ian Jackson | 2025-12-10 | 1 | -8/+2 |
| * | tor-netdoc: derive_common: Break out field ordering check | Ian Jackson | 2025-12-10 | 1 | -16/+1 |
| * | tor-netdoc: derive_common: Break out item field type definitions | Ian Jackson | 2025-12-10 | 1 | -6/+0 |
| * | tor-netdoc: derive_common: Break out main field type definitions | Ian Jackson | 2025-12-10 | 1 | -12/+0 |
| * | tor-netdoc: derive_common: Break out F_KEYWORD_*, F_FLATTEN, F_NORMAL | Ian Jackson | 2025-12-10 | 1 | -34/+0 |
| * | tor-netdoc: Introduce new derive_common Rust module with d-d modules | Ian Jackson | 2025-12-10 | 1 | -0/+13 |
| * | tor-netdoc: parse2: Rename NetdocParseableCommon d-d module | Ian Jackson | 2025-12-10 | 1 | -3/+3 |
| * | tor-netdoc: Break out netdoc_ordering_check into new derive_common.rs | Ian Jackson | 2025-12-10 | 1 | -34/+0 |
| * | tor-netdoc: encoding: Provide multiplicity module | Ian Jackson | 2025-12-10 | 1 | -1/+12 |
| * | tor-netdoc: NetdocParseable: Document that BTreeSet is allowed | Ian Jackson | 2025-12-10 | 2 | -0/+5 |
| * | tor-netdoc: Implement new authority certificates | Clara Engler | 2025-12-04 | 1 | -0/+18 |
| * | tor-netdoc: Implement (Partial)Eq for VerifyFailed | Clara Engler | 2025-12-04 | 1 | -1/+1 |
| * | tor-netdoc: Suppress a clippy warning more thoroughly | Ian Jackson | 2025-12-04 | 1 | -1/+2 |
| * | tor-netdoc: Suppress a clippy warning | Ian Jackson | 2025-12-03 | 1 | -0/+1 |
| * | parse2: ItemValueParseable, netdoc(object, rest): docs: state signature | Ian Jackson | 2025-12-02 | 1 | -1/+3 |
| * | parse2: ItemValueParseable, netdoc(object, rest): docs: clarify errors | Ian Jackson | 2025-12-02 | 1 | -1/+1 |
| * | parse2: ItemValueParseable, netdoc(object, rest): docs: fix typo | Ian Jackson | 2025-12-02 | 1 | -1/+1 |
| * | parse2: ItemValueParseable, netdoc(rest, with): rework | Ian Jackson | 2025-12-02 | 1 | -5/+8 |
| * | parse2: ItemValueParseable, netdoc(rest): docs: clarify behaviour | Ian Jackson | 2025-12-02 | 1 | -1/+1 |
| * | parse2: Move naming convention to poc | Clara Engler | 2025-11-27 | 1 | -1/+15 |
| * | tor-netdoc: Minor wording fix in a doc | Ian Jackson | 2025-11-26 | 1 | -1/+1 |
| * | tor-netdoc: Minor grammar fix in a doc | Ian Jackson | 2025-11-26 | 1 | -1/+1 |
| * | Merge branch 'nd-test' into 'main' | Ian Jackson | 2025-11-25 | 1 | -747/+0 |
| |\ |
|
| | * | tor-netdoc: Move parse2/test.rs to test2.rs | Ian Jackson | 2025-11-24 | 1 | -747/+0 |
| * | | Merge branch 'p2-mult' into 'main' | Ian Jackson | 2025-11-25 | 3 | -66/+48 |
| |\ \
| |/
|/| |
|
| | * | tor-netdoc: rustfmt to tidy up imports | Ian Jackson | 2025-11-19 | 1 | -4/+1 |
| | * | tor-netdoc: parse2: Combine all the multiplicity Selectors | Ian Jackson | 2025-11-19 | 3 | -49/+34 |
| | * | tor-netdoc: parse2: Move multiplicity docs examples into Methods traits | Ian Jackson | 2025-11-19 | 1 | -32/+32 |
| * | | tor-netdoc: parse2 docs: Clarify that these are for parsing | Ian Jackson | 2025-11-19 | 1 | -3/+3 |
| * | | tor-netdoc: parse2 docs: Fix ItemObjectParseable | Ian Jackson | 2025-11-19 | 1 | -4/+1 |
| * | | tor-netdoc: parse2 docs: Improve `#[deftly(netdoc(rest))]` docs | Ian Jackson | 2025-11-19 | 1 | -0/+2 |
| * | | tor-netdoc: parse2 docs: Fix docs for ItemArgumentParseable | Ian Jackson | 2025-11-19 | 1 | -3/+2 |
| * | | tor-netdoc: parse2 docs: Document BTreeSet in multiplicity | Ian Jackson | 2025-11-19 | 1 | -2/+3 |
| |/ |
|
| * | tor-netdoc: Introduce Unknown and retain_unknown_values option | Ian Jackson | 2025-11-18 | 1 | -0/+1 |
| * | tor-netdoc: parse2: Introduce ParseOptions (fmt) | Ian Jackson | 2025-11-18 | 1 | -1/+5 |
| * | tor-netdoc: parse2: Introduce ParseOptions | Ian Jackson | 2025-11-18 | 2 | -8/+48 |
| * | tor-netdoc: parse2: Introduce ParseInput intermediate struct | Ian Jackson | 2025-11-18 | 5 | -16/+27 |
| * | tor-netdoc: parse2: Improve error message when using with= | Ian Jackson | 2025-11-10 | 1 | -1/+1 |
| * | tor-netdoc: parse2 derive: deduplicate completion | Ian Jackson | 2025-11-10 | 1 | -35/+33 |
| * | tor-netdoc: parse2 derive: deduplicate item accumulation | Ian Jackson | 2025-11-10 | 1 | -31/+35 |
| * | tor-netdoc: parse2 derive: deduplicate item accumulation (prep) | Ian Jackson | 2025-11-10 | 1 | -43/+54 |
| * | tor-netdoc: parse2 derive: Provide dtrace in NetdocParseableFields | Ian Jackson | 2025-11-10 | 1 | -12/+21 |
| * | tor-netdoc: parse2 derive: Get rid of $ITEM workaround | Ian Jackson | 2025-11-10 | 1 | -10/+4 |
| * | tor-netdoc: Fix typo | Ian Jackson | 2025-11-10 | 1 | -1/+1 |
| * | tor-netdoc: parse2 derive: deduplicate item parsing | Ian Jackson | 2025-11-06 | 1 | -24/+23 |
| * | tor-netdoc: parse2 derive: deduplicate item set selectors | Ian Jackson | 2025-11-06 | 1 | -47/+62 |