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-09Ensure that .join().unwrap() worksAaron Turon-0/+10
2015-04-10Rollup merge of #24217 - aturon:iterator-fixes, r=alexcrichtonManish Goregaokar-20/+22
2015-04-10Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturonManish Goregaokar-2/+1
2015-04-09Improve bounds in Iterator APIAaron Turon-20/+22
2015-04-09Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichtonbors-0/+21
2015-04-08std: Stabilize Clone::clone_fromAlex Crichton-2/+1
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-07std: Hide facade extension traits in docsAlex Crichton-0/+4
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+0
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+1
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-07Add Clone impls for extern "C" and unsafe fnsKevin Ballard-0/+21
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-06Alter libcore::result example to utilize closure paramCorey Farwell-1/+1
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