summary refs log tree commit diff
path: root/library/core/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-2/+1
2020-09-21Move vec-slice-drop testAlexis Bourget-0/+29
2020-09-16Add array window fnkadmin-0/+49
2020-09-04Add tests for array_chunks_mutJosh Stone-0/+93
2020-09-04Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAusbors-2/+2
2020-08-19enable align_to tests in MiriRalf Jung-2/+0
2020-08-16Replace ad hoc implementations with `slice::check_range`dylni-2/+2
2020-08-03Rollup merge of #74974 - RalfJung:miri-tests, r=Mark-SimulacrumYuki Okushi-3/+3
2020-07-31expand commentsRalf Jung-1/+1
2020-07-31also reduce some libcore test iteration countsRalf Jung-2/+2
2020-07-30add tests for array_chunksBastian Kauschke-0/+91
2020-07-27mv std libs to library/mark-0/+1751