| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enforce (and obey) clippy lints about exhaustive enums, structs. | Nick Mathewson | 2021-04-27 | 1 | -0/+1 |
| | | | | | | | | | These lints force us to declare our exported enums and exhaustive-looking structs as non-exhaustive (so that we can add to them in the future without breaking our API) or to explicitly disable the warning for a given enum/struct (to say that we _intend_ for additions to be a breaking change). | ||||
| * | tor-consdiff: document everything. | Nick Mathewson | 2020-12-17 | 1 | -0/+8 |
| | | |||||
| * | consdiff: use real error messages | Nick Mathewson | 2020-12-17 | 1 | -10/+7 |
| | | |||||
| * | consdiff: extract Error type to new module. | Nick Mathewson | 2020-12-17 | 1 | -0/+26 |
