| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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: Let benchmarks build correctly on non-intel | Nick Mathewson | 2025-06-09 | 1 | -2/+6 |
| | | | | | | | | (criterion-cycles-per-byte, though quite helpful, doesn't work on non-intel CPUs) Closes #2029. | ||||
| * | proto: remove bench pub wrappers | Lionel Goffaux | 2025-05-22 | 1 | -8/+5 |
| | | |||||
| * | proto: use consts for bench throuputs | Lionel Goffaux | 2025-05-14 | 1 | -2/+5 |
| | | |||||
| * | proto: fix doc mismatch in benchmarks | Lionel Goffaux | 2025-05-14 | 1 | -1/+1 |
| | | |||||
| * | proto: change bench measurement | Lionel Goffaux | 2025-05-13 | 1 | -7/+5 |
| | | |||||
| * | proto: extend benchmarks | Lionel Goffaux | 2025-05-08 | 1 | -0/+63 |
