| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Missing fields in tor-units/Cargo.toml. | Nick Mathewson | 2021-06-24 | 1 | -0/+2 |
| | | |||||
| * | Remove "publish = false" | Nick Mathewson | 2021-06-24 | 1 | -1/+0 |
| | | |||||
| * | Add noop_method_call warning. | Nick Mathewson | 2021-05-27 | 1 | -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 spelling | Nick Mathewson | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Use thiserror to simplify tor-units | Nick Mathewson | 2021-05-26 | 2 | -26/+7 |
| | | |||||
| * | Add a Display test in tor-units | Nick Mathewson | 2021-05-26 | 1 | -0/+6 |
| | | |||||
| * | Enable cargo_common_metadata warning. | Nick Mathewson | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Add automatically generated README.md files to each crate. | Nick Mathewson | 2021-05-25 | 1 | -0/+19 |
| | | |||||
| * | Remove extern crate declarations. | Nick Mathewson | 2021-05-25 | 1 | -1/+0 |
| | | | | | They're no longer needed for macro use in Rust 2018. | ||||
| * | Use "use" in tor_netdir, remove needless qualifications. | Nick Mathewson | 2021-05-25 | 1 | -7/+8 |
| | | |||||
| * | Re-add a percentage type wrapper. | Nick Mathewson | 2021-05-25 | 1 | -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 panics | Nick Mathewson | 2021-05-25 | 1 | -1/+21 |
| | | |||||
| * | Tweaks docs and style in tor-units. | Nick Mathewson | 2021-05-25 | 1 | -17/+52 |
| | | |||||
| * | Apply our suite of clippy warnings to tor-units. | Nick Mathewson | 2021-05-25 | 1 | -5/+23 |
| | | |||||
| * | Use macros and types to improve handling of Netdir parameters. | Nick Mathewson | 2021-05-25 | 2 | -0/+263 |
| (Squashed from typed-netdir-params) | |||||
