| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -3/+24 | |
| - String == &str == CowString - Vec == &[T] == &mut [T] == [T, ..N] == CowVec - InternedString == &str | ||||
| 2014-11-14 | Add `Show` and `Clone` trait to arrays | Tobias Bucher | -8/+22 | |
| Due to not being able to parametrize over array sizes, `Clone` is only implemented for element types that are `Copy`able. | ||||
| 2014-11-05 | Remove incorrect doc annotation, mark experimental since we haven't ↵ | Niko Matsakis | -5/+1 | |
| discussed in an API meeting | ||||
| 2014-11-05 | Add 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. | ||||
