summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-06-30Avoid overflow in Vec::from_iterSteven Fackler-2/+3
2015-06-30Make `align_of` behave like `min_align_of`.Huon Wilson-7/+7
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+2
2015-06-17std: Deprecate Vec::from_raw_bufAlex Crichton-0/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+4
2015-06-17collections: Split the `collections` featureAlex Crichton-11/+22
2015-06-17Auto merge of #22681 - mzabaluev:extend-faster, r=huonwbors-39/+39
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-2/+2
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10Rollup merge of #26164 - tafia:early-dedup, r=GankroManish Goregaokar-1/+1
2015-06-10early return if 1 elementJohann Tuffe-1/+1
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+7
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-1/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-1/+1
2015-05-27Improve docs for Vec::as_slice and as_mut_sliceMatt Brubeck-1/+5
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-71/+1
2015-05-22Make it clear that push is only amortized O(1)Brian Quinlan-1/+2
2015-05-19collections: Avoid unstable code in examples for VecUlrik Sverdrup-8/+4
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-0/+70
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