about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-2/+1
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-1/+25
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+8
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-24/+23
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+8
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-97/+62
2015-04-07Fix range performance regressionAaron Turon-24/+23
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-153/+62
2015-04-07doc ignore (fixup #24059)Manish Goregaokar-1/+1
2015-04-07Rollup merge of #24113 - mbrubeck:doc-edit, r=steveklabnikManish Goregaokar-2/+3
2015-04-07Rollup merge of #24110 - tbu-:pr_doc_fix_add, r=alexcrichtonManish Goregaokar-4/+4
2015-04-07Rollup merge of #24059 - nikomatsakis:issue-22914-phantomdata-docs, r=huonManish Goregaokar-9/+58
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-363/+587
2015-04-06Fix broken link and markup in `trait Any` docs.Matt Brubeck-2/+3
2015-04-06Fix code formatting in `core::ops::Add` exampleTobias Bucher-4/+4
2015-04-06Try to improve PhantomData docs with more examplesNiko Matsakis-9/+58
2015-04-06Make `AdditiveIterator` and `MultiplicativeIterator` extensibleTobias Bucher-37/+93
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