rust/src/liballoc
bors 7e76505e01 Auto merge of #42854 - razielgn:relaxed-debug-constraints-on-maps-iterators, r=sfackler
Relaxed Debug constraints on {HashMap,BTreeMap}::{Keys,Values}.

I has hit by this yesterday too. 😄
And I've realised that Debug for BTreeMap::{Keys,Values} wasn't formatting just keys and values respectively, but the whole map. 🤔

Fixed #41924

r? @jonhoo
2017-06-24 09:32:20 +00:00
..
benches Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
btree Relax Debug constraints when debugging {HashMap,BTreeMap}::{Keys,Values}. 2017-06-23 12:48:29 +02:00
tests Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
allocator.rs Minor Allocator doc fix 2017-06-19 07:51:00 -07:00
arc.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
binary_heap.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
borrow.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
boxed.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
heap.rs Add impl of Alloc for the global rust heap. 2017-06-15 23:48:30 +02:00
lib.rs Add API for Alloc trait. 2017-06-15 23:48:12 +02:00
linked_list.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
macros.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
oom.rs drop an unnecessary newline 2016-11-10 23:44:15 -05:00
range.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
raw_vec.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
rc.rs Fix ref as mutable ref in std::rc::Rc doc 2017-06-22 15:48:20 +02:00
slice.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
str.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
string.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
vec.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
vec_deque.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00