rust/src/librustc_front
bors 4b615854f0 Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson
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-26 22:10:10 +00:00
..
print Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
fold.rs Auto merge of #30470 - petrochenkov:owned5, r=nrc 2015-12-20 22:50:34 +00:00
hir.rs Auto merge of #30470 - petrochenkov:owned5, r=nrc 2015-12-20 22:50:34 +00:00
intravisit.rs Add ExprType to HIR and make everything compile 2015-12-16 17:13:16 +03:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
lowering.rs Fix a bug with caching ids in the HIR lowering with nested lowered nodes 2016-01-20 15:58:59 +13:00
util.rs Improve OwnedSlice and use it in HIR 2015-12-19 04:20:11 +03:00