summaryrefslogtreecommitdiff
path: root/crates/slotmap-careful/src
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* 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/+2
* 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
* slotmap-careful: Drop HopSlotMapIan Jackson2026-01-141-4/+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-072-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Convert a few crates to slotmap-carefulNeel Chauhan2024-10-171-2/+14
* Fix typosDimitris Apostolou2024-09-031-1/+1
* slotmap-careful: Try to make test work with MSRV.Nick Mathewson2024-08-081-8/+4
* New `slotmap-careful` crate to use when we mustn't re-use keys.Nick Mathewson2024-08-082-0/+1260