index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
parse2
/
derive.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-3
/
+3
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-1
/
+1
*
tor-netdoc: parse2 derive: allow setting deprecated fields
Ian Jackson
2026-06-16
1
-0
/
+4
*
tor-netcoc: NetdocParseableUnverified derive: forbid NetdocParseable
Ian Jackson
2026-06-10
1
-0
/
+11
*
tor-netdoc: parse2: Add more docs about verification
Ian Jackson
2026-06-10
1
-3
/
+26
*
tor-netdoc: parse2: use TimeRangebound in example
Ian Jackson
2026-06-10
1
-3
/
+6
*
tor-netdoc: fix a doc formatting typo
Ian Jackson
2026-06-03
1
-1
/
+1
*
tor-netdoc: Add crate:: to docs xrefs to avoid broken links
Ian Jackson
2026-06-02
1
-2
/
+2
*
tor-netdoc: Rename NetdocUnverified trait to NetdocParseableUnverified
Ian Jackson
2026-06-02
1
-3
/
+3
*
tor-netdoc: Fix two references to NetdocUnverified d-d template
Ian Jackson
2026-06-02
1
-2
/
+2
*
tor-netdoc: NetdocParseableFields: Pass ItemStream to finish
Ian Jackson
2026-05-27
1
-2
/
+12
*
tor-netdoc: Parsing with `#[netdoc(flatten)]`: cope with non-path types
Ian Jackson
2026-05-13
1
-1
/
+1
*
tor-netdoc: parse2: Improve another error span for missing trait impl
Ian Jackson
2026-04-29
1
-1
/
+1
*
tor-netdoc: ItemValueParseable: Tolerate non-snake-case fields
Ian Jackson
2026-04-27
1
-0
/
+1
*
Merge branch 'parse2-more-debug' into 'main'
Clara Engler
2026-04-21
1
-16
/
+43
|
\
|
*
tor-netdoc: Add debugging to ItemValueParseable, demo in test
Ian Jackson
2026-04-13
1
-2
/
+6
|
*
tor-netdoc: Add debugging to ItemValueParseable
Ian Jackson
2026-04-13
1
-1
/
+16
|
*
tor-netdoc: parse2 derives: use NetdocParseAnyCommon in ItemValueParseable
Ian Jackson
2026-04-13
1
-2
/
+1
|
*
tor-netdoc: parse2 derives: Break out NetdocParseAnyCommon
Ian Jackson
2026-04-13
1
-13
/
+21
|
*
tor-netdoc: parse2: with debug for items parsing, show multiplicity
Ian Jackson
2026-04-13
1
-0
/
+1
*
|
tor-netdoc: Support `#[deftly(netdoc(skip))]` in items
Ian Jackson
2026-04-20
1
-0
/
+7
*
|
tor-netdoc: derives: Expect an intro item
Ian Jackson
2026-04-14
1
-0
/
+1
*
|
tor-netdoc: derives: Reformat a long line
Ian Jackson
2026-04-14
1
-2
/
+4
|
/
*
Merge branch 'netdoc-fixes' into 'main'
Clara Engler
2026-04-08
1
-1
/
+6
|
\
|
*
tor-netdoc: Fix handling of netdoc(skip) in NetdocParseableFields
Ian Jackson
2026-04-07
1
-1
/
+6
*
|
tor-netdoc: parse2/encode derive: Show unquoted attributes in the docs
Ian Jackson
2026-04-07
1
-7
/
+7
*
|
tor-netdoc: parse2/encode derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
1
-6
/
+6
|
/
*
tor-netdoc: parse2 derive: Use $/// deftly feature in a few places
Ian Jackson
2026-04-01
1
-4
/
+4
*
Fix typos
Tobias Stoeckmann
2026-03-24
1
-2
/
+2
*
tor-netdoc: signature orderliness: add some xrefs
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: signature ordering: discuss an alternative impl approach
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: NetdocParseableSignatures: discuss ordering
Ian Jackson
2026-03-19
1
-0
/
+44
*
tor-netdoc: parse2: Add some navigational comments
Ian Jackson
2026-03-19
1
-1
/
+64
*
tor-netdoc: parse2: Don't impl NetdocParseable for bodies of signed docs
Ian Jackson
2026-03-19
1
-9
/
+56
*
tor-netdoc: parse2: Unify top-level derive as NetdocUParseablenverified
Ian Jackson
2026-03-19
1
-31
/
+33
*
tor-netdoc: parse2: Break out IMPL_NETDOC_PARSEABLE in a deftly module
Ian Jackson
2026-03-19
1
-161
/
+175
*
tor-netdoc: parse2: Move hash out of signature items
Ian Jackson
2026-03-19
1
-29
/
+59
*
tor-netdoc: parse2: Move hash out of signature items (prep)
Ian Jackson
2026-03-19
1
-8
/
+11
*
tor-netdoc: parse2: Introduce SignatureData struct
Ian Jackson
2026-03-19
1
-15
/
+20
*
tor-netdoc: NetdocParseableSignatures: Make into its own trait
Ian Jackson
2026-03-19
1
-20
/
+3
*
tor-netdoc: NetdocParseableSignatures: Make into its own macro
Ian Jackson
2026-03-19
1
-25
/
+120
*
tor-netdoc: parse2 derive: break out INIT_ACCUMULATE_VARS
Ian Jackson
2026-03-19
1
-17
/
+25
*
tor-netdoc: parse2: Fix an error message
Ian Jackson
2026-03-19
1
-1
/
+1
*
tor-netdoc: parse2: Use eprint for dtrace
Ian Jackson
2026-03-03
1
-3
/
+7
*
tor-netdoc: Rename *Signed to *Unverified
Ian Jackson
2026-03-03
1
-16
/
+16
*
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
[next]