aboutsummaryrefslogtreecommitdiff
path: root/tor-cell
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2718-4302/+0
* WIP: Add the "unwrap_used" lint.S0AndS02021-08-241-0/+1
* Add a split_from() API for infallible creation of Data messages.Nick Mathewson2021-08-182-0/+22
* Remove panicking cases from tor-cell msg constructionNick Mathewson2021-08-187-18/+29
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-182-2/+4
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-183-0/+9
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-133-0/+9
* | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
* | Remove some notes about SPEC issues that are now resolved.Nick Mathewson2021-08-162-7/+3
* | Make PaddingNegotiate parsing match C tor.Nick Mathewson2021-08-162-8/+0
* | More channel-cell coverage.Nick Mathewson2021-08-163-19/+95
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Merge remote-tracking branch 'origin/mr/59'Nick Mathewson2021-08-131-0/+1
|\
| * Add the "cast_lossless" lint.S0AndS02021-08-121-0/+1
* | More test cases for tor_cell::relaycell::msgNick Mathewson2021-08-132-11/+109
* | Comment fixes in tor_cell::errNick Mathewson2021-08-131-3/+3
* | Misc fake coverage improvementsNick Mathewson2021-08-131-0/+18
|/
* Add brackets and remove colon for better consistencyLennart Kloock2021-08-122-2/+2
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Add symlinks to arti-corporarls2021-08-041-0/+1
* Fix typos and other spelling mistakesrls2021-07-315-8/+8
* ResolvedVal: Rename answers() to into_answers().Nick Mathewson2021-07-271-2/+8
* Add support for RESOLVE and RESOLVE_PTRYuan Lyu2021-07-221-0/+5
* address some possibly slightly controversial lintsDaniel Eades2021-07-211-3/+1
* address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-203-6/+4
* Merge remote-tracking branch 'origin/mr/34'Nick Mathewson2021-06-271-0/+2
|\
| * Add clippy warn needless pass by valueYUAN LYU2021-06-211-0/+1
| * Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* | Add version="0.0.0" to dependencies that were missing itNick Mathewson2021-06-241-5/+5
* | Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|/
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-2/+2
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-172-3/+2
* Make a few error types implement CloneNick Mathewson2021-06-141-2/+9
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-262-2/+2
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+71
* Light tweaks to tor-cell docNick Mathewson2021-05-241-0/+6
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-181-2/+2
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-182-5/+5
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-2/+2
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-1/+2
* Use s.parse(), not u16::from_str_radix(s,10)Nick Mathewson2021-05-071-1/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-035-7/+8
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-273-0/+7