about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-2/+10
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-3/+3
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-2/+2
2015-01-21Stabilize Index traits and most range notationAaron Turon-2/+10
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-6/+6
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-18auto merge of #21288 : brson/rust/snaps, r=alexcrichtonbors-8/+0
2015-01-17Register new snapshots.Eduard Burtescu-8/+0
2015-01-17add append to vec with testsJeff Belgum-0/+46
2015-01-17Remove unnecessary explicit conversions to *const Twe-6/+6
2015-01-15rollup merge of #21168: aidanhs/aphs-doc-vec-heapAlex Crichton-1/+1
2015-01-15rollup merge of #21036: renato-zannon/into-iter-implsAlex Crichton-0/+3
2015-01-15Explicitly note that vector contents are on the heapAidan Hobson Sayers-1/+1
2015-01-12Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)Renato Zannon-0/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-08Improvements to feature stagingBrian Anderson-10/+10
2015-01-08Add missing module stability attributesAaron Turon-0/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2/+2
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-7/+0
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-9/+0
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-07std: Tweak String implementationsAlex Crichton-16/+0
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07register new snapshotsJorge Aparicio-9/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-0/+8
2015-01-07Register new snapshotsAlex Crichton-9/+0
2015-01-06More test fixesAlex Crichton-2/+11
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+8
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07falloutNick Cameron-22/+27
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+8
2015-01-07Replace full slice notation with index callsNick Cameron-21/+14
2015-01-07Impls using the new scheme for slicingNick Cameron-17/+38
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-29/+29
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-4/+15
2015-01-05rollup merge of #20434: steveklabnik/five_eyeAlex Crichton-29/+29
2015-01-05Remove i suffix in docsSteve Klabnik-29/+29
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-4/+15
2015-01-05register snapshotJorge Aparicio-21/+0
2015-01-03Remove deprecated functionalityAlex Crichton-124/+20
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-0/+25
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+3
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