| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'doc-errors' into 'main' | Nick Mathewson | 2022-02-15 | 1 | -1/+1 |
| |\ | | | | | | | | | Refactor errors in tor-netdoc See merge request tpo/core/arti!314 | ||||
| | * | Refactor tor_netdoc::Error | Nick Mathewson | 2022-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error type doesn't impement HasKind, since the kind will depend on context. However, the existing implementation was pretty messy and inconsistent: Some errors had positions, some didn't. Some took messages as str, some as String. Some had internal errors that were somewhat orthogonal to their actual types. This commit refactors tor_netdoc::Error to use a ParseErrorKind, and adds a set of convenience functions to add positions and messages to the errors that need them. | ||||
| * | | Change deny(clippy::all) to warn(clippy::all). | Nick Mathewson | 2022-02-14 | 1 | -1/+1 |
| |/ | | | | Closes #338. | ||||
| * | extend lints to include 'clippy::all' | Daniel Eades | 2021-12-28 | 1 | -0/+1 |
| | | |||||
| * | add semicolons if nothing returned | Daniel Eades | 2021-11-25 | 1 | -2/+3 |
| | | |||||
| * | deglob some enums, use concise iteration syntax | Daniel Eades | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | Replace references to arti-client in the documentation. | Nick Mathewson | 2021-10-21 | 1 | -1/+1 |
| | | |||||
| * | enable checked_conversions lint. | Nick Mathewson | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | fix/silence clippy lints in test modules | Daniel Eades | 2021-09-08 | 1 | -13/+14 |
| | | |||||
| * | Move all crates into a `crates` subdirectory. | Nick Mathewson | 2021-08-27 | 1 | -0/+585 |
| This will cause some pain for now, but now is really the best time to do this kind of thing. | |||||
