rust/src/liballoc
Alex Crichton 9b0b5b45db Remove not(stage0) from deny(warnings)
Historically this was done to accommodate bugs in lints, but there hasn't been a
bug in a lint since this feature was added which the warnings affected. Let's
completely purge warnings from all our stages by denying warnings in all stages.
This will also assist in tracking down `stage0` code to be removed whenever
we're updating the bootstrap compiler.
2016-12-29 21:07:20 -08:00
..
arc.rs Stabilize: 2016-12-15 10:56:55 -08:00
boxed.rs Auto merge of #38149 - bluss:is-empty, r=alexcrichton 2016-12-07 07:15:31 +00:00
boxed_test.rs rustfmt liballoc folder 2016-05-28 02:25:16 +05:30
Cargo.toml rustbuild: Add support for crate tests + doctests 2016-05-12 08:52:20 -07:00
heap.rs Remove extra lang item, exchange_free; use box_free instead. 2016-12-26 17:13:51 -07:00
lib.rs Remove not(stage0) from deny(warnings) 2016-12-29 21:07:20 -08:00
macros.rs Add {into,from}_raw to Rc and Arc 2016-11-05 00:50:41 +00:00
oom.rs drop an unnecessary newline 2016-11-10 23:44:15 -05:00
raw_vec.rs run rustfmt on various folders 2016-10-16 15:41:01 +05:30
rc.rs Address fallout 2016-12-16 19:42:17 -08:00