about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-06-09Auto merge of #26065 - Marwes:master, r=alexcrichtonbors-673/+674
2015-06-08Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichtonbors-5/+5
2015-06-08Reordered the methods on str to improve doc sortingMarkus Westerlind-673/+674
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+7
2015-06-08Auto merge of #25989 - jooert:implement_rfc839, r=Gankrobors-0/+77
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-3/+3
2015-06-08Implement RFC 839Johannes Oertel-0/+77
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-5/+5
2015-06-07Auto merge of #25912 - tshepang:better-str-examples, r=blussbors-50/+28
2015-06-07Deprecate String::from_str in favor of String::fromSimon Sapin-2/+2
2015-06-07doc: improve some of str examplesTshepang Lekhonkhobe-50/+28
2015-06-07change some statics to constantsOliver 'ker' Schneider-5/+5
2015-06-07Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichtonbors-2/+2
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-2/+2
2015-06-06Auto merge of #26050 - bluss:linked-list, r=Gankrobors-83/+132
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-2/+2
2015-06-06linked_list: Add Rawlink::fromUlrik Sverdrup-12/+14
2015-06-06linked_list: Add method Node::set_nextUlrik Sverdrup-11/+20
2015-06-06linked_list: Cleanup code in split_offUlrik Sverdrup-13/+37
2015-06-06linked_list: Use unsafe properly for Rawlink methodsUlrik Sverdrup-48/+70
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