summary refs log tree commit diff
path: root/src/etc/featureck.py
AgeCommit message (Collapse)AuthorLines
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-07Rollup merge of #21994 - iKevinY:featureck-fix, r=brsonManish Goregaokar-2/+2
It seems that `lang_feature_stats` was supposed to refer to `language_feature_stats` instead. r? @brson
2015-02-05Fix name of variable referenced in featureck.pyKevin Yap-2/+2
2015-02-05Clean up tidy scripts, coverage, performanceBrian 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-05Polish errorck and featureck UIBrian Anderson-3/+1
2015-01-25featurkck: TypoBrian Anderson-1/+1
2015-01-23Fix bugs in featureck.pyBrian Anderson-4/+9
2015-01-23Deprecated attributes don't take 'feature' names and are paired with ↵Brian Anderson-27/+6
stable/unstable Conflicts: src/libcore/atomic.rs src/libcore/finally.rs src/test/auxiliary/inherited_stability.rs src/test/auxiliary/lint_stability.rs
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+7
2015-01-21Minor fixesBrian Anderson-10/+11
2015-01-21Add a lint for library featuresBrian Anderson-0/+254
Does a sanity check of the version numbers.