about summary refs log tree commit diff
path: root/src/libstd/array.rs
AgeCommit message (Collapse)AuthorLines
2015-03-23rustdoc: Support for "array" primitiveTom Jakubowski-0/+13
Impls on `clean::Type::FixedVector` are now collected in the array primitive page instead of the slice primitive page. Also add a primitive docs for arrays to `std`.