about summary refs log tree commit diff
path: root/src/test/compile-fail/gated-bad-feature.rs
AgeCommit message (Expand)AuthorLines
2015-02-04Add a lint for writing `#[feature]` for stable features, warn by default.Brian Anderson-1/+0
2014-08-31Fix grammar of the accepted feature warning.Huon Wilson-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-6/+6
2013-11-27Relax restrictions on unknown feature directivesAlex Crichton-3/+2
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+24