rust/src/liballoc/tests
bors 0f949c2fcc Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichton
Stabilize str::escape_* methods with new return types…

… that implement `Display` and `Iterator<Item=char>`, as proposed in FCP: https://github.com/rust-lang/rust/issues/27791#issuecomment-376864727
2019-02-12 23:30:16 +00:00
..
btree Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum 2019-02-09 00:16:04 +01:00
arc.rs disable tests in Miri 2019-02-07 18:24:10 +01:00
binary_heap.rs disable tests in Miri 2019-02-07 18:24:10 +01:00
cow_str.rs Remove licenses 2018-12-25 21:08:33 -07:00
fmt.rs Remove licenses 2018-12-25 21:08:33 -07:00
heap.rs libs: doc comments 2019-02-10 23:57:25 +00:00
lib.rs Stabilize str::escape_* methods 2019-02-12 09:55:29 +01:00
linked_list.rs liballoc: refactor & fix some imports. 2019-02-02 10:14:40 +01:00
rc.rs disable tests in Miri 2019-02-07 18:24:10 +01:00
slice.rs Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum 2019-02-09 00:16:04 +01:00
str.rs New return types for str::escape_* that impl Display and Iterator<char> 2019-02-12 09:55:20 +01:00
string.rs Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum 2019-02-09 00:16:04 +01:00
vec.rs Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum 2019-02-09 00:16:04 +01:00
vec_deque.rs Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum 2019-02-09 00:16:04 +01:00