about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-2/+2
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-10/+12
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-74/+0
2015-03-27rollup merge of #23721: erickt/deprecateAlex Crichton-31/+18
2015-03-26Register new snapshotsAlex Crichton-74/+0
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-31/+18
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-2/+2
2015-03-25Auto merge of #23670 - cmr:vec-push-slowpath, r=pcwaltonbors-9/+16
2015-03-24libcollections: move Vec::push slow path outCorey Richardson-9/+16
2015-03-25Add trivial cast lints.Nick Cameron-2/+2
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-12/+20
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+11
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+82
2015-03-23Add generic conversion traitsAaron Turon-7/+45
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+11
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+82
2015-03-18Register new snapshotsAlex Crichton-10/+3
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-2/+2
2015-03-16better document the hacks required to test libcollectionsJorge Aparicio-2/+7
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+6
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-988/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-9/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-9/+9
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-2/+2
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-6/+6
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-1/+4
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-2/+2
2015-02-26Send/Sync audit for libcollectionsEdward Wang-0/+3
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-5/+5
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-5/+5
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-31/+31
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-59/+24
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-1/+1
2015-02-22Eliminate more excessive null-checks from slice iteratorsBjörn Steinbrink-1/+4
2015-02-20Register new snapshotsAlex Crichton-11/+1
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-59/+24
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-19/+19
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-1/+1
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-22/+22
2015-02-18Stabilize std::borrowAaron Turon-21/+21
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-3/+5
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+9