about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-01-03collections: fix falloutJorge Aparicio-10/+14
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-6/+8
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-3/+7
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-3/+3
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-3/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-3/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-779/+687
2014-12-30Fallout from stabilizationAaron Turon-32/+29
2014-12-30Stabilize cmpAaron Turon-3/+10
2014-12-30Adjustments from reviewAaron Turon-1/+1
2014-12-30Second pass stabilization: vecAaron Turon-762/+676
2014-12-28libcollections: impl Send/Sync for Vec.Luqman Aden-0/+3
2014-12-28libcore: Don't impl RawPtr* traits for NonZero.Luqman Aden-1/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-1/+2
2014-12-28libcore: Make it unsafe to create NonZero and impl Deref.Luqman Aden-26/+20
2014-12-28libcollections: Use NonZero in Vec.Luqman Aden-25/+32
2014-12-26Rename `UniquePtr` to `Unique`Flavio Percoco-10/+10
2014-12-26Rename `OwnedPtr` to `UniquePtr`Flavio Percoco-10/+10
2014-12-26Require types to opt-in SyncFlavio Percoco-26/+28
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-9/+9
2014-12-21Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-14/+0
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-1/+1
2014-12-21rollup merge of #20044: csouth3/vec-resizeAlex Crichton-0/+27
2014-12-21rollup merge of #19965: japaric/remove-wrong-addAlex Crichton-9/+0
2014-12-21auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankrobors-3/+147
2014-12-20Stabilize cloneAaron Turon-1/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-5/+3
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-1/+0
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-14/+4
2014-12-19Implement resize for VecChase Southwood-0/+27
2014-12-19Register new snapshotsAlex Crichton-15/+0
2014-12-18[collections] Adds `drain`: a way to sneak out the elements while clearing.Clark Gaebel-3/+147
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-5/+5
2014-12-17Remove wrong `&str + String` and `&[T] + Vec<T>` implementationsJorge Aparicio-9/+0
2014-12-17rollup merge of #19943: steveklabnik/doc_std_vecAlex Crichton-74/+105
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+1
2014-12-16Improve docs for std::vecSteve Klabnik-74/+105
2014-12-15Move hash module from collections to coreSteven Fackler-0/+8
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+1
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libcollections: add commutative version of `Vec`/`String` additionJorge Aparicio-0/+9
2014-12-13libcollections: Vec<T> + &[T]Jorge Aparicio-0/+12
2014-12-13libcollections: use unboxed closures in `Vec` methodsJorge Aparicio-6/+6
2014-12-11auto merge of #19377 : tbu-/rust/pr_mapinplace_fixzerosized_test, r=sfacklerbors-0/+29
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-30/+32