about summary refs log tree commit diff
path: root/src/libcore/array.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-19impl Hash for arraysJorge Aparicio-0/+7
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07use slicing sugarJorge Aparicio-14/+14
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-4/+12
2015-01-07Replace full slice notation with index callsNick Cameron-14/+14
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+2
2015-01-02More falloutNick Cameron-19/+19
2014-12-30Stabilize cmpAaron Turon-4/+6
2014-12-20Stabilize cloneAaron Turon-2/+1
2014-12-03Overload the `==` operatorJorge Aparicio-3/+24
2014-11-14Add `Show` and `Clone` trait to arraysTobias Bucher-8/+22
2014-11-05Remove incorrect doc annotation, mark experimental since we haven't discussed...Niko Matsakis-5/+1
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-0/+87