summaryrefslogtreecommitdiff
path: root/maint
Commit message (Collapse)AuthorAgeFilesLines
...
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
| | | | | | This would have saved ahf and me a lot of confusion in debugging a situation where we were cloning a reference of a type that didn't implement Clone.
* Add a script with the command I've been using for coverageNick Mathewson2021-05-261-0/+3
|
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-1/+1
|
* Add a script to use cargo-readme to update all per-crate README.md files.Nick Mathewson2021-05-211-0/+12
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-1/+6
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Add the little script I use to add warnings to crates.Nick Mathewson2021-05-181-0/+100