]> git.lizzy.rs Git - rust.git/commit
Final alpha stabilization of std::slice
authorAaron Turon <aturon@mozilla.com>
Sun, 4 Jan 2015 23:53:00 +0000 (15:53 -0800)
committerAaron Turon <aturon@mozilla.com>
Mon, 5 Jan 2015 22:08:21 +0000 (14:08 -0800)
commit121f6c66734301c1d29014f2ef0b58f21fcf1811
tree2b61b2f70b138fa31ac2d95437fd2c041fc8ced5
parente921afddd8c12d676205bb951deff1aa5761bedf
Final alpha stabilization of std::slice

Marks as `#[stable]`:

* Various iterator structs for stable methods, e.g. `Chunks` and
  `Windows`.
* The `SliceExt` trait itself.
src/libcollections/slice.rs
src/libcore/slice.rs