summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-02Rollup merge of #23927 - frewsxcv:patch-7, r=ManishearthManish Goregaokar-4/+2
2015-04-02Rollup merge of #23925 - steveklabnik:gh22914, r=GankroManish Goregaokar-12/+6
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-0/+49
2015-04-01Missing importsNiko Matsakis-0/+2
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-40/+50
2015-04-01Make the trait Copy extend Clone.Niko Matsakis-1/+1
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-6/+8
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+6
2015-04-01Simplify `match` branches in iter.rs exampleCorey Farwell-4/+2
2015-04-01Don't reborrow the target of a `write!()`Chris Wong-1/+1
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-31Improvements to PhantomData<T>'s docs 👻Steve Klabnik-12/+6
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-31Add blanket impls for references to the `Fn` traits.Niko Matsakis-0/+49
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-30Remove unnecessary `as usize`Vadim Petrochenkov-1/+1
2015-03-30Change the type of constants BYTES/BITS to usizeVadim Petrochenkov-4/+4
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