summaryrefslogtreecommitdiff
path: root/crates/tor-protover
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-2/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* Increment crate versions.Nick Mathewson2023-05-031-2/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-1/+1
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Bump the minor version of every crate.Nick Mathewson2022-11-301-2/+2
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-34/+1
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+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
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-2/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-2/+2
* Update README.md files (automated).Nick Mathewson2022-05-061-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-4/+4
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* 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
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-2/+2
|/
* 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
|/
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-2/+2
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Bump every crate by one patch version.Nick Mathewson2021-11-291-2/+2
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+3
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-2/+2
* s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-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