rust/src/liballoc
2018-03-15 13:01:28 -07:00
..
benches Stabilize [T]::rotate_{left,right} 2018-02-22 20:12:38 -05:00
btree 1.25.0 -> 1.26.- 2018-02-25 14:24:24 +08:00
tests Stabilize [T]::rotate_{left,right} 2018-02-22 20:12:38 -05:00
allocator.rs Replace Unique<T> with NonZero<T> in Alloc trait 2018-01-20 10:55:16 +01:00
arc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
binary_heap.rs Make core::ops::Place an unsafe trait 2018-01-09 11:39:23 -08:00
borrow.rs examples in Cow::into_owned don't need to wrap result in Cows 2017-11-14 18:23:24 -06:00
boxed.rs Add liballoc APIs. 2018-03-15 13:01:28 -07:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
fmt.rs Adding eprint*! to the list of macros in the format! family 2017-11-22 20:44:05 -08:00
heap.rs Add missing micro version number component in stability attributes. 2018-01-24 22:25:42 +01:00
lib.rs Add liballoc APIs. 2018-03-15 13:01:28 -07:00
linked_list.rs [docs] Minor wording changes to drain_filter docs 2018-02-22 12:05:30 -08:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
range.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
raw_vec.rs Replace Unique<T> with NonZero<T> in Alloc trait 2018-01-20 10:55:16 +01:00
rc.rs Rename Box::into_non_null_raw to Box::into_raw_non_null 2018-01-20 11:09:23 +01:00
slice.rs Stabilize [T]::rotate_{left,right} 2018-02-22 20:12:38 -05:00
str.rs update char_indices example to highlight big chars 2017-12-27 16:27:57 -06:00
string.rs Small grammar fix to docs for String::new(). 2018-02-22 14:21:54 -05:00
vec.rs Don't have Vec<T> delegate to [T]'s bounds for indexing 2018-03-02 23:25:52 -05:00
vec_deque.rs Auto merge of #47299 - cramertj:unsafe-placer, r=alexcrichton 2018-01-24 07:22:22 +00:00