about summary refs log tree commit diff
path: root/src/libcollections/vec.rs
AgeCommit message (Expand)AuthorLines
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-1/+1
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-1/+1
2015-09-27Auto merge of #28689 - Manishearth:rollup, r=Manishearthbors-2/+0
2015-09-27Auto merge of #28663 - bluss:vec-as-mut, r=alexcrichtonbors-0/+14
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-2/+0
2015-09-25Add AsMut<Vec<T>> for Vec<T>Ulrik Sverdrup-0/+7
2015-09-25Implement AsMut for VecUlrik Sverdrup-0/+7
2015-09-24Optimize `Vec::clone_from`Andrew Paseltiner-8/+4
2015-09-20Add comment.whitequark-0/+2
2015-09-20Fix style.whitequark-3/+5
2015-09-20Do not drop_in_place elements of Vec<T> if T doesn't need droppingwhitequark-3/+5
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-8/+2
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+1
2015-08-15collections: Add issues for unstable featuresAlex Crichton-8/+15
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-326/+15
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-1/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+3
2015-07-29Rollup merge of #27375 - niconii:vec-docs, r=GankroSteve Klabnik-1/+8
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-6/+11
2015-07-28Make docs for Vec::push() use vec! with square bracketsNicolette Verlinden-1/+1
2015-07-28Mention vec![x; len] syntax in Vec docsNicolette Verlinden-0/+7
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+4
2015-07-27Show appropriate feature flags in docsSteve Klabnik-6/+11
2015-07-17Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichtonbors-246/+44
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-246/+44
2015-07-17Update vec.rsWei-Ming Yang-0/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-21/+28
2015-07-05Auto merge of #26464 - Gankro:send, r=alexcrichtonbors-3/+0
2015-07-02Add more description for from_raw_parts's unsafetySteve Klabnik-1/+11
2015-06-26Auto merge of #25646 - huonw:align, r=alexcrichtonbors-7/+7
2015-06-24Avoid overflow in Vec::from_iterSteven Fackler-2/+3
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-7/+7
2015-06-20remove redundant Send and Sync impl from VecAlexis Beingessner-3/+0
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