about summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2020-09-23Rollup merge of #76993 - blitzerr:alloc-ref, r=AmanieuDylan DPC-1/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-09-22removing &mut self for other methods of AllocRefblitzerr-1/+1
2020-09-21Move vec-cycle-wrapped testAlexis Bourget-0/+41
2020-09-21Move vec-cycle testAlexis Bourget-0/+39
2020-09-21Move deref-lval testAlexis Bourget-0/+9
2020-09-21move format! interface testsAlexis Bourget-1/+322
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-4/+4
2020-09-16Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-SimulacrumRalf Jung-1/+1
2020-09-16Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy...Ralf Jung-0/+21
2020-09-16Rollup merge of #75882 - pickfire:patch-6, r=jyn514Dylan DPC-2/+2
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-0/+70
2020-09-15fix slice::check_range aliasing problemsRalf Jung-1/+1
2020-09-15reduce size of test_from_iter_specialization_with_iterator_adapters test in MiriRalf Jung-1/+1
2020-09-15Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrumbors-0/+18
2020-09-13Optimize behavior of vec.split_off(0) (take all)Rich Kadel-0/+18
2020-09-13note that test_stable_pointers does not reflect a stable guaranteeRalf Jung-0/+3
2020-09-07Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514bors-0/+8
2020-09-07Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matkladDylan DPC-0/+23
2020-09-07Rollup merge of #76305 - CDirkx:const-tests, r=matkladDylan DPC-0/+14
2020-09-07Rollup merge of #76273 - CraftSpider:master, r=matkladDylan DPC-0/+56
2020-09-06Move test-cases in string.rsAyush Kumar Mishra-8/+8
2020-09-05Move Various str tests in libraryAyush Kumar Mishra-0/+21
2020-09-05Added str tests in libraryAyush Kumar Mishra-0/+8
2020-09-04Move Vec slice UI tests in libraryAyush Kumar Mishra-0/+23
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+14
2020-09-04Add tests for overflow in String / VecDeque operations using rangesTomasz Miąsko-0/+45
2020-09-04Add tests for overflow in Vec::drainTomasz Miąsko-0/+25
2020-09-03Remove vec-to_str.rs, merge the remaining test in with vecRune Tynan-0/+3
2020-09-03remove empty Vec extend optimizationThe8472-10/+0
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+2
2020-09-03generalize in-place collect to types of same size and alignmentThe8472-2/+3
2020-09-03test drops during in-place iterationThe8472-0/+40
2020-09-03include in-place .zip() in testThe8472-1/+8
2020-09-03additional specializations testsThe8472-0/+22
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+44
2020-09-03Remove a number of vec UI tests, make them unit tests in the alloc libraryRune Tynan-0/+53
2020-08-27Add PartialEq impls for Vec <-> sliceMatt Brubeck-1/+2
2020-08-24Use translated variable for test stringIvan Tham-2/+2
2020-08-14Move btree unit test to their native, privileged locationStein Somers-2184/+20
2020-08-12Put panic code path from `copy_from_slice` into cold functionLukas Kalbertodt-2/+2
2020-08-07Add unit tests for new `BTreeMap::into_{keys,values}` methodsNazım Can Altınova-0/+25
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-3/+7
2020-08-03Merge branch 'master' into remove-in-place-allocTim Diekmann-3/+28
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-1/+1
2020-08-02fix typosliuzhenyu-1/+1
2020-07-31expand commentsRalf Jung-1/+1
2020-07-31reduce slice::panic_safe test size further in MiriRalf Jung-1/+1
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-8/+2
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+25