| Age | Commit message (Expand) | Author | Lines |
| 2016-12-20 | Rollup merge of #38158 - sourcefrog:doc-iter, r=GuillaumeGomez | Alex Crichton | -3/+26 |
| 2016-12-20 | Rollup merge of #37761 - christophebiocca:borrow-stdlib-fn-refactor, r=alexcr... | Alex Crichton | -9/+13 |
| 2016-12-19 | Rollup merge of #38334 - frewsxcv:BuildHasherDefault, r=GuillaumeGomez | Seo Sanghyeon | -3/+37 |
| 2016-12-16 | Address fallout | Aaron Turon | -7/+7 |
| 2016-12-16 | Rewrite, improve documentation for `core::hash::BuildHasherDefault`. | Corey Farwell | -3/+37 |
| 2016-12-15 | Deprecate std::cell::RefCell::borrow_state | Aaron Turon | -0/+2 |
| 2016-12-15 | Stabilize std::cell::Ref::clone | Aaron Turon | -3/+1 |
| 2016-12-15 | Stabilize std::char::{encode_utf8, encode_utf16} | Aaron Turon | -2/+2 |
| 2016-12-15 | Stabilize std::sync::atomic::Atomic*::{get_mut, into_inner} | Aaron Turon | -12/+6 |
| 2016-12-15 | Stabilize Iterator::{min_by, max_by} | Aaron Turon | -2/+2 |
| 2016-12-13 | doc: Explain meaning of Result iters and link to factory functions. | Martin Pool | -3/+26 |
| 2016-12-13 | Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichton | bors | -0/+83 |
| 2016-12-12 | Implement RFC #1725 | Steven Fackler | -0/+83 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -1/+1 |
| 2016-12-07 | Auto merge of #38149 - bluss:is-empty, r=alexcrichton | bors | -1/+13 |
| 2016-12-07 | Auto merge of #38134 - bluss:iter-nth, r=aturon | bors | -1/+4 |
| 2016-12-04 | iter: Forward ExactSizeIterator methods for &mut I | Ulrik Sverdrup | -1/+8 |
| 2016-12-04 | core: Forward ExactSizeIterator::is_empty for Bytes | Ulrik Sverdrup | -0/+5 |
| 2016-12-03 | Rollup merge of #38090 - GuillaumeGomez:option_doc, r=frewsxcv | Corey Farwell | -0/+10 |
| 2016-12-02 | core: Remove Self: Sized from Iterator::nth | Ulrik Sverdrup | -1/+4 |
| 2016-11-30 | Auto merge of #38047 - canndrew:fmt-void-non-empty, r=bluss | bors | -1/+3 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-30 | Add cloned example for Option | Guillaume Gomez | -0/+10 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-28 | Make core::fmt::Void a non-empty type. | Andrew Cann | -1/+3 |
| 2016-11-27 | Add borrow support for slice binary search methods. | Christophe Biocca | -9/+13 |
| 2016-11-26 | Auto merge of #36340 - sfackler:slice-get-slice, r=alexcrichton | bors | -168/+331 |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -0/+5 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -168/+331 |
| 2016-11-26 | Auto merge of #38015 - sanxiyn:rollup, r=sanxiyn | bors | -4/+4 |
| 2016-11-26 | Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton | Seo Sanghyeon | -4/+4 |
| 2016-11-25 | Auto merge of #37961 - samestep:radices, r=frewsxcv | bors | -1/+1 |
| 2016-11-25 | rustbuild: Point to core and collections's external benchmarks. | Ulrik Sverdrup | -0/+5 |
| 2016-11-24 | Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichton | bors | -6/+57 |
| 2016-11-24 | Auto merge of #37943 - bluss:exact-is-empty, r=alexcrichton | bors | -2/+10 |
| 2016-11-23 | Use "radices" instead of "radicum" | Sam Estep | -1/+1 |
| 2016-11-23 | core: Fix example for .map() | Ulrik Sverdrup | -1/+1 |
| 2016-11-23 | core: Iterator docs, collect is not an adaptor | Ulrik Sverdrup | -3/+3 |
| 2016-11-23 | core, collections: Implement better .is_empty() for slice and vec iterators | Ulrik Sverdrup | -2/+10 |
| 2016-11-22 | core: Forward ExactSizeIterator methods for important iterator adaptors | Ulrik Sverdrup | -6/+57 |
| 2016-11-22 | Auto merge of #37834 - bluss:peek-none, r=BurntSushi | bors | -23/+41 |
| 2016-11-20 | Auto merge of #37888 - bluss:chars-count, r=alexcrichton | bors | -0/+16 |
| 2016-11-20 | Rollup merge of #37882 - ollie27:chars_last, r=bluss | Guillaume Gomez | -0/+12 |
| 2016-11-20 | Optimise CharIndices::last() | Oliver Middleton | -0/+6 |
| 2016-11-19 | str: Improve .chars().count() | Ulrik Sverdrup | -0/+16 |
| 2016-11-19 | Optimise Chars::last() | Oliver Middleton | -0/+6 |
| 2016-11-18 | Fix `fmt::Debug` for strings, e.g. for Chinese characters | Tobias Bucher | -97/+230 |
| 2016-11-17 | core::iter: Peekable should remember peeking a None | Ulrik Sverdrup | -23/+41 |
| 2016-11-12 | Remove macro work-around. | Mark-Simulacrum | -8/+3 |
| 2016-11-12 | Rollup merge of #37727 - GuillaumeGomez:invalid_src, r=eddyb | Eduard-Mihai Burtescu | -2/+15 |