summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-06-06linked_list: Use a safe loop in DropUlrik Sverdrup-11/+3
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-1/+25
2015-06-05Auto merge of #26024 - Aatch:inline-as_bytes, r=Gankrobors-0/+1
2015-06-05Mark std::as_bytes as inlineJames Miller-0/+1
2015-06-04properly null out ptr in LinkedList::split_off - fixes #26020Alexis Beingessner-0/+26
2015-06-04Auto merge of #25991 - Jexell:master, r=alexcrichtonbors-5/+3
2015-06-03Update linked_list.rsJexell-5/+3
2015-06-03Auto merge of #25935 - wesleywiser:fix_libcollection_build_warnings, r=alexcr...bors-4/+11
2015-06-02Rollup merge of #25936 - tshepang:patch-2, r=alexcrichtonManish Goregaokar-2/+1
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-4/+11
2015-06-01doc: make String::as_bytes example more simpleTshepang Lekhonkhobe-2/+1
2015-05-30doc: be more clear/explicit that we got String typeTshepang Lekhonkhobe-1/+1
2015-05-29Auto merge of #25838 - mbrubeck:doc-edit, r=steveklabnikbors-1/+5
2015-05-28Auto merge of #25856 - bluss:binary-heap-hole, r=Gankrobors-25/+88
2015-05-28collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-25/+88
2015-05-28remove references to IoResultSteve Klabnik-2/+2
2015-05-27Improve docs for Vec::as_slice and as_mut_sliceMatt Brubeck-1/+5
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-145/+2
2015-05-23Rollup merge of #25716 - steveklabnik:remove_bad_docs, r=GankroOliver Schneider-3/+2
2015-05-23Rollup merge of #25714 - brianquinlan:patch-1, r=huonwOliver Schneider-1/+2
2015-05-23Auto merge of #24847 - sfackler:debug-builders-stability, r=aturonbors-1/+0
2015-05-22Don't mention outdated methodsSteve Klabnik-3/+2
2015-05-22Make it clear that push is only amortized O(1)Brian Quinlan-1/+2
2015-05-20Auto merge of #25625 - bluss:doc-slice-order, r=Gankrobors-434/+434
2015-05-20collections: Reorder slice methods to improve API docsUlrik Sverdrup-434/+434
2015-05-20Auto merge of #25588 - bluss:doc-string-from, r=alexcrichtonbors-62/+20
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+0
2015-05-19Small fix for https://github.com/rust-lang/rust/pull/25611Steve Klabnik-0/+4
2015-05-19Rollup merge of #25611 - parir:patch-1, r=steveklabnikSteve Klabnik-0/+4
2015-05-19doc: add missing fencesparir-0/+4
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