rust/src/libcollections
bors 7ac9d337dc Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
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.
2017-01-08 08:22:06 +00:00
..
btree Indicate that BTreeSet::iter returns values in ascending order. 2016-12-20 10:44:33 -08:00
binary_heap.rs Add a tracking issue 2017-01-05 19:36:35 -08:00
borrow.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
Cargo.toml Fallout from updating bootstrap Cargo 2016-12-29 08:47:26 -08:00
enum_set.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
fmt.rs
lib.rs Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc 2017-01-08 08:22:06 +00:00
linked_list.rs Rollup merge of #38297 - matklad:linked-lists-are-not-cool, r=GuillaumeGomez 2016-12-24 14:29:21 -05:00
macros.rs
range.rs
slice.rs Minor fix in the merge_sort comments 2016-12-17 17:48:17 +01:00
str.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
string.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
vec_deque.rs run rustfmt on libcollections folder 2016-12-20 09:54:00 +05:30
vec.rs Implement placement-in protocol for Vec 2016-12-23 04:16:28 +00:00