summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-netdoc: testing: Expose assert_eq_or_diffIan Jackson2026-07-301-3/+4
* tor-netdoc: testing: Actually expose the test_support moduleIan Jackson2026-07-301-1/+1
* tor-netdoc testdata-live: Export for the benefit of other cratesIan Jackson2026-07-231-0/+2
* tor-netdoc: Break out and expose parse_testcase_from_netdocIan Jackson2026-07-211-0/+6
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* tor-netdoc: rangemap_mutate_range: New functionIan Jackson2026-07-021-0/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* tor-netdoc: Rename FixedString to ConstantStringIan Jackson2026-05-271-1/+1
* tor-netdoc: Provide FixedString and defined_fixed_stringIan Jackson2026-05-271-1/+1
* tor-netdoc: Move FromStr and Display from NormalItemArgument to implsIan Jackson2026-04-291-3/+5
* tor-netdoc: Un-gate test2 moduleIan Jackson2026-04-281-1/+1
* tor-netdoc: Un-gate top-level NetdocBuilderIan Jackson2026-04-281-2/+0
* tor-netdoc: Un-gate parse2 and encode coreIan Jackson2026-04-231-2/+0
* tor-netdoc: Provide AsMutSelf derive macroIan Jackson2026-03-191-1/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-netdoc: Provide AuthCertConstructorIan Jackson2026-01-131-1/+0
* tor-netdoc: test2: implement encoding traits for all test typesIan Jackson2025-12-101-1/+1
* tor-netdoc: Break out netdoc_ordering_check into new derive_common.rsIan Jackson2025-12-101-0/+3
* tor-netdoc: Drop the allow(unused)Ian Jackson2025-12-101-1/+0
* tor-netdoc: Add imports to encode module, for new encode deriveIan Jackson2025-12-101-0/+2
* tor-netdoc: Move parse2/test.rs to test2.rsIan Jackson2025-11-241-0/+3
* tor-netdoc: Make much more of the encode module contents publicIan Jackson2025-11-181-1/+1
* tor-netdoc: Implement KeywordEncodable for &'static strIan Jackson2025-11-181-0/+6
* tor-netdoc: Split off Keyword::to_str into its own traitIan Jackson2025-11-181-0/+8
* tor-netdoc: Introduce "encode" feature for the like-named moduleIan Jackson2025-11-101-3/+3
* tor-netdoc: Rename the `build` module to `encode`Ian Jackson2025-11-101-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* tor-netdoc: Reference `build::ItemArgument` from `NoramlItemArgument` docIan Jackson2025-10-211-1/+2
* tor-netdoc: Introduce `NormalItemArgument` impl-enabler traitIan Jackson2025-10-081-0/+28
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* neteoc parse2: Import earlierIan Jackson2025-09-291-2/+3
* tor-netdoc: Introduce parse2, new parserIan Jackson2025-08-141-0/+5
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+41
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* Remove `NetdocText` and replace its uses with `String`.Gabriela Moldovan2023-03-241-1/+1
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-1/+1