summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
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
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