about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-05-19fmt.rs: add note about lack of padding support for some typesParker Moore-0/+4
2015-05-19Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichtonbors-3/+3
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-33/+7
2015-05-19collections: Avoid unstable code in examples for VecUlrik Sverdrup-8/+4
2015-05-19collections: Avoid unstable code in examples for StringUlrik Sverdrup-21/+9
2015-05-18Auto merge of #25230 - rayglover:patch-bitset, r=Gankrobors-74/+83
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-3/+3
2015-05-16Fixed reserve_exact exampleMário Feroldi-1/+1
2015-05-16Auto merge of #25434 - dotdash:gep, r=alexcrichtonbors-0/+138
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-1/+1
2015-05-16fix to size_hint(); documentation for bit-twiddle;ray glover-15/+22
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-16Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and BorrowP1start-0/+6
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-0/+138
2015-05-14Add #[inline] to Borrow<str>::borrow for String.Jan Bujak-0/+1
2015-05-13Small cleanup to vec docsSteve Klabnik-10/+12
2015-05-12TRPL: Borrow and AsRefSteve Klabnik-0/+5
2015-05-11Rollup merge of #25288 - DrKwint:master, r=alexcrichtonSteve Klabnik-3/+3
2015-05-11Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankrobors-1/+1
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-2/+3
2015-05-11Minor optimization for `VecMap::split_off`Johannes Oertel-1/+1
2015-05-11docs: Update SliceConcatExt docs for assoc typesUlrik Sverdrup-2/+3
2015-05-11Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankrobors-0/+83
2015-05-10Update BitSet docs to correct typesPaul Quint-3/+3
2015-05-10Rollup merge of #25158 - koute:master, r=alexcrichtonSteve Klabnik-0/+1
2015-05-10Implement `append` and `split_off` for BitSet (RFC 509)Johannes Oertel-0/+83
2015-05-10Add #[inline] to AsRef<str>::as_ref for String and str.Jan Bujak-0/+1
2015-05-09Rollup merge of #25227 - jooert:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-0/+4
2015-05-09Auto merge of #25162 - seanmonstar:asref-bytes, r=alexcrichtonbors-12/+18
2015-05-08collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-12/+10
2015-05-08collections: impl AsRef<[u8]> for StringSean McArthur-0/+8
2015-05-09Perf improvements to `collections::BitSet`.ray glover-75/+77
2015-05-09Document panic behaviour of BitVec::split_offJohannes Oertel-0/+4
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-07Auto merge of #25157 - alexcrichton:remove-vec-add, r=aturonbors-12/+1
2015-05-07Auto merge of #24890 - jooert:bitvec-append-split_off, r=alexcrichtonbors-0/+101
2015-05-06std: Remove addition on vectors for nowAlex Crichton-12/+1
2015-05-06Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichtonbors-6/+14
2015-05-06Implement append and split_off for BitVec (RFC 509)Johannes Oertel-0/+101
2015-05-06Auto merge of #24879 - Stebalien:vec_deque, r=alexcrichtonbors-0/+36
2015-05-05collections: Convert SliceConcatExt to use associated typesUlrik Sverdrup-6/+14
2015-05-05Auto merge of #25111 - Manishearth:rollup, r=Manishearthbors-7/+15
2015-05-05Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnikManish Goregaokar-3/+3
2015-05-05Rollup merge of #25087 - nham:improve_vec_docs, r=GankroManish Goregaokar-4/+12
2015-05-04Implement retain for vec_dequeSteven Allen-0/+36
2015-05-05Auto merge of #25095 - huonw:faster-bitvec, r=alexcrichtonbors-6/+4
2015-05-04Fix spelling errors in documentation.Joseph Crail-3/+3
2015-05-04Make `BitVec::process` faster (branch free).Huon Wilson-6/+4
2015-05-03Improve std::vec module documentation.Nick Hamann-4/+12