| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -136/+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 | ||||
| 2016-01-31 | show location of unused error codes | Alex Burka | -1/+1 | |
| 2016-01-29 | Add check for unused error codes | ggomez | -3/+50 | |
| 2015-07-12 | Add comments. | Nick Hamann | -0/+10 | |
| 2015-07-12 | Skip diagnostic codes occurring inside a long diagnostic in errorck. | Nick Hamann | -0/+12 | |
| 2015-05-24 | etc: py3 compat for errorck.py | Richo Healey | -1/+1 | |
| 2015-02-05 | Clean up tidy scripts, coverage, performance | Brian Anderson | -0/+4 | |
| This restructures tidy.py to walk the tree itself, and improves performance considerably by not loading entire files into buffers for licenseck. Splits build rules into 'tidy', 'tidy-basic', 'tidy-binaries', 'tidy-errors', 'tidy-features'. | ||||
| 2015-02-05 | Polish errorck and featureck UI | Brian Anderson | -2/+4 | |
| 2015-01-27 | Fix PEP8 for errorck | Richo Healey | -1/+3 | |
| 2015-01-22 | Make `make tidy` Python scripts more idiomatic | Kevin Yap | -25/+14 | |
| Also makes errorck.py and tidy.py compatible with Python 3. | ||||
| 2015-01-20 | Make error code registration work again. #19624 | Brian Anderson | -0/+70 | |
