about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-1/+4
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-4/+4
2015-02-26Send/Sync audit for libcollectionsEdward Wang-13/+13
2015-02-26Tweak VecDeque's IterMut implementationEdward Wang-15/+9
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-4/+4
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-51/+50
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-20/+20
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-1/+1
2015-02-24Change `Debug` implementation of `BTree*` as wellTobias Bucher-4/+4
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-16/+16
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-51/+50
2015-02-25Rollup merge of #22539 - oli-obk:style_nitpicks, r=ManishearthManish Goregaokar-4/+4
2015-02-24Fix broken testsVadim Petrochenkov-6/+6
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-132/+132
2015-02-24style nitpicksOliver Schneider-4/+4
2015-02-24Fix fallout from correct stability handling in UFCS.Eduard Burtescu-1/+1
2015-02-24Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichtonManish Goregaokar-1/+1
2015-02-24Rollup merge of #22653 - tsion:master, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-59/+24
2015-02-23Rollup merge of #22494 - msiemens:vec_map-append-split_off, r=GankroManish Goregaokar-2/+170
2015-02-23Rollup merge of #22696 - stepancheg:use-box, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22513 - steveklabnik:doc_str, r=brsonManish Goregaokar-274/+440
2015-02-22Change int to i32 in Cow example.Scott Olson-1/+1
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-1/+1
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-56/+35
2015-02-22Improve documentation for libcollections/strSteve Klabnik-274/+440
2015-02-22Eliminate more excessive null-checks from slice iteratorsBjörn Steinbrink-1/+4
2015-02-22Implement append and split_off for VecMap (RFC 509)Markus Siemens-2/+170
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-1/+1
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-1/+1
2015-02-20Register new snapshotsAlex Crichton-422/+4
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-59/+24
2015-02-20Addressed PR commentsMarvin Löbel-11/+17
2015-02-20Fix tidy and rebase falloutMarvin Löbel-33/+0
2015-02-20Enabled new pattern API in the libstd facadeMarvin Löbel-16/+22
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-2/+2
2015-02-18Round 4 test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-94/+131
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-63/+63
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-67/+709
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Stabilize std::borrowAaron Turon-66/+698
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-63/+63
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-4/+4
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-868/+916
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-4/+94
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-5/+5
2015-02-18make FromIterator use IntoIteratorAlexis-23/+25
2015-02-18make Extend use IntoIteratorAlexis-17/+22