summary refs log tree commit diff
path: root/src/etc/featureck.py
AgeCommit message (Collapse)AuthorLines
2015-09-08Allow tracking issues for lang features.Huon Wilson-5/+9
This is similar to the libs version, which allow an `issue` field in the `#[unstable]` attribute. cc #28244
2015-05-26etc: use codecs in featureckRicho Healey-9/+5
this asserts that source is valid utf8 on both python3 and python2
2015-05-24etc: work around utf8 text in rust sources on py3 in featureckRicho Healey-1/+8
2015-05-24etc: py3 compat for featureckRicho Healey-23/+23
Also rewrite most of the string formatting to be a bit more idiomatic
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.