rust/src/liballoc
2018-07-02 13:59:39 +02:00
..
benches Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
collections Make BTreeMap::clone() not allocate when cloning an empty tree. 2018-07-02 13:03:31 +10:00
tests Auto merge of #51320 - tmccombs:step-by, r=SimonSapin 2018-06-10 01:45:42 +00:00
alloc.rs Rename OOM to allocation error 2018-06-18 21:41:24 +02:00
borrow.rs Add #[must_use] to a few standard library methods 2018-03-30 23:06:05 -07:00
boxed.rs Use From impls for FutureObj<()> 2018-07-02 13:59:39 +02:00
boxed_test.rs Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
Cargo.toml Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
fmt.rs Reexport fmt::Alignment into std 2018-06-03 17:04:48 +02:00
lib.rs Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
macros.rs fix some typos 2017-11-21 15:33:45 +01:00
raw_vec.rs Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
rc.rs Rename OOM to allocation error 2018-06-18 21:41:24 +02:00
repeat-generic-slice.rs Add run-pass test for repeat-generic-slice feature 2018-03-28 09:02:27 +02:00
slice.rs Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin 2018-06-02 13:14:25 -06:00
str.rs Move some alloc crate top-level items to a new alloc::collections module 2018-06-29 14:01:33 +02:00
string.rs Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
sync.rs Rename alloc::arc to alloc::sync, to match std::sync 2018-06-29 14:01:33 +02:00
task.rs Rename alloc::arc to alloc::sync, to match std::sync 2018-06-29 14:01:33 +02:00
vec.rs Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00