summaryrefslogtreecommitdiff
path: root/tor-units
Commit message (Collapse)AuthorAgeFilesLines
* Missing fields in tor-units/Cargo.toml.Nick Mathewson2021-06-241-0/+2
|
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|
* 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
|
* Use thiserror to simplify tor-unitsNick Mathewson2021-05-262-26/+7
|
* Add a Display test in tor-unitsNick Mathewson2021-05-261-0/+6
|
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
|
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+19
|
* Remove extern crate declarations.Nick Mathewson2021-05-251-1/+0
| | | | They're no longer needed for macro use in Rust 2018.
* Use "use" in tor_netdir, remove needless qualifications.Nick Mathewson2021-05-251-7/+8
|
* Re-add a percentage type wrapper.Nick Mathewson2021-05-251-0/+60
| | | | | | It turns out that when we don't have a percentage type associated with a value, it is far too easy to forget to divide by 100 before using it as a fraction.
* tor-units: warn about uninhabited types and panicsNick Mathewson2021-05-251-1/+21
|
* Tweaks docs and style in tor-units.Nick Mathewson2021-05-251-17/+52
|
* Apply our suite of clippy warnings to tor-units.Nick Mathewson2021-05-251-5/+23
|
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-252-0/+263
(Squashed from typed-netdir-params)