| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | fixup-features: Upgrade toml_edit and itertools. | Nick Mathewson | 2024-02-26 | 1 | -3/+2 |
| | | |||||
| * | fixup-features: Do not annotate non-features. | Nick Mathewson | 2023-05-15 | 1 | -1/+3 |
| | | |||||
| * | fixup-features: Do not add edges from non-features. | Nick Mathewson | 2023-05-15 | 1 | -0/+2 |
| | | |||||
| * | fixup-features: distinguish internal and external edges | Nick Mathewson | 2023-05-15 | 1 | -2/+7 |
| | | | | | An external edge does not cause its target to be created as a feature. | ||||
| * | fixup-features: Add an option to not annotate. | Nick Mathewson | 2023-05-15 | 1 | -0/+4 |
| | | |||||
| * | fixup-features: Refactor "apply a list of changes" code into a new module. | Nick Mathewson | 2023-05-15 | 1 | -0/+78 |
