summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-05-13Small cleanup to vec docsSteve Klabnik-10/+12
2015-05-08Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brsonbors-2/+2
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-06std: Remove addition on vectors for nowAlex Crichton-12/+1
2015-05-05Rollup merge of #25087 - nham:improve_vec_docs, r=GankroManish Goregaokar-4/+12
2015-05-03Improve std::vec module documentation.Nick Hamann-4/+12
2015-05-02Override Iterator::count method in vec::IntoItersinkuu-0/+5
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-5/+4
2015-04-28Register new snapshotsTamir Duberstein-6/+0
2015-04-28Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichtonbors-78/+87
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-78/+87
2015-04-27Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnikSteve Klabnik-1/+1
2015-04-27Rollup merge of #24848 - bluss:deref-string, r=alexcrichtonSteve Klabnik-0/+16
2015-04-27doc: it is 'index', not 'i'Tshepang Lekhonkhobe-1/+1
2015-04-27collections: Improve example for as_string and as_vecUlrik Sverdrup-0/+16
2015-04-26Utilize `while let` instead of `loop` with `break` in doc-commentCorey Farwell-5/+1
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-12/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-12/+0
2015-04-17std: 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