summaryrefslogtreecommitdiff
path: root/maint/fixup-features/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* fixup-features: Update to avoid deprecations in latest toml_editNick Mathewson2024-04-011-5/+12
* fixup-features: Detect published=>unpublished dependenciesNick Mathewson2023-10-041-8/+58
* fixup-features: detect wildcard versions.Nick Mathewson2023-10-041-2/+26
* fixup-features: minor doc fix.Nick Mathewson2023-05-151-5/+5
* fixup-features: Do not annotate non-features.Nick Mathewson2023-05-151-2/+4
* fixup-features: Do not add edges from non-features.Nick Mathewson2023-05-151-2/+5
* fixup-features: distinguish internal and external edgesNick Mathewson2023-05-151-1/+1
* fixup-features: Add an option to not annotate.Nick Mathewson2023-05-151-6/+20
* fixup-features: ability to add annotations for everything.Nick Mathewson2023-05-151-7/+13
* fixup-features: fix off-by-one in argument reading.Nick Mathewson2023-05-151-1/+1
* fixup-features: Implement remaining rules.Nick Mathewson2023-05-151-34/+64
* fixup-features: Enforce __is_experimental tagging rule.Nick Mathewson2023-05-151-0/+19
* fixup-features: Revise our rule 2 enforcement to use newer APIs.Nick Mathewson2023-05-151-14/+14
* fixup-features: Refactor "apply a list of changes" code into a new module.Nick Mathewson2023-05-151-25/+10
* fixup-features: Make a feature graph type in a submoduleNick Mathewson2023-05-151-60/+15
* fixup-features: minor spelling and comment fixes.Nick Mathewson2023-05-151-1/+1
* fixup-features: Describe the semantics we actually wantNick Mathewson2023-05-151-6/+26
* Obscure various literal uses of the todo markerIan Jackson2023-03-211-1/+1
* fixup-features: Use write-and-rename pattern.Nick Mathewson2023-03-201-1/+3
* fixup-features: Improve a comment.Nick Mathewson2023-03-201-1/+1
* fixup-features: Simplify "optionality" detection.Nick Mathewson2023-03-201-17/+13
* New "fixup-features" tool to enforce properties in Cargo.tomlsNick Mathewson2023-03-201-0/+327