about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-17/+17
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-0/+130
2015-04-01Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps.Felix S. Klock II-0/+130
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-1/+2
2015-03-31rollup merge of #23899: steveklabnik/gh23851Alex Crichton-9/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-22/+15
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-3/+2
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-59/+72
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-735/+145
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-60/+8
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-16/+22
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-33/+17
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-748/+158
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-28/+44
2015-03-31rollup merge of #23876: alexcrichton/stabilize-anyAlex Crichton-2/+1
2015-03-31Stabilize a few remaining stragglersAaron Turon-3/+2
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-22/+15
2015-03-31Fix up iterator documentation with regards to for loop sugarSteve Klabnik-7/+10
2015-03-31Stabilize `std::convert` and related codeAaron Turon-16/+22
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-242/+522
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-242/+522
2015-03-31Stabilize std::numAaron Turon-242/+522
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-17/+45
2015-03-31Rollup merge of #23862 - jviereck:fix_23713_v2, r=steveklabnikManish Goregaokar-1/+1
2015-03-31Rollup merge of #23836 - Hoverbear:patch-1, r=steveklabnikManish Goregaokar-16/+13
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-32/+12
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-2/+1
2015-03-30libcore: Ensure min and max functions are consistent for equal inputsKevin Butler-28/+44
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-4/+4
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-17/+45
2015-03-30Second attempt to fix #23713 based on follow-up comments in #23791.Julian Viereck-1/+1
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-22/+2
2015-03-29Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnikbors-1/+1
2015-03-29Fix line spacing.Andrew Hobden-1/+4
2015-03-29Fix trailing whitespace. Whoops!Andrew Hobden-5/+5
2015-03-29Update `std::error` exampleAndrew Hobden-22/+16
2015-03-29Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearthbors-0/+21
2015-03-29Add an example for FromIterator::from_iterCorey Farwell-0/+21
2015-03-29Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichtonManish Goregaokar-0/+10
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-90/+125
2015-03-28Oops fix output examplesSteven Fackler-4/+4
2015-03-28Fold in debug builder doc examplesSteven Fackler-15/+3
2015-03-28Remove IteratorExtSteven Fackler-99/+103
2015-03-28Document properties for Eq + HashSteve Klabnik-0/+10
2015-03-28Fold collections debug implsSteven Fackler-16/+1
2015-03-28Update debug helpers and add list builderSteven Fackler-64/+126
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1