rust/src/libsyntax_ext
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
..
deriving Extended save-analysis to support generated code, alterned some spans in format_args! and derive to maintain compatability 2016-01-22 19:12:51 +13:00
asm.rs Cut out a bunch of Result and panictry! boilerplate from libsyntax. 2015-12-31 14:29:02 +13:00
cfg.rs Cut out a bunch of Result and panictry! boilerplate from libsyntax. 2015-12-31 14:29:02 +13:00
concat.rs Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00
concat_idents.rs Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00
env.rs Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00
format.rs Extended save-analysis to support generated code, alterned some spans in format_args! and derive to maintain compatability 2016-01-22 19:12:51 +13:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
log_syntax.rs Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00
trace_macros.rs Move built-in syntax extensions to a separate crate 2015-12-15 15:04:46 +09:00