rust/src/liballoc
2017-08-05 08:27:25 -04:00
..
benches Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton 2017-07-02 23:54:32 +00:00
btree Use checked NonZero constructor instead of explicit null check in btree 2017-07-22 20:38:40 +02:00
tests std: Stabilize utf8_error_error_len feature 2017-07-25 07:09:31 -07:00
allocator.rs Rollup merge of #43513 - alexcrichton:inline-repeat, r=BurntSushi 2017-07-29 18:03:55 -06:00
arc.rs Add Box::into_unique 2017-07-22 20:38:40 +02: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_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
boxed.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
Cargo.toml Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
fmt.rs Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik 2017-06-29 08:40:03 +00:00
heap.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
lib.rs Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon 2017-07-26 23:40:48 +00:00
linked_list.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
macros.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
range.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
raw_vec.rs Rename {NonZero,Shared,Unique}::new to new_unchecked 2017-07-22 20:38:16 +02:00
rc.rs Add Box::into_unique 2017-07-22 20:38:40 +02:00
slice.rs Clarify that sort_unstable is deterministic 2017-07-21 00:58:16 +02:00
str.rs Indicate how to turn byte slices back into a string slice. 2017-08-05 08:27:25 -04:00
string.rs Rollup merge of #42227 - ollie27:into_to_from, r=aturon 2017-07-04 07:41:33 -06:00
vec_deque.rs Add conversions from references to NonZero pointers, Unique, and Shared 2017-07-22 20:38:40 +02:00
vec.rs Rollup merge of #43455 - QuietMisdreavus:extend-spec-docs, r=steveklabnik 2017-07-26 06:15:03 -06:00