| Age | Commit message (Expand) | Author | Lines |
| 2015-10-13 | Document the free functions of std::iter | Steve Klabnik | -1/+109 |
| 2015-10-12 | Auto merge of #28914 - steveklabnik:doc_iterator, r=alexcrichton | bors | -29/+271 |
| 2015-10-12 | Write better module-level docs for std::iter | Steve Klabnik | -29/+271 |
| 2015-10-11 | Auto merge of #28964 - eminence:docfix, r=sfackler | bors | -1/+1 |
| 2015-10-11 | core: Update the safety docs for core::ptr::write | Ulrik Sverdrup | -3/+5 |
| 2015-10-10 | Trivial typo fix: from_utrf8 should be from_utf8 | Andrew Chin | -1/+1 |
| 2015-10-09 | Improve docs for write!/writeln! macros | Steve Klabnik | -4/+30 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -11/+11 |
| 2015-10-08 | Auto merge of #28913 - steveklabnik:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -11/+11 |
| 2015-10-08 | Rollup merge of #28910 - frewsxcv:patch-26, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-10-08 | Auto merge of #28826 - arthurprs:leading_plus, r=alexcrichton | bors | -40/+41 |
| 2015-10-08 | Auto merge of #28897 - steveklabnik:rollup, r=steveklabnik | bors | -36/+95 |
| 2015-10-08 | Format code-like text in Iterator::cloned doc-comment | Corey Farwell | -1/+1 |
| 2015-10-07 | Rollup merge of #28896 - mkpankov:core-fmt, r=nrc | Steve Klabnik | -35/+93 |
| 2015-10-08 | Fix comment gone astray | Michael Pankov | -1/+2 |
| 2015-10-08 | rustfmt hash submodule | Michael Pankov | -15/+27 |
| 2015-10-08 | rustfmt part of libcore/fmt | Michael Pankov | -20/+65 |
| 2015-10-07 | core: Derive Default for Wrapping<T> | Cristi Cobzarenco | -1/+1 |
| 2015-10-07 | Alter formatting for words in Option::cloned doc comment | Corey Farwell | -1/+2 |
| 2015-10-07 | Auto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton | bors | -0/+3 |
| 2015-10-06 | Link from Fuse type docstring to iter.fuse that creates them | Martin Pool | -0/+3 |
| 2015-10-05 | Fix doc typo in num::{f32,f64}. | Jed Davis | -2/+2 |
| 2015-10-03 | integer parsing should accept leading plus | arthurprs | -40/+41 |
| 2015-10-03 | Auto merge of #28818 - Stebalien:fix-iter-chain-order, r=alexcrichton | bors | -1/+6 |
| 2015-10-02 | Rollup merge of #28812 - steveklabnik:improve_str_from_utf8_docs, r=brson | Steve Klabnik | -5/+119 |
| 2015-10-02 | Improve documentation for the from_utf8 family | Steve Klabnik | -5/+119 |
| 2015-10-02 | Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichton | bors | -11/+43 |
| 2015-10-02 | libcore: Chain must exhaust a before b. | Steven Allen | -1/+6 |
| 2015-10-01 | Implement `size_hint` for `EscapeUnicode` | Simon Mazur | -4/+20 |
| 2015-10-01 | Remove one level of indirection for slice-based PartialEq impls | Björn Steinbrink | -4/+4 |
| 2015-10-01 | Auto merge of #28780 - steveklabnik:doc_from_str, r=alexcrichton | bors | -0/+15 |
| 2015-09-30 | Rollup merge of #28760 - steveklabnik:gh28166, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-09-30 | Add some docs for FromString::from_str | Steve Klabnik | -0/+15 |
| 2015-09-30 | Rollup merge of #28754 - luser:fix-rustdoc-module-links, r=Manishearth | Steve Klabnik | -9/+9 |
| 2015-09-30 | Fix module links from core::fmt::* to go to std::fmt | Ted Mielczarek | -9/+9 |
| 2015-09-30 | Clarify logic instead of using 'vice versa' | Steve Klabnik | -1/+1 |
| 2015-09-30 | Fix module links in std::fmt and the Rust book's documentation chapter. | Ted Mielczarek | -9/+9 |
| 2015-09-30 | Auto merge of #28738 - apasel422:peekable, r=alexcrichton | bors | -9/+1 |
| 2015-09-30 | Implement `size_hint` for `EscapeDefault` | Simon Mazur | -16/+14 |
| 2015-09-30 | Auto merge of #28731 - bluss:by-ref, r=alexcrichton | bors | -5/+5 |
| 2015-09-29 | Derive `Clone` for `Peekable` | Andrew Paseltiner | -9/+1 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -5/+5 |
| 2015-09-29 | Improve speed of `fmt::Debug` for `str` and `char` | Simon Mazur | -7/+25 |
| 2015-09-26 | Rollup merge of #28678 - fhartwig:deref-elide, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-26 | Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundi | bors | -5/+9 |
| 2015-09-26 | Elide lifetime in Deref doc example | Florian Hartwig | -1/+1 |
| 2015-09-26 | Auto merge of #28615 - sfackler:formatter-methods, r=alexcrichton | bors | -7/+29 |
| 2015-09-25 | Rollup merge of #28652 - SimonSapin:patch-11, r=sanxiyn | Steve Klabnik | -2/+2 |
| 2015-09-25 | Rollup merge of #28637 - SimonSapin:patch-6, r=alexcrichton | Steve Klabnik | -2/+2 |