about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-6/+6
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-33/+33
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-6/+6
2015-03-06Rollup merge of #23067 - oli-obk:doc_examle_fix, r=alexcrichtonManish Goregaokar-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-1/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-03-05doc example does nothingOliver Schneider-1/+1
2015-03-05Rollup merge of #22937 - MDCox:str-docs, r=steveklabnikManish Goregaokar-5/+8
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-59/+59
2015-03-04Reword str docs and include links to StrExtMatt Cox-5/+8
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-2/+2
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-17/+19
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-35/+56
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-8/+8
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-6/+7
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-32/+53
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-3/+3
2015-03-02core: Audit num module for int/uintBrian Anderson-62/+62
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-6/+7
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-8/+8
2015-03-01Addresses rust-lang/rust#22646Leonids Maslovs-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-28Fix incorrectly parsed markdown linkmdinger-3/+3
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-23Use while letMikhail Zabaluev-16/+9