index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: testing: Expose assert_eq_or_diff
Ian Jackson
2026-07-30
1
-3
/
+4
*
tor-netdoc: testing: Actually expose the test_support module
Ian Jackson
2026-07-30
1
-1
/
+1
*
tor-netdoc testdata-live: Export for the benefit of other crates
Ian Jackson
2026-07-23
1
-0
/
+2
*
tor-netdoc: Break out and expose parse_testcase_from_netdoc
Ian Jackson
2026-07-21
1
-0
/
+6
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
tor-netdoc: rangemap_mutate_range: New function
Ian Jackson
2026-07-02
1
-0
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
tor-netdoc: Rename FixedString to ConstantString
Ian Jackson
2026-05-27
1
-1
/
+1
*
tor-netdoc: Provide FixedString and defined_fixed_string
Ian Jackson
2026-05-27
1
-1
/
+1
*
tor-netdoc: Move FromStr and Display from NormalItemArgument to impls
Ian Jackson
2026-04-29
1
-3
/
+5
*
tor-netdoc: Un-gate test2 module
Ian Jackson
2026-04-28
1
-1
/
+1
*
tor-netdoc: Un-gate top-level NetdocBuilder
Ian Jackson
2026-04-28
1
-2
/
+0
*
tor-netdoc: Un-gate parse2 and encode core
Ian Jackson
2026-04-23
1
-2
/
+0
*
tor-netdoc: Provide AsMutSelf derive macro
Ian Jackson
2026-03-19
1
-1
/
+2
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
tor-netdoc: Provide AuthCertConstructor
Ian Jackson
2026-01-13
1
-1
/
+0
*
tor-netdoc: test2: implement encoding traits for all test types
Ian Jackson
2025-12-10
1
-1
/
+1
*
tor-netdoc: Break out netdoc_ordering_check into new derive_common.rs
Ian Jackson
2025-12-10
1
-0
/
+3
*
tor-netdoc: Drop the allow(unused)
Ian Jackson
2025-12-10
1
-1
/
+0
*
tor-netdoc: Add imports to encode module, for new encode derive
Ian Jackson
2025-12-10
1
-0
/
+2
*
tor-netdoc: Move parse2/test.rs to test2.rs
Ian Jackson
2025-11-24
1
-0
/
+3
*
tor-netdoc: Make much more of the encode module contents public
Ian Jackson
2025-11-18
1
-1
/
+1
*
tor-netdoc: Implement KeywordEncodable for &'static str
Ian Jackson
2025-11-18
1
-0
/
+6
*
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
1
-0
/
+8
*
tor-netdoc: Introduce "encode" feature for the like-named module
Ian Jackson
2025-11-10
1
-3
/
+3
*
tor-netdoc: Rename the `build` module to `encode`
Ian Jackson
2025-11-10
1
-2
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
tor-netdoc: Reference `build::ItemArgument` from `NoramlItemArgument` doc
Ian Jackson
2025-10-21
1
-1
/
+2
*
tor-netdoc: Introduce `NormalItemArgument` impl-enabler trait
Ian Jackson
2025-10-08
1
-0
/
+28
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
neteoc parse2: Import earlier
Ian Jackson
2025-09-29
1
-2
/
+3
*
tor-netdoc: Introduce parse2, new parser
Ian Jackson
2025-08-14
1
-0
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+41
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
Remove `NetdocText` and replace its uses with `String`.
Gabriela Moldovan
2023-03-24
1
-1
/
+1
*
Add builder for encoding hidden service descriptors.
Gabi Moldovan
2023-03-24
1
-1
/
+1
[next]