about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2016-01-20Auto merge of #31038 - gereeter:btree-panic, r=Gankrobors-2/+2
2016-01-19In BTreeMap's merge function, adjust the length of the node before moving ele...Jonathan S-2/+2
2016-01-19Rollup merge of #31008 - barosl:typo, r=blussManish Goregaokar-2/+2
2016-01-19Rollup merge of #30998 - apasel422:btree-set-variance, r=GankroManish Goregaokar-19/+9
2016-01-19Rollup merge of #30981 - boblehest:tmp, r=alexcrichtonManish Goregaokar-2/+2
2016-01-19Fix typoBarosl Lee-2/+2
2016-01-18Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=blussbors-30/+0
2016-01-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-19/+9
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-17/+39
2016-01-17Move zst test from libcollections to src/testKeith Yeung-30/+0
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-33/+43
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-2593/+1882
2016-01-17Fix typo in std::fmt docsJørn Lode-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-33/+43
2016-01-16Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichtonbors-1/+1
2016-01-15BTreeSet::insert returns false when key already existsJake Goulding-1/+1
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-4/+10
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-4/+10
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-6/+9
2016-01-14Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisaManish Goregaokar-2/+3
2016-01-14Rollup merge of #30770 - steveklabnik:gh30345, r=brsonManish Goregaokar-0/+36
2016-01-13Fix some broken and missing links in the docsOliver Middleton-6/+9
2016-01-13update tracking issue for collections_rangeAlex Burka-2/+3
2016-01-13Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichtonbors-11/+14
2016-01-12Add some examples to std::stringSteve Klabnik-0/+36
2016-01-11Auto merge of #30534 - bluss:binary-heap-fast-pop, r=Gankrobors-1/+26
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-12/+12
2016-01-02Fix off-by-one in String::removediwic-3/+3
2015-12-31Make `LinkedList` and its read-only iterators covariantAndrew Paseltiner-7/+15
2015-12-26Fix some links in str docsFlorian Hartwig-3/+3
2015-12-23BinaryHeap: Use full sift down in .pop()Ulrik Sverdrup-1/+26
2015-12-21Register new snapshotsAlex Crichton-16/+4
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-6/+6
2015-12-18Auto merge of #30272 - tshepang:doc-drain, r=blussbors-15/+26
2015-12-18Fix the falloutVadim Petrochenkov-6/+6
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-9/+0
2015-12-17doc: improve drain examples and remove secondary info from leading paragraphTshepang Lekhonkhobe-15/+26
2015-12-17doc: no need to duplicate docs on renamed APITshepang Lekhonkhobe-9/+0
2015-12-17Remove unused importsJeffrey Seyfried-3/+3
2015-12-14Add links in BTreeSet docsOri Avtalion-3/+8
2015-12-14Auto merge of #30369 - jethrogb:patch-2, r=steveklabnikbors-8/+8
2015-12-13Make BinaryHeap Dijkstra example return Optionjethrogb-8/+8
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+3
2015-12-11Auto merge of #30308 - tsion:typo, r=sanxiynbors-2/+2
2015-12-10Improve documentation on String's methodsSteve Klabnik-94/+294
2015-12-10Correct 'bye' to 'byte' in str docs.Scott Olson-2/+2
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-84/+7
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-15/+1
2015-12-07Fix some str docs to refer to patternsWilliam Throwe-10/+13
2015-12-07Let str::replace take a patternWilliam Throwe-1/+1