| Commit message (Expand) | Author | Age | Files | Lines |
| * | tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword | Ian Jackson | 2026-01-15 | 1 | -2/+27 |
| * | tor-netdoc: derives: New `skip` document field option | Ian Jackson | 2026-01-14 | 1 | -4/+16 |
| * | tor-netdoc: Use $P for prelude in one place | Ian Jackson | 2025-12-18 | 1 | -1/+1 |
| * | tor-netdoc: derive netdoc encoding traits | Ian Jackson | 2025-12-10 | 1 | -0/+8 |
| * | 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 | 1 | -1/+1 |
| * | 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: NetdocParseable: Document that BTreeSet is allowed | Ian Jackson | 2025-12-10 | 1 | -0/+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 |
| * | 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 'p2-mult' into 'main' | Ian Jackson | 2025-11-25 | 1 | -3/+3 |
| |\ |
|
| | * | tor-netdoc: parse2: Combine all the multiplicity Selectors | Ian Jackson | 2025-11-19 | 1 | -3/+3 |
| * | | 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: parse2: Introduce ParseInput intermediate struct | Ian Jackson | 2025-11-18 | 1 | -2/+3 |
| * | 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 |
| * | tor-netdoc: parse2 derive: deduplicate F_EFFECTIVE_TYPE | Ian Jackson | 2025-11-06 | 1 | -24/+13 |
| * | tor-netdoc: parse2 derive: deduplication: field types and keywords | Ian Jackson | 2025-11-06 | 1 | -36/+39 |
| * | tor-netdoc: parse2 derive: deduplication: start a module | Ian Jackson | 2025-11-06 | 1 | -8/+12 |
| * | tor-netdoc: NetdocParseableFields derive: support flatten | Ian Jackson | 2025-10-22 | 1 | -2/+26 |
| * | tor-netdoc: NetdocParseableFields derive: break out kw variable | Ian Jackson | 2025-10-22 | 1 | -1/+3 |
| * | Merge branch 'p2-misc-fixes' into 'main' | opara | 2025-10-21 | 1 | -1/+5 |
| |\ |
|
| | * | tor-netdoc: NetdocParseable derive: use more explicit syntax | Ian Jackson | 2025-10-21 | 1 | -1/+1 |
| | * | tor-netdoc: parse2: Don't declare internal error on subdoc intro items | Ian Jackson | 2025-10-21 | 1 | -0/+4 |
| * | | tor-netdoc: parse2: Provide documentation for derived Accumulator types | Ian Jackson | 2025-10-21 | 1 | -0/+3 |
| |/ |
|