summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec/src/ids/by_id.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` methodSteven Engler2025-05-141-3/+1
* linkspec: Fix nightly warning about elided lifetimeNick Mathewson2024-10-221-1/+1
* tor-linkspec: add `ListByRelayIds`Steven Engler2024-09-231-12/+471
* 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
* 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: Add test for lookup on no-ids.Nick Mathewson2022-11-281-0/+1
* Add a test for ByRelayIds::remove_by_all_idsNick Mathewson2022-11-281-2/+21
* Remove allow() for a false-positive warn on Rust 1.56.Nick Mathewson2022-11-101-3/+0
* ByRelayIds: Add additional accessor functions.Nick Mathewson2022-10-251-0/+51
* linkspec: Add ByRelayIds::remove_exact.Nick Mathewson2022-10-181-0/+65
* linkspec: Add an "all_overlapping" accessor to ByRelayIds.Nick Mathewson2022-10-181-0/+112
* tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIdsNick Mathewson2022-10-041-0/+60