about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-10-01Remove one level of indirection for slice-based PartialEq implsBjörn Steinbrink-4/+4
2015-10-01Auto merge of #28780 - steveklabnik:doc_from_str, r=alexcrichtonbors-0/+15
2015-09-30Rollup merge of #28760 - steveklabnik:gh28166, r=alexcrichtonSteve Klabnik-1/+1
2015-09-30Add some docs for FromString::from_strSteve Klabnik-0/+15
2015-09-30Rollup merge of #28754 - luser:fix-rustdoc-module-links, r=ManishearthSteve Klabnik-9/+9
2015-09-30Fix module links from core::fmt::* to go to std::fmtTed Mielczarek-9/+9
2015-09-30Clarify logic instead of using 'vice versa'Steve Klabnik-1/+1
2015-09-30Fix module links in std::fmt and the Rust book's documentation chapter.Ted Mielczarek-9/+9
2015-09-30Auto merge of #28738 - apasel422:peekable, r=alexcrichtonbors-9/+1
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-5/+5
2015-09-29Derive `Clone` for `Peekable`Andrew Paseltiner-9/+1
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-5/+5
2015-09-26Rollup merge of #28678 - fhartwig:deref-elide, r=steveklabnikSteve Klabnik-1/+1
2015-09-26Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundibors-5/+9
2015-09-26Elide lifetime in Deref doc exampleFlorian Hartwig-1/+1
2015-09-26Auto merge of #28615 - sfackler:formatter-methods, r=alexcrichtonbors-7/+29
2015-09-25Rollup merge of #28652 - SimonSapin:patch-11, r=sanxiynSteve Klabnik-2/+2
2015-09-25Rollup merge of #28637 - SimonSapin:patch-6, r=alexcrichtonSteve Klabnik-2/+2
2015-09-26Add note about Copy for drop()Manish Goregaokar-0/+20
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-5/+9
2015-09-25Docs: &A and &mut A are references, not pointersSimon Sapin-2/+2
2015-09-24Auto merge of #28538 - alevy:make_fixedsizearray_unsafe, r=alexcrichtonbors-2/+11
2015-09-24Utf8Error::valid_up_to: make documented semantics more precise/usefulSimon Sapin-2/+2
2015-09-23Add accessors for Formatter flagsSteven Fackler-7/+29
2015-09-23Explain in comment why FixedSizeArray is unsafeAmit Aryeh Levy-0/+9
2015-09-21Make function pointers implement traits for up to 12 parametersManish Goregaokar-0/+7
2015-09-20Auto merge of #28539 - rkruppe:shuffle-num-internals, r=alexcrichtonbors-73/+98
2015-09-20Reorganize core::num internalsRobin Kruppe-73/+98
2015-09-19Make FixedSizeArray an unsafe traitAmit Aryeh Levy-2/+2
2015-09-18Overloaded augmented assignmentsJorge Aparicio-0/+528
2015-09-17Rollup merge of #28474 - tshepang:repetition, r=steveklabnikSteve Klabnik-1/+1
2015-09-17Rollup merge of #28314 - tbu-:pr_atomics_are_send, r=brsonSteve Klabnik-0/+3
2015-09-17doc: no need to mention the method by nameTshepang Lekhonkhobe-1/+1
2015-09-16Auto merge of #28436 - ranma42:faster-partialord, r=blussbors-23/+50
2015-09-16Explain explicit slicing in slice cmp and partial_cmp methodsAndrea Canciani-0/+6
2015-09-16Remove inline attributeAndrea Canciani-2/+0
2015-09-16Remove boundary checks in slice comparison operatorsAndrea Canciani-2/+6
2015-09-16Reuse cmp in totally ordered typesAndrea Canciani-3/+1
2015-09-16Improve PartialOrd for slicesAndrea Canciani-18/+21
2015-09-16Specialize `PartialOrd` for totally ordered primitive typesAndrea Canciani-4/+22
2015-09-16Simplify sample code for {Option, Result}::iter_mutAdolfo Ochagavía-2/+2
2015-09-15Add a comment that the `Atomic*` are all implicitly `Send`Tobias Bucher-0/+3
2015-09-15Auto merge of #28268 - petrochenkov:fnptr, r=alexcrichtonbors-69/+71
2015-09-14Auto merge of #28248 - PeterReid:master, r=alexcrichtonbors-15/+11
2015-09-14Auto merge of #28358 - dotdash:nounwind, r=alexcrichtonbors-0/+2
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+2
2015-09-14Auto merge of #28368 - lfairy:write-impl, r=alexcrichtonbors-0/+15
2015-09-13Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturonbors-8/+11
2015-09-13Implement more traits for function pointersVadim Petrochenkov-69/+71
2015-09-13Add a blanket impl for &mut std::fmt::WriteChris Wong-0/+15