about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-03-14Add tracking issue number for Utf8Error::error_lenSimon Sapin-1/+1
2017-03-14Replace Utf8Error::resume_from with Utf8Error::error_lenSimon Sapin-10/+12
2017-03-14Add Utf8Error::resume_from, to help incremental and/or lossy decoding.Simon Sapin-22/+56
2017-03-13Fix a typo in Rev docsStjepan Glavina-1/+1
2017-03-11Rollup merge of #40299 - GuillaumeGomez:fmt-display-example, r=frewsxcvAriel Ben-Yehuda-1/+20
2017-03-10Add missing example for Display::fmtGuillaume Gomez-1/+20
2017-03-08Rollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexcrichtonAriel Ben-Yehuda-0/+4
2017-03-07Clarify handling of `src` in `ptr::write`Tobias Bucher-0/+4
2017-03-07Add missing urls in some macros docGuillaume Gomez-7/+16
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-0/+7
2017-02-28Rollup merge of #40126 - GuillaumeGomez:fmt-write-docs, r=frewsxcvCorey Farwell-9/+62
2017-02-28Add missing docs and examples for fmt::WriteGuillaume Gomez-9/+62
2017-02-24Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnikGuillaume Gomez-0/+16
2017-02-21Get linkchecker cleanSteve Klabnik-7/+7
2017-02-20Revert "Fix up links"Steve Klabnik-2/+2
2017-02-19Docs: Better explanation of return values for min, max functionsMikhail Pak-6/+22
2017-02-17code order tweakking6cong-3/+3
2017-02-16Additional docs for Vec, String, and slice trait implsMatt Brubeck-0/+16
2017-02-15Rollup merge of #39793 - RalfJung:cell, r=alexcrichtonCorey Farwell-62/+62
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-2/+2
2017-02-14Remove Copy bound from some Cell trait implsRalf Jung-2/+2
2017-02-14Auto merge of #38981 - sdleffler:patch-1, r=alexcrichtonbors-1/+5
2017-02-13Allow more Cell methods for non-Copy typesRalf Jung-60/+60
2017-02-13Fix up linksSteve Klabnik-2/+2
2017-02-13Rollup merge of #39716 - F001:swapCell, r=alexcrichtonCorey Farwell-0/+27
2017-02-12Fix some typos in the core::fmt docs.Ahmed Charles-2/+2
2017-02-12Rollup merge of #39756 - JordiPolo:feature/try_to_question, r=steveklabnikGuillaume Gomez-23/+15
2017-02-12Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when...bors-6/+6
2017-02-12Sustitutes try! for ? in the Result documentationJordi Polo-23/+15
2017-02-11Auto merge of #39736 - frewsxcv:rollup, r=frewsxcvbors-2/+5
2017-02-11Add `swap` method for `Cell`Charlie Fan-0/+27
2017-02-10Rollup merge of #39174 - rspeer:iter-nth-doc-fix, r=alexcrichtonCorey Farwell-2/+5
2017-02-11Auto merge of #39642 - stjepang:specialize-slice-partialord, r=alexcrichtonbors-3/+4
2017-02-10iterator docs: Move paragraph about discarding; clarify "consumed"Rob Speer-5/+5
2017-02-10Rephrase my proposed edit ("objects" -> "elements")Rob Speer-1/+1
2017-02-10Fix a misleading statement in `Iterator.nth()`Rob Speer-1/+4
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-22/+22
2017-02-09Rollup merge of #39615 - phungleson:corefloat, r=alexcrichtonCorey Farwell-83/+98
2017-02-08Remove unnecessary specialization for [u8]Stjepan Glavina-7/+0
2017-02-08Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichtonCorey Farwell-2/+2
2017-02-08Simplify by calling SliceOrd::compareStjepan Glavina-15/+1
2017-02-08Specialize `PartialOrd<A> for [A] where A: Ord`Stjepan Glavina-0/+22
2017-02-07Improve fmt floatSon-83/+98
2017-02-06improve error message when two-arg assert_eq! receives a trailing commaZack M. Davis-6/+6
2017-02-06Revert "Add 128-bit atomics"Alex Crichton-18/+0
2017-02-06Extract collections benchmarks to libcollections/benchesSon-2/+2
2017-02-05Auto merge of #39567 - frewsxcv:rollup, r=frewsxcvbors-4/+664
2017-02-05Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichtonCorey Farwell-4/+664
2017-02-05Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichtonbors-4/+4
2017-02-05Rollup merge of #39477 - jimmycuadra:try-from-parameter-name, r=alexcrichtonCorey Farwell-1/+1