aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-checkable/src
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: Improve/fix a commentIan Jackson2026-07-231-1/+2
* tor-checkable: Fix punctuation in commentIan Jackson2026-07-231-1/+1
* tor-checkable: Fix a doc comment copypastaIan Jackson2026-07-231-1/+1
* tor-checkable: Fix two doc comments start/endIan Jackson2026-07-231-2/+2
* tor-checkable: TimeBound: Provide new build_intersect APIIan Jackson2026-07-232-1/+140
* clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-232-4/+8
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-232-20/+20
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-232-12/+12
* tor-checkable: Deprecate `TimeBound::check_valid_at_opt`Ian Jackson2026-07-232-8/+18
* tor-checkable: TimeBound: Make wrapped type an associated type (fmt)Ian Jackson2026-07-231-1/+4
* tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-232-6/+11
* tor-checkable: TimeBound: Make dangerously_into_parts return TimeRange (fmt)Ian Jackson2026-07-231-3/+1
* tor-checkable: TimeBound: Make dangerously_into_parts return TimeRangeIan Jackson2026-07-231-4/+4
* tor-checkable: TimeBound: Make is_valid_at a provided methodIan Jackson2026-07-231-1/+9
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-232-11/+6
* tor-checkable: TimeBound: Add bounds accessorIan Jackson2026-07-232-16/+23
* tor-checkable: TimeRange: Provide intersect_bounds methodIan Jackson2026-07-231-0/+51
* tor-checkable: TimeRange: Provide a more complete APIIan Jackson2026-07-231-0/+57
* tor-checkable: Introduce TimeRange aliasIan Jackson2026-07-232-1/+9
* tor-checkable: TimeRangeBound: Rename extend_tolerance to extend_end_boundIan Jackson2026-07-231-4/+9
* tor-checkable: TimeRangeBound: Rename extend_pre_tolerance to extend_start_boundIan Jackson2026-07-231-3/+12
* tor-checkable: TimeRangeBound: Swap code order of two functionsIan Jackson2026-07-231-10/+10
* tor-checkable: TimeRangeBound: Rename bounds to bounds_start_endIan Jackson2026-07-231-2/+14
* tor-checkable: TimeRangeBound: document lack of well-formedness invariantIan Jackson2026-07-231-0/+3
* tor-checkable: Re-export TimeRangeBound at the top-levelIan Jackson2026-07-231-0/+2
* tor-checkable: import time::Duration for brevityIan Jackson2026-07-231-3/+3
* Apply deferred rustfmt churnIan Jackson2026-07-161-1/+1
* Use new TimeRangeBound name throughout the treeIan Jackson2026-07-161-29/+29
* tor-checkable: Rename TimerangeBound to TimeRangeBoundIan Jackson2026-07-161-5/+9
* Use new TimeBound name throughout the treeIan Jackson2026-07-162-8/+8
* tor-checkable: Rename Timebound to TimeBoundIan Jackson2026-07-161-3/+6
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* tor-checkable: TODO for TimerangeBound from TimeboundClara Engler2026-06-231-0/+4
* tor-checkable: Specify Timebound inclusiveness in rustdocClara Engler2026-06-111-0/+5
* tor-checkable: TimerangeBound: test edge casesIan Jackson2026-06-101-0/+10
* tor-checkable: TimeRangebound: document inclusivityIan Jackson2026-06-101-1/+2
* tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusive (fmt)Ian Jackson2026-06-101-2/+6
* tor-checkable: TimerangeBound: is_valid: Treat bounds as inclusiveIan Jackson2026-06-101-2/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+3
* tor-checkable: Port to web-time-compatNick Mathewson2026-03-262-9/+10
* 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
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-063-3/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-5/+16
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2