summary refs log tree commit diff
path: root/library/alloc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-0/+1
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-0/+1
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+1
2020-09-04Add tests for overflow in String / VecDeque operations using rangesTomasz Miąsko-0/+1
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+1
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+1
2020-08-14Move btree unit test to their native, privileged locationStein Somers-4/+1
2020-08-07Add unit tests for new `BTreeMap::into_{keys,values}` methodsNazım Can Altınova-0/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-0/+1
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+1
2020-07-27mv std libs to library/mark-0/+57