summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src/rangebounds.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-basic-utils: RangeBoundsExt: shorten blanket implIan Jackson2026-07-161-6/+1
* tor-basic-utils: RangeBoundsExt: make method a provided methodIan Jackson2026-07-161-11/+7
* tor-basic-utils: RangeBoundsExt: prepare to make method providedIan Jackson2026-07-161-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-cert-x509: Port to web-time-compat.Nick Mathewson2026-03-261-2/+2
* 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-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* tor-basic-utils: Add unbounded range (..) test.Gabriela Moldovan2023-05-131-0/+31
* tor-basic-utils: Update combinatorial test to randomly choose an open or clos...Gabriela Moldovan2023-05-131-2/+12
* tor-basic-utils: Add rangebounds test with time ranges.Gabriela Moldovan2023-05-131-0/+35
* tor-basic-utils: Assert witness is not part of the intersection.Gabriela Moldovan2023-05-131-0/+4
* tor-basic-utils: Log the ranges/intersection on assertion failure.Gabriela Moldovan2023-05-131-1/+13
* tor-checkable: Implement RangeBounds for TimerangeBound.Gabriela Moldovan2023-05-131-2/+2
* tor-basic-utils: Add a helper function to deduplicate test code.Gabriela Moldovan2023-05-131-19/+29
* tor-basic-utils: Add RangeBoundsExt trait.Gabriela Moldovan2023-05-131-0/+200