summaryrefslogtreecommitdiff
path: root/tor-checkable/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Improve crate-documentation for tor-checkable.Nick Mathewson2021-05-241-10/+40
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+4
* Infrastructure for testing handshake cert-validation codeNick Mathewson2020-10-211-0/+9
* Document private members in most cratesNick Mathewson2020-09-241-0/+1
* checkable: documentation fix.Nick Mathewson2020-09-091-0/+3
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-071-1/+1
* checkable: Add a simple type for self-signed objects.Nick Mathewson2020-09-031-0/+1
* New module with traits for time-bound and signed objectsNick Mathewson2020-09-011-0/+119