aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-checkable/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-checkable: TimeBound: Provide new build_intersect APIIan Jackson2026-07-231-1/+19
* clippy config: Forbid TimeRangeBound::if_valid_nowIan Jackson2026-07-231-0/+1
* tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`Ian Jackson2026-07-231-3/+3
* tor-checkable: Rename `TimeBound::check_valid_*` to `if_valid_*`Ian Jackson2026-07-231-5/+5
* tor-checkable: Deprecate `TimeBound::check_valid_at_opt`Ian Jackson2026-07-231-0/+7
* 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-231-5/+8
* tor-checkable: TimeBound: Make is_valid_at a provided methodIan Jackson2026-07-231-1/+9
* tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-7/+4
* tor-checkable: TimeBound: Add bounds accessorIan Jackson2026-07-231-4/+11
* tor-checkable: Introduce TimeRange aliasIan Jackson2026-07-231-1/+1
* 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
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-5/+5
* 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
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-checkable: Port to web-time-compatNick Mathewson2026-03-261-1/+2
* 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-061-1/+1
* 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
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-43/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Improve error messages in tor-checkable.Nick Mathewson2022-06-221-3/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1