summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-151-20/+12
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-151-0/+3
* tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-231-0/+3
* Netdoc: add accessor to error for ParseErrorKindNick Mathewson2022-06-071-0/+5
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Replace a match with some as_ref and asIan Jackson2022-03-161-4/+1
* Fix a rustdoc error.Nick Mathewson2022-02-151-1/+1
* Refactor tor-netdoc a bit more, to use Bug right.Nick Mathewson2022-02-151-4/+23
* Minimal compilation fix: InternalError=>BugNick Mathewson2022-02-151-2/+2
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-152/+199
* netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-141-5/+14
* netdoc: remove Error::Untimely.Nick Mathewson2022-02-141-11/+0
* address clippy's latest lintDaniel Eades2021-12-201-0/+4
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-5/+5
* Document every macro.Nick Mathewson2021-09-071-0/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+423