rust/src/libstd/rand
Brian Anderson 4f5b6927e8 std: Rename various slice traits for consistency
ImmutableVector -> ImmutableSlice
ImmutableEqVector -> ImmutableEqSlice
ImmutableOrdVector -> ImmutableOrdSlice
MutableVector -> MutableSlice
MutableVectorAllocating -> MutableSliceAllocating
MutableCloneableVector -> MutableCloneableSlice
MutableOrdVector -> MutableOrdSlice

These are all in the prelude so most code will not break.

[breaking-change]
2014-08-13 11:30:14 -07:00
..
mod.rs doc: use //! instead of /*! ... */ in std::rand 2014-07-28 17:52:48 +02:00
os.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
reader.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00