about summary refs log tree commit diff
path: root/src/libstd/vec_ng.rs
AgeCommit message (Expand)AuthorLines
2014-03-14std: render the vec_ng docs.Huon Wilson-2/+4
2014-03-13auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakisbors-0/+29
2014-03-13auto merge of #12845 : eddyb/rust/vec-no-drop-flag, r=thestingerbors-0/+50
2014-03-12Vec: remove the drop flag to make it no larger than (*T, uint, uint).Eduard Burtescu-0/+50
2014-03-12Add shift and remove methods for VecKiet Tran-0/+29
2014-03-12Port partition method from ~[T] to Vec<T>, for use early-late lifetime code.Felix S. Klock II-0/+20
2014-03-11Add an ItemModifier syntax extension typeSteven Fackler-0/+15
2014-03-08Incorporated review feedback atop pcwalton's original patches.Felix S. Klock II-11/+9
2014-03-08libstd: Add some more functionality to Vec<T>Patrick Walton-0/+131
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-4/+11
2014-03-04auto merge of #12697 : thestinger/rust/vec, r=huonwbors-0/+1
2014-03-04mark the `map` method on Vec<T> as deprecatedDaniel Micay-0/+1
2014-03-04std: add reserve_additional and an Extendable impl to Vec.Huon Wilson-2/+66
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+27
2014-03-01libstd: Add some functionality to `Vec<T>`Patrick Walton-1/+29
2014-02-24std: Add Vec.reserve for rounding-up reservation.Huon Wilson-1/+8
2014-02-24std: make .swap_remove return Option<T>.Huon Wilson-6/+4
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-21libstd: Implement some convenience methods on vectorsPatrick Walton-9/+169
2014-02-15std: clean up ptr a bitCorey Richardson-6/+6
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+3
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-2/+1
2014-02-07Removed prelude::* from libstd files.chromatic-2/+6
2014-01-22add new vector representation as a libraryDaniel Micay-0/+231