about summary refs log tree commit diff
path: root/src/libstd/slice.rs
AgeCommit message (Expand)AuthorLines
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-15/+15
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-834/+218
2014-04-16Make Vec::clone and slice::to_owned failure-safeJames Miller-10/+15
2014-04-16Improve the copying code for slices and VecJames Miller-4/+16
2014-04-13rustdoc: Fix rendering closures and trait boundsAlex Crichton-2/+7
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-65/+65
2014-04-08Register new snapshotsAlex Crichton-13/+13
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-3/+1
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-15/+17
2014-03-31std: Switch field privacy as necessaryAlex Crichton-30/+30
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-80/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-4/+4
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-10/+2
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-10/+2
2014-03-23iter: remove `to_owned_vec`Daniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-0/+4652