summaryrefslogtreecommitdiff
path: root/crates/tor-bytes/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Serval rustdoc link fixes.Nick Mathewson2023-03-081-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* tor-bytes: impl Writeable for &impl WriteableIan Jackson2023-01-241-0/+6
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* 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-48/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* New SecretBuf type in tor-bytesNick Mathewson2022-08-011-0/+2
* Apply 1 suggestion(s) to 1 file(s)eta2022-07-191-1/+1
* Remove the last vestiges of write_infallible.Nick Mathewson2022-07-111-29/+2
* Define new write_into and write_onto methods with correct APIs.Nick Mathewson2022-07-111-6/+36
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-5/+5
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | tor-bytes: Split EncodeError from ErrorNick Mathewson2022-06-231-1/+1
|/
* 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
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* 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-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+210