summaryrefslogtreecommitdiff
path: root/crates/tor-consdiff/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-33/+47
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-consdiff: Replaced an old MSRV TODO with a link to why it shouldn't be donehashcatHitman2025-04-231-2/+3
* tor-consdiff: standardized MSRV TODOhashcatHitman2025-04-161-2/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* tor-consdiff: Avoid cfg(fuzzing).Nick Mathewson2024-05-071-4/+4
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Use uXX::MAX in place of std::uXX::MAXNick Mathewson2024-04-221-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typo in error messageTobias Stoeckmann2024-03-061-1/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* 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
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Fix some rustdoc errors.Nick Mathewson2022-10-131-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-17/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* fix nighly citrinity-1686a2022-08-081-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+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
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* 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-4/+5
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-40/+29
* Require consensus-diff line 2 to start with "hash "Nick Mathewson2021-11-101-1/+1
* Remove unused d_pre from DiffResult.Nick Mathewson2021-10-201-24/+15
* Fix most warnings from nightly.Nick Mathewson2021-10-191-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+903