| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | multiple crates: Fix clippy warnings | hjrgrn | 2026-07-10 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | linkspec: allow unstable_name_collisions lint for exactly_one() | Gabriela Moldovan | 2025-12-01 | 1 | -0/+5 |
| | | | | | This silences a new warning on nightly. | ||||
| * | Fix name of clippy lint to unchecked_time_subtraction (2) | Ian Jackson | 2025-11-06 | 1 | -1/+1 |
| | | | | | Run maint/add_warning | ||||
| * | 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 |
| | | |||||
| * | Lower linkspec list parsing into new tor-linkspec method. | Nick Mathewson | 2023-08-22 | 1 | -1/+20 |
| | | |||||
| * | Run maint/add_warning to actually apply new lint allows | Ian Jackson | 2023-07-10 | 1 | -0/+1 |
| | | |||||
| * | Avoid matches!(x, None), matches!(x, Ok(_)) | Nick Mathewson | 2023-07-06 | 1 | -2/+2 |
| | | | | | This appeases clippy-nightly. | ||||
| * | Add linkspec::decode to convert linkspecs to an OwnedChanTarget | Nick Mathewson | 2023-05-11 | 1 | -0/+184 |
| Relays and onion service services/clients will both need this. I'm marking this experimental for now; we should stabilize it before we release onion services. | |||||
