| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 | |
| 2015-09-08 | Allow 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-26 | etc: use codecs in featureck | Richo Healey | -9/+5 | |
| this asserts that source is valid utf8 on both python3 and python2 | ||||
| 2015-05-24 | etc: work around utf8 text in rust sources on py3 in featureck | Richo Healey | -1/+8 | |
| 2015-05-24 | etc: py3 compat for featureck | Richo Healey | -23/+23 | |
| Also rewrite most of the string formatting to be a bit more idiomatic | ||||
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 | |
| 2015-02-07 | Rollup merge of #21994 - iKevinY:featureck-fix, r=brson | Manish Goregaokar | -2/+2 | |
| It seems that `lang_feature_stats` was supposed to refer to `language_feature_stats` instead. r? @brson | ||||
| 2015-02-05 | Fix name of variable referenced in featureck.py | Kevin Yap | -2/+2 | |
| 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 | -3/+1 | |
| 2015-01-25 | featurkck: Typo | Brian Anderson | -1/+1 | |
| 2015-01-23 | Fix bugs in featureck.py | Brian Anderson | -4/+9 | |
| 2015-01-23 | Deprecated 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-21 | Remove 'since' from unstable attributes | Brian Anderson | -3/+7 | |
| 2015-01-21 | Minor fixes | Brian Anderson | -10/+11 | |
| 2015-01-21 | Add a lint for library features | Brian Anderson | -0/+254 | |
| Does a sanity check of the version numbers. | ||||
