summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-9/+1
2020-09-20Remove some unused features from alloc core and stdest31-8/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-0/+1
2020-09-18Remove unused libc feature gateest31-1/+0
2020-09-16Add array window fnkadmin-0/+1
2020-09-13Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch...Jonas Schievink-2/+1
2020-09-09Remove internal and unstable MaybeUninit::UNINIT.Mara Bos-2/+1
2020-09-09BTreeMap: avoid aliasing by avoiding slicesStein Somers-0/+1
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-0/+1
2020-09-03get things to work under min_specialization by leaning more heavily on #[rust...The8472-0/+1
2020-09-03avoid exposing that binary heap's IntoIter is backed by vec::IntoIter, use a ...The8472-1/+1
2020-09-03fix build issue due to stabilized featureThe8472-0/+1
2020-09-03remove unecessary feature flagThe8472-1/+0
2020-09-03hide binary_heap::IntoIter internals behind impl TraitThe8472-0/+1
2020-09-03recover vectorizationThe8472-0/+1
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+1
2020-08-24Auto merge of #75505 - Dylan-DPC:feature/arc_new, r=KodrAusbors-1/+0
2020-08-22stabilize ptr_offset_fromRalf Jung-1/+0
2020-08-21Use intra-doc-links in `alloc`LeSeulArtichaut-5/+5
2020-08-16Replace ad hoc implementations with `slice::check_range`dylni-0/+1
2020-08-14Move btree unit test to their native, privileged locationStein Somers-0/+3
2020-08-14BTreeMap: refactor splitpoint and move testing over to unit testStein Somers-0/+1
2020-08-14fix duplicated feature gateDPC-1/+0
2020-08-13Add Arc::new_cyclicDPC-1/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-0/+3
2020-08-01Auto merge of #74373 - lcnr:array_chunks, r=withoutboatsbors-0/+1
2020-07-30Remove deny for intra doc link failures from library code, it's no longer nec...Manish Goregaokar-1/+0
2020-07-30Rename in libraryManish Goregaokar-1/+1
2020-07-30liballoc export ArrayChunksBastian Kauschke-0/+1
2020-07-27mv std libs to library/mark-0/+186