summaryrefslogtreecommitdiff
path: root/maint/fixup-features/src/changes.rs
Commit message (Collapse)AuthorAgeFilesLines
* Teach fixup-features to duplicate the modal indentation in an arrayNick Mathewson2025-10-021-1/+35
| | | | | | If we can't figure out the modal indentation, use " ". Closes #1719.
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-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 Mathewson2024-02-261-3/+2
|
* fixup-features: Do not annotate non-features.Nick Mathewson2023-05-151-1/+3
|
* fixup-features: Do not add edges from non-features.Nick Mathewson2023-05-151-0/+2
|
* fixup-features: distinguish internal and external edgesNick Mathewson2023-05-151-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 Mathewson2023-05-151-0/+4
|
* fixup-features: Refactor "apply a list of changes" code into a new module.Nick Mathewson2023-05-151-0/+78