rust/src/librustc_data_structures
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
..
graph Introduce the DepGraph and DepTracking map abstractions, 2016-01-05 21:05:50 -05:00
obligation_forest Document ObligationForest better. 2016-01-16 05:22:42 -05:00
unify fix dropck performance regression 2015-12-12 19:02:33 +02:00
veccell Fix tidy errors 2016-01-06 11:28:53 -05:00
bitvec.rs [MIR] Promote temps to alloca on multi-assignment 2016-01-21 19:01:43 +02:00
fnv.rs std: Stabilize custom hasher support in HashMap 2016-01-26 08:39:07 -08:00
ivar.rs rename ADTDef to AdtDef etc. 2015-08-07 15:03:09 +03:00
lib.rs Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson 2016-01-26 22:10:10 +00:00
snapshot_vec.rs Use the newer snapshot_vec, which has a simplified delegate 2015-04-17 10:12:55 -04:00
transitive_relation.rs Fix panic in docs for librustc_data_structures 2015-08-23 18:17:27 +05:30
tuple_slice.rs Add TupleSlice trait to rustc_data_structures. 2015-12-10 14:56:18 -05:00