summary refs log tree commit diff
path: root/library/core/src/slice
AgeCommit message (Expand)AuthorLines
2020-09-28Rename Iterator::get_unchecked -> Iterator::__iterator_get_uncheckedMark Rousskov-12/+12
2020-08-19Use min_specialization in libcoreMatthew Jasper-106/+150
2020-08-16Auto merge of #74562 - pickfire:is_ascii_branchless, r=nagisabors-9/+6
2020-08-12Put panic code path from `copy_from_slice` into cold functionLukas Kalbertodt-1/+16
2020-08-11Add some texts to make the tidy check for unsafe documentation passPoliorcetics-1/+1
2020-08-11Change safety comment for usize with the one from LukasKalbertodt reviewAlexis Bourget-23/+17
2020-08-11Remove branch in optimized is_asciiIvan Tham-9/+6
2020-08-09Improve safety comments for usize, fix some other unclear partsAlexis Bourget-11/+17
2020-08-08Add precisions about ZSTs and fix nits raised in reviewAlexis Bourget-20/+62
2020-08-03Added the missing SAFETY: commentsAlexis Bourget-13/+22
2020-08-02Document unsafety in library/core/src/slice/mod.rsAlexis Bourget-10/+119
2020-08-01add tracking issueBastian Kauschke-9/+9
2020-07-31use Iter<'_, [T; N]> in array_chunksBastian Kauschke-58/+20
2020-07-31add note to array_chunksBastian Kauschke-1/+3
2020-07-30add tests for array_chunksBastian Kauschke-1/+0
2020-07-30adds `slice::array_chunks`Bastian Kauschke-0/+180
2020-07-30improve chunks + windows err on size 0Bastian Kauschke-5/+5
2020-07-27mv std libs to library/mark-0/+7640