| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary `doc(cfg(...))` attributes | Neel Chauhan | 2025-12-04 | 1 | -1/+0 |
| | | | | | | | | | | Fixes part of #2193. (Edits from nickm: I selected the cases here that I could verify were correct from immediate context.) Edited-by: Nick Mathewson <[email protected]> | ||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | proto: remove bench pub wrappers | Lionel Goffaux | 2025-05-22 | 1 | -91/+43 |
| | | |||||
| * | proto: fix doc typos | Lionel Goffaux | 2025-05-14 | 1 | -1/+1 |
| | | |||||
| * | proto: fix name mismatch in the bench utils doc | Lionel Goffaux | 2025-05-08 | 1 | -4/+4 |
| | | |||||
| * | proto: extend benchmarks | Lionel Goffaux | 2025-05-08 | 1 | -0/+110 |
