| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -39/+265 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38693 - lucis-fluxum:partialord-typo-fix, r=steveklabnik | Alex Crichton | -1/+1 |
| 2016-12-29 | Rollup merge of #38674 - GuillaumeGomez:atomic_fn_docs, r=frewsxcv | Alex Crichton | -8/+15 |
| 2016-12-29 | Rollup merge of #38649 - GuillaumeGomez:atomicint_docs, r=frewsxcv | Alex Crichton | -17/+36 |
| 2016-12-29 | Rollup merge of #38635 - GuillaumeGomez:atomicptr_docs, r=frewsxcv | Alex Crichton | -14/+37 |
| 2016-12-29 | Rollup merge of #38611 - GuillaumeGomez:atomicbool_docs, r=frewsxcv | Alex Crichton | -13/+35 |
| 2016-12-29 | Fix typo in PartialOrd docs | Luc Street | -1/+1 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -3/+4 |
| 2016-12-29 | Add missing urls for atomic fn docs | Guillaume Gomez | -8/+15 |
| 2016-12-28 | Add missing urls for AtomicPtr | Guillaume Gomez | -14/+37 |
| 2016-12-28 | Add missing urls for atomic_int macros types | Guillaume Gomez | -17/+36 |
| 2016-12-27 | Clarify Extend behaviour wrt existing keys | Sebastian Hahn | -1/+2 |
| 2016-12-26 | Add missing urls in AtomicBool docs | Guillaume Gomez | -13/+35 |
| 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 | Allow `writeln!` without arguments, in symmetry with `println!` | Tobias Bucher | -1/+5 |
| 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-15 | Clarify zero-value behavior of `ctlz`/`cttz` intrinsics. | Corey Farwell | -2/+50 |
| 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 | Use more specific panic message for &str slicing errors | Ulrik Sverdrup | -4/+22 |
| 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 |