summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-09-12Stop a private method on `SipHasher` from shadowing `Hasher::write`Tobias Bucher-8/+3
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-8/+11
2015-09-10Optimize string comparison by using memcmpErick Tryzelaar-15/+20
2015-09-08some more clippy-based improvementsAndre Bogus-3/+3
2015-09-07Use unsafe more idiomaticallySteve Klabnik-1/+3
2015-09-04Fix for issue #28012: pow overflow inconsistencyPeter Reid-15/+11
2015-09-04Auto merge of #28197 - petrochenkov:borrow, r=alexcrichtonbors-0/+15
2015-09-04Auto merge of #28119 - nagisa:bytesderef, r=alexcrichtonbors-30/+3
2015-09-03std: Account for CRLF in {str, BufRead}::linesAlex Crichton-4/+10
2015-09-04Rollup merge of #28191 - llogiq:iter, r=ManishearthManish Goregaokar-6/+6
2015-09-04Rollup merge of #28188 - Manishearth:elide-core, r=alexcrichtonManish Goregaokar-72/+72
2015-09-03Implement `Borrow` for fixed-size arraysVadim Petrochenkov-0/+15
2015-09-03take mapped function by mutable referencellogiq-4/+4
2015-09-03Elide lifetimes in libcoreManish Goregaokar-72/+72