about summary refs log tree commit diff
path: root/library/core/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2021-08-31Move to the top of fileKatherine Philip-2/+1
2021-08-30Add test case for using `slice::fill` with MaybeUninitKatherine Philip-0/+9
2021-08-09add `windows` count testlcnr-0/+8
2021-07-22Add testsTim Vermeulen-0/+42
2021-04-13Implement indexing slices with pairs of ops::Bound<usize>AnthonyMikh-0/+43
2021-02-27Fix `binary_search_by()` overflow issue in ZST caseFolyd-0/+13
2021-01-30Simplify binary search logic to full branch code to let CPU guessing branch m...Folyd-1/+1
2021-01-30Improve slice.binary_search_by()'s best-case performance to O(1)Folyd-4/+4
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+30
2020-10-12Stabilize slice_select_nth_unstableJames Gill-16/+16
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