aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-linkspec: RelayIdType: Clarify display vs display_idIan Jackson2026-07-151-4/+4
* tor-linkspec: Un-explode and tidy some derive listsIan Jackson2026-07-011-17/+4
* tor-linkspec: Sort out indentation in new macro templateIan Jackson2026-07-011-111/+111
* tor-linkspec: PartialEq: use deftly, not an ad-hoc macro_rulesIan Jackson2026-07-011-10/+2
* tor-linkspec: PartialEq: change variable namesIan Jackson2026-07-011-6/+6
* tor-linkspec: PartialEq: simplify PartialEq<FooIdentity> for RelayIdIan Jackson2026-07-011-1/+1
* tor-linkspec: Use deftly for RelayIdId and RelayIdRef implsIan Jackson2026-07-011-44/+26
* tor-linkspec: Minimal deftly for RelayIdId and RelayIdRefIan Jackson2026-07-011-11/+24
* tor-linkspec: Move PartialEq implsIan Jackson2026-07-011-19/+19
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-7/+7
* tor-linkspec: Use derive-deftly rather than strum for same_relay_idsIan Jackson2024-04-031-0/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-101-1/+1
* RelayId: Display the ID type on redacted identities.Nick Mathewson2023-06-091-3/+2
* RelayId: implement id_type and as_bytes in terms of RelayIdRefIan Jackson2023-04-271-8/+2
* RelayIdRef: as_bytes: Doesn't borrow from selfIan Jackson2023-04-271-1/+1
* RelayId: impl Display in terms of RelayIdRefIan Jackson2023-04-271-3/+9
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* linkspec: Give a Redacted form for chantarget.Nick Mathewson2022-11-281-0/+29
* linkspec: Add compare-by-relay-ids function to HasRelayIdsNick Mathewson2022-10-211-2/+4
* Write more tests for RelayId and RelayIdRef.Nick Mathewson2022-10-151-0/+138
* Fix deserialize impl for RelayId.Nick Mathewson2022-10-151-1/+1
* linkspec: impl Hash for RelayIdRefNick Mathewson2022-10-151-1/+1
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-041-0/+1
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-1/+16
* Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-24/+0
* linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-101-0/+13
* Teach guard restrictions about RelayId.Nick Mathewson2022-08-101-0/+16
* Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-101-4/+191
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-101-0/+105