| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Run maint/add_warning to deny string slices | Clara Engler | 2026-06-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | Convert a few crates to slotmap-careful | Neel Chauhan | 2024-10-17 | 1 | -6/+7 |
| | | |||||
| * | Run maint/add_warning. | Nick Mathewson | 2024-03-13 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to add lint block everywhere | Ian Jackson | 2023-08-23 | 1 | -0/+1 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | Use bool::then_some() as appropriate | Nick Mathewson | 2023-04-11 | 1 | -1/+1 |
| | | | | | | | Now that we require a version of Rust that allows `b.then_some(v)`, clippy complains about our use of `b.then(|| v)`. | ||||
| * | hsclient isol_map: Use 1:1 notation in diagram to show correspondence | Ian Jackson | 2023-03-01 | 1 | -1/+1 |
| | | |||||
| * | hsclient isol_map: Document invariant, fix comment, terminology | Ian Jackson | 2023-03-01 | 1 | -9/+15 |
| | | | | | Use the occupied/vacant terminology that the slotmap docs use. | ||||
| * | hsclient state: Implement and test MultikeyIsolatedMap::retain | Ian Jackson | 2023-03-01 | 1 | -1/+106 |
| | | |||||
| * | hsclient state: Split off MultikeyIsolatedMap | Ian Jackson | 2023-03-01 | 1 | -0/+172 |
