about summary refs log tree commit diff
path: root/src/libcore/array.rs
AgeCommit message (Collapse)AuthorLines
2014-11-05Remove incorrect doc annotation, mark experimental since we haven't ↵Niko Matsakis-5/+1
discussed in an API meeting
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths ↵Niko Matsakis-0/+87
0...32 and repair various cases where slices and fixed-length arrays were being compared.