about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-09-03clippy improvements to iteratorsllogiq-6/+6
2015-09-03Make `null()` and `null_mut()` const functionsVadim Petrochenkov-4/+4
2015-09-01Auto merge of #28088 - tbu-:pr_fixed_size_array, r=alexcrichtonbors-12/+12
2015-08-31Change explicit BytesDeref impl into Cloned iteratorSimonas Kazlauskas-30/+3
2015-08-31Auto merge of #28101 - ijks:24214-str-bytes, r=alexcrichtonbors-0/+15
2015-08-31Implement `FixedSizeArray` for all fixed size arraysTobias Bucher-12/+12
2015-08-30Add overrides to iterator methods for `str::Bytes`Daan Rijks-0/+15
2015-08-28Add .as_str() to str::Chars and str::CharIndices. See #27775.Simon Sapin-0/+24
2015-08-28Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichtonbors-2/+4
2015-08-28Rollup merge of #28048 - steveklabnik:doc_unimplemented, r=alexcrichtonManish Goregaokar-0/+45
2015-08-28Rollup merge of #28039 - birkenfeld:option_result_ref_intoiter, r=alexcrichtonManish Goregaokar-0/+40
2015-08-27Auto merge of #28031 - durka:patch-6, r=alexcrichtonbors-1/+1
2015-08-27Some extra examples for the unimplemented! macroSteve Klabnik-0/+45
2015-08-27core: Implement IntoIterator for Option and Result referencesGeorg Brandl-0/+40
2015-08-27fix some more unstable issue annotationsAlex Burka-2/+4
2015-08-27Auto merge of #28016 - ranma42:mini-rem-in-core, r=alexcrichtonbors-2/+24
2015-08-27Auto merge of #28028 - tshepang:add-size_hint-example, r=alexcrichtonbors-0/+7
2015-08-27Auto merge of #28027 - tshepang:improve-sentence, r=alexcrichtonbors-1/+1
2015-08-27Restore removed code and mark it for usage in stage0Andrea Canciani-0/+41
2015-08-27Auto merge of #27975 - sfackler:iter-order-methods, r=aturonbors-96/+219
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-96/+219
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-0/+110