rust/src/librustc_lint
Alex Crichton 2273b52023 mk: Move from -D warnings to #![deny(warnings)]
This commit removes the `-D warnings` flag being passed through the makefiles to
all crates to instead be a crate attribute. We want these attributes always
applied for all our standard builds, and this is more amenable to Cargo-based
builds as well.

Note that all `deny(warnings)` attributes are gated with a `cfg(stage0)`
attribute currently to match the same semantics we have today
2016-01-24 20:35:55 -08:00
..
bad_style.rs Rename Def's variants and don't reexport them 2016-01-20 22:31:10 +03:00
builtin.rs clean up trans_static_method_callee and friends 2016-01-21 14:42:09 +02:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
types.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
unused.rs Add ExprType to HIR and make everything compile 2015-12-16 17:13:16 +03:00