summaryrefslogtreecommitdiff
path: root/maint/fixup-features/src
Commit message (Collapse)AuthorAgeFilesLines
* Obscure various literal uses of the todo markerIan Jackson2023-03-211-1/+1
| | | | In each case, use a circumlocution.
* 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
See top-level main.rs comment for an explanation. Closes #771