about summary refs log tree commit diff
path: root/src/etc/check-binaries.py
AgeCommit message (Collapse)AuthorLines
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-20/+0
This commit rewrites all of the tidy checks we have, namely: * featureck * errorck * tidy * binaries into Rust under a new `tidy` tool inside of the `src/tools` directory. This at the same time deletes all the corresponding Python tidy checks so we can be sure to only have one source of truth for all the tidy checks. cc #31590
2014-05-12add shebang to scripts that have execute bit setDavid Creswick-1/+3
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+18
Closes #9621