summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-05-10std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-10Merge pull request #25276 from steveklabnik/third_doc_backportSteve Klabnik-1/+1
2015-05-10doc: it is 'index', not 'i'Tshepang Lekhonkhobe-1/+1
2015-05-10collections: Improve example for as_string and as_vecUlrik Sverdrup-0/+16
2015-05-10Utilize `while let` instead of `loop` with `break` in doc-commentCorey Farwell-5/+1
2015-05-07std: Remove addition on vectors for nowAlex Crichton-12/+1
2015-05-07std: Remove index notation on slice iteratorsAlex Crichton-5/+4
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-12/+0
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-35/+29
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3
2015-04-13Auto merge of #23849 - bcoopers:master, r=pnkfelixbors-6/+18
2015-04-12The panic! macro can't be called with a variable declaredbcoopers-3/+3
2015-04-10Changed the wording of the documentation for the insert method for Vec to be ...Dominick Allen-2/+1
2015-04-03Remove unnecessary `Vec<_>` annotation from docsScott Olson-1/+1
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-11/+11
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-5/+0
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-10/+10
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+0
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-2/+2
2015-03-31Stabilize a few remaining stragglersAaron Turon-1/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-11/+11
2015-03-31Stabilize `std::convert` and related codeAaron Turon-10/+10
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-10/+12
2015-03-30Change max size to isizebcoopers-8/+14
2015-03-29If doubling the vector in reserve() brings you over usize::MAX,bcoopers-1/+1
2015-03-29change std::usize to usizebcoopers-2/+2
2015-03-29Vector can currently panic when pushing an element or reserving spacebcoopers-5/+11
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