rust/src/libstd/io
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
..
buffered.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
cursor.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
error.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00
impls.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
lazy.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
mod.rs Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton 2016-01-15 15:39:39 +00:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs std: Fix some behavior without stdio handles 2016-01-25 17:48:27 -08:00
util.rs Fix warnings when compiling stdlib with --test 2015-12-29 16:07:01 +01:00