rust/src/liballoc
C Jones fa62eba92a Don't drop the shared static node
We modify the drop implementation in IntoIter to not drop the shared root
2018-05-07 22:14:34 -04:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
btree Don't drop the shared static node 2018-05-07 22:14:34 -04:00
tests fix my unit test that was horrendously wrong 2018-04-18 16:48:56 -04:00
alloc.rs Auto merge of #50097 - glandium:box_free, r=nikomatsakis 2018-04-27 12:24:17 +00:00
arc.rs Auto merge of #50097 - glandium:box_free, r=nikomatsakis 2018-04-27 12:24:17 +00:00
binary_heap.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
borrow.rs Add #[must_use] to a few standard library methods 2018-03-30 23:06:05 -07:00
boxed.rs Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik 2018-04-28 03:32:11 +08:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Deprecate the std_unicode crate 2018-04-12 00:13:51 +02:00
fmt.rs Rollup merge of #49401 - alercah:format, r=cramertj 2018-03-27 10:47:54 +02:00
heap.rs Remove Alloc::oom 2018-04-22 10:08:49 -07:00
lib.rs mark std::str::replacen and std::str::replace as #[must_use]. 2018-04-23 21:44:44 +02:00
linked_list.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
raw_vec.rs Remove Alloc::oom 2018-04-22 10:08:49 -07:00
rc.rs Auto merge of #50097 - glandium:box_free, r=nikomatsakis 2018-04-27 12:24:17 +00:00
repeat-generic-slice.rs Add run-pass test for repeat-generic-slice feature 2018-03-28 09:02:27 +02:00
slice.rs Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi 2018-04-24 03:31:11 +00:00
str.rs Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obk 2018-04-26 10:11:11 +02:00
string.rs Remove no longer necessary comparison to Vec::splice. 2018-04-17 10:23:06 +09:00
vec.rs Add some f32 and f64 inherent methods in libcore 2018-04-21 09:47:37 +02:00
vec_deque.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00