about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
AgeCommit message (Expand)AuthorLines
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