Files
rust/src/libsyntax
Brian Anderson 456d23e73e Add a lint for writing #[feature] for stable features, warn by default.
The 'stable_features' lint helps people progress from unstable to
stable Rust by telling them when they no longer need a `feature`
attribute because upstream Rust has declared it stable.

This compares to the existing 'unstable_features', which is used
to implement feature staging, and triggers on *any* use
of `#[feature]`.
2015-02-04 23:18:24 -08:00
..
2015-02-02 13:40:18 -05:00
2015-02-01 14:41:38 +01:00
2015-02-02 13:40:18 -05:00
2015-01-30 08:52:44 -08:00
2015-02-02 04:05:54 +00:00