summaryrefslogtreecommitdiff
path: root/tor-rtmock/src
Commit message (Collapse)AuthorAgeFilesLines
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
| | | | | | This would have saved ahf and me a lot of confusion in debugging a situation where we were cloning a reference of a type that didn't implement Clone.
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
|
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
|
* Better documentation for tor-rtmockNick Mathewson2021-05-212-3/+107
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Fix documentation warnings.Nick Mathewson2021-05-051-4/+5
|
* 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 missing documention in tor-rtmockNick Mathewson2021-05-031-0/+1
|
* Make the MockNetProvider builder non-consuming.Nick Mathewson2021-05-031-34/+32
|
* Add warnings to tor-rtmockNick Mathewson2021-05-031-0/+11
|
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-036-0/+1388
Since these parts are testing-only, let's take steps to make sure we don't ship them in production by accident.