| Age | Commit message (Expand) | Author | Lines |
| 2015-07-29 | Rollup merge of #27375 - niconii:vec-docs, r=Gankro | Steve Klabnik | -1/+8 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -6/+11 |
| 2015-07-28 | Make docs for Vec::push() use vec! with square brackets | Nicolette Verlinden | -1/+1 |
| 2015-07-28 | Mention vec![x; len] syntax in Vec docs | Nicolette Verlinden | -0/+7 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+4 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -6/+11 |
| 2015-07-17 | Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichton | bors | -246/+44 |
| 2015-07-17 | Add RawVec to unify raw Vecish code | Alexis Beingessner | -246/+44 |
| 2015-07-17 | Update vec.rs | Wei-Ming Yang | -0/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -21/+28 |
| 2015-07-05 | Auto merge of #26464 - Gankro:send, r=alexcrichton | bors | -3/+0 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -1/+11 |
| 2015-06-26 | Auto merge of #25646 - huonw:align, r=alexcrichton | bors | -7/+7 |
| 2015-06-24 | Avoid overflow in Vec::from_iter | Steven Fackler | -2/+3 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -7/+7 |
| 2015-06-20 | remove redundant Send and Sync impl from Vec | Alexis Beingessner | -3/+0 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -0/+2 |
| 2015-06-17 | std: Deprecate Vec::from_raw_buf | Alex Crichton | -0/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -4/+4 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -11/+22 |
| 2015-06-17 | Auto merge of #22681 - mzabaluev:extend-faster, r=huonw | bors | -39/+39 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -2/+2 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | Rollup merge of #26164 - tafia:early-dedup, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | early return if 1 element | Johann Tuffe | -1/+1 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-08 | Auto merge of #25989 - jooert:implement_rfc839, r=Gankro | bors | -0/+7 |
| 2015-06-08 | Implement RFC 839 | Johannes Oertel | -0/+7 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -1/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -1/+1 |
| 2015-06-06 | Remove many unneeded feature annotations in the docs | Steve Klabnik | -1/+1 |
| 2015-05-27 | Improve docs for Vec::as_slice and as_mut_slice | Matt Brubeck | -1/+5 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -71/+1 |
| 2015-05-22 | Make it clear that push is only amortized O(1) | Brian Quinlan | -1/+2 |
| 2015-05-19 | collections: Avoid unstable code in examples for Vec | Ulrik Sverdrup | -8/+4 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -0/+70 |
| 2015-05-13 | Small cleanup to vec docs | Steve Klabnik | -10/+12 |
| 2015-05-08 | Auto merge of #25187 - alexcrichton:mem-forget-safe, r=brson | bors | -2/+2 |
| 2015-05-07 | std: Mark `mem::forget` as a safe function | Alex Crichton | -2/+2 |
| 2015-05-06 | std: Remove addition on vectors for now | Alex Crichton | -12/+1 |
| 2015-05-05 | Rollup merge of #25087 - nham:improve_vec_docs, r=Gankro | Manish Goregaokar | -4/+12 |
| 2015-05-03 | Improve std::vec module documentation. | Nick Hamann | -4/+12 |
| 2015-05-02 | Override Iterator::count method in vec::IntoIter | sinkuu | -0/+5 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -5/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -6/+0 |
| 2015-04-28 | Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichton | bors | -78/+87 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -78/+87 |
| 2015-04-27 | Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24848 - bluss:deref-string, r=alexcrichton | Steve Klabnik | -0/+16 |