about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-363/+587
2015-04-06Remove unnecessary returns in API examplesCorey Farwell-3/+3
2015-04-05Remove external iterator in CharIndices comment and the reference to the std:...Guillaume Gomez-2/+1
2015-04-05Added smoke tests for new methods.Marvin Löbel-10/+23
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-13/+17
2015-04-05Re-added Clone impls to all str iteratorsMarvin Löbel-9/+82
2015-04-05Implemented remaining string pattern iterators.Marvin Löbel-344/+478
2015-04-05Auto merge of #24067 - apasel422:patch-1, r=Gankrobors-4/+4
2015-04-04Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichtonbors-90/+62
2015-04-04s/Perform/Performs/Andrew Paseltiner-4/+4
2015-04-04Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnikManish Goregaokar-7/+5
2015-04-04Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnikManish Goregaokar-6/+2
2015-04-04Rollup merge of #23996 - frewsxcv:patch-8, r=alexcrichtonManish Goregaokar-1/+1
2015-04-03Cleanup and modernize some things in libcore::iterCorey Farwell-90/+62
2015-04-03Make example function in comment more idiomaticCorey Farwell-7/+5
2015-04-03Simplify `match` branches in documentation commentCorey Farwell-6/+2
2015-04-03Revert accidental change from stable -> unstable; just meant toNiko Matsakis-4/+4
2015-04-03Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelixbors-73/+35
2015-04-03Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichtonbors-1/+1
2015-04-02Indicate associated type in comment is code-likeCorey Farwell-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-5/+5
2015-04-02Remove *most* mentions of phantom fns and variance on traits. Leave someNiko Matsakis-6/+22
2015-04-02Deprecate MarkerTrait and PhantomFn.Niko Matsakis-67/+13
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-40/+52
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-11/+73
2015-04-01Fix bug in `OverflowOps` impl for unsigned integers.Felix S. Klock II-3/+49
2015-04-01removed impls of `Neg` for `u{8,16,32,64,size}`.Felix S. Klock II-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-8/+24
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-17/+17
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-17/+17
2015-04-01rollup merge of #23947: aturon/revise-numAlex Crichton-0/+20
2015-04-01rollup merge of #23867: nikomatsakis/issue-23086-take-3Alex Crichton-94/+20
2015-04-01Re-add min_value, max_value methodsAaron Turon-0/+20
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-94/+20
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