summary refs log tree commit diff
path: root/src/libstd/vec.rs
AgeCommit message (Expand)AuthorLines
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-03Add traits for concat and connect methodsBrendan Zabarauskas-17/+61
2013-06-01Fix vec::each* return valuesJed Davis-2/+19
2013-06-01Optimize vec::from_elem with manual inlining (borrowck 1.85x speedup on libstd)Corey Richardson-3/+15
2013-05-31mv the raw pointer {swap,replace}_ptr to std::ptrDaniel Micay-12/+12
2013-05-30Require documentation by default for libstdAlex Crichton-48/+89
2013-05-29Fix vec::mut_slicejune0cho-3/+3
2013-05-28auto merge of #6780 : june0cho/rust/issue5984, r=brsonbors-2/+9
2013-05-28core::vec is missing methods for mutable slicesJunyoung Cho-2/+9
2013-05-27syntax highlight code examples in docstringsDaniel Micay-9/+8
2013-05-23cleanup warnings from libstdErick Tryzelaar-77/+70
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+4615
2011-12-14Remove some duplicated unused parts of std now that they're present in core.Graydon Hoare-836/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+835