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