summaryrefslogtreecommitdiff
path: root/maint/fixup-features
Commit message (Collapse)AuthorAgeFilesLines
...
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
|
* 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-203-0/+346
See top-level main.rs comment for an explanation. Closes #771