summaryrefslogtreecommitdiff
path: root/crates/equix/src
Commit message (Expand)AuthorAgeFilesLines
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* 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-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-33/+29
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* equix: use into_iter().for_each() over map()Nick Mathewson2025-05-291-7/+12
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Fix typosDimitris Apostolou2024-09-031-1/+1
* hashx: Abolish Shape::BUCKET_CAPACITYIan Jackson2024-07-081-7/+0
* Rename bucket-array-api feature to bucket-arrayNick Mathewson2024-05-072-17/+18
* equix: Add a rustdoc warning exception.Nick Mathewson2024-05-071-0/+4
* equix: use a feature to expose bucket array API.Nick Mathewson2024-05-072-16/+24
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* equix/fuzz: CI and doc fixesMicah Elizabeth Scott2023-08-021-6/+9
* equix/fuzz: Fixes to get nick's prototype runningMicah Elizabeth Scott2023-08-015-12/+27
* equix, hashx: Additional comment tweaksMicah Elizabeth Scott2023-07-272-11/+59
* tor-hspow, equix, hashx: Comment tweaksMicah Elizabeth Scott2023-07-277-76/+104
* tor-hspow, equix, hashx: Make all error types CloneMicah Elizabeth Scott2023-07-271-1/+1
* equix: Refactoring for bucket_arrayMicah Elizabeth Scott2023-07-274-434/+662
* Update equix, hashx, tor-hspow for new clippy defaultsMicah Elizabeth Scott2023-07-271-1/+1
* Reimplement Equi-X in RustMicah Elizabeth Scott2023-07-276-0/+1300