about summary refs log tree commit diff
path: root/src/libcore/array/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-366/+0
2020-07-05Remove LengthAtMost32Roman Proskuryakov-25/+0
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-42/+9
2020-07-04remove LengthAtMost32 on AsRef/Borrow impl for arrayAndrey Zgarbul-16/+4
2020-05-06Add comment for `Ord` implementation for arrayDonough Liu-0/+1
2019-12-22Format the worldMark Rousskov-9/+12
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-3/+3
2019-11-27Update mod.rsDylan DPC-1/+1
2019-11-26Fixes small typo in array docs r? @steveklabnikMark Lodato-1/+1
2019-11-12Snap cfgsMark Rousskov-2/+0
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-10-25Fill tracking issue number for `array_value_iter` and fix Rust versionLukas Kalbertodt-1/+1
2019-10-24Add `array::IntoIter` as a consuming/by-value array iteratorLukas Kalbertodt-0/+432