summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-04-02Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-betabors-6/+6
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-3/+7
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-17/+35
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-17/+35
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-11/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-3/+7
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-11/+13
2015-03-31rollup merge of #23901: steveklabnik/fix_links_strAlex Crichton-15/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-12/+12
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-5/+4
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-233/+11
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-12/+18
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-4/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-233/+11
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-9/+8
2015-03-31Stabilize a few remaining stragglersAaron Turon-5/+4
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-12/+12
2015-03-31Fixup primitive.str docsSteve Klabnik-15/+12
2015-03-31Stabilize `std::convert` and related codeAaron Turon-12/+18
2015-03-31rollup merge of #23669: steveklabnik/doc_std_borrowAlex Crichton-0/+56
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-5/+2
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-5/+2
2015-03-31Stabilize std::numAaron Turon-5/+2
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-46/+48
2015-03-30Document std::borrow with examplesSteve Klabnik-0/+56
2015-03-30Document the effect of `#` on array formattingMatt Brubeck-6/+6
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-9/+8
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-46/+48
2015-03-30convert: add Into<Cow> impls for &str and StringSean McArthur-2/+19
2015-03-29Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcri...Manish Goregaokar-2/+2
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-24/+4
2015-03-28Fix typo in docstring for sliceNicholas Bishop-2/+2
2015-03-28Remove IteratorExtSteven Fackler-6/+5
2015-03-28Fold collections debug implsSteven Fackler-15/+3
2015-03-28Update debug helpers and add list builderSteven Fackler-21/+13
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-226/+0
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-1/+1
2015-03-27rollup merge of #23721: erickt/deprecateAlex Crichton-34/+23
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-5/+7
2015-03-27default => or_insert per RFCAlexis Beingessner-8/+8
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26update everything to use Entry defaultsAlexis-22/+4