summaryrefslogtreecommitdiff
path: root/crates/tor-protover/src
Commit message (Expand)AuthorAgeFilesLines
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Style fixes to tor-protover errors.Nick Mathewson2022-06-221-3/+3
* lints: tor-protover: Move two allows outside the auto blockIan Jackson2022-05-311-2/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-111-3/+5
* Replace manual Default and new with std derive in tor-protoIan Jackson2022-03-021-11/+2
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-151-1/+1
|\
| * Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-1/+1
* | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
|/
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+3
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-13/+14
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+585