| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-11-24 | Auto merge of #37944 - bluss:adaptors-are-empty, r=alexcrichton | bors | -6/+57 |
| 2016-11-24 | core: Unroll the loop in the slice iterator search methods | Ulrik Sverdrup | -0/+118 |
| 2016-11-24 | core: Add ptrdistance to slice module | Ulrik Sverdrup | -3/+10 |
| 2016-11-24 | core: Convert utility macros for the slice iterator into a trait | Ulrik Sverdrup | -11/+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 | utf8 validation: Cleanup code by renaming index variable | Ulrik Sverdrup | -15/+15 |
| 2016-11-22 | utf8 validation: Cleanup code in the ascii fast path | Ulrik Sverdrup | -6/+4 |
| 2016-11-22 | Auto merge of #37834 - bluss:peek-none, r=BurntSushi | bors | -23/+41 |
| 2016-11-21 | utf8 validation: Compute block end upfront | Ulrik Sverdrup | -15/+16 |
| 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 |
| 2016-11-12 | Rollup merge of #37716 - GuillaumeGomez:mem_urls, r=@frewsxcv | Eduard-Mihai Burtescu | -16/+23 |
| 2016-11-12 | Rollup merge of #37698 - GuillaumeGomez:marker_urls, r=brson | Eduard-Mihai Burtescu | -21/+21 |
| 2016-11-12 | Rollup merge of #37669 - GuillaumeGomez:always_urls, r=brson | Eduard-Mihai Burtescu | -7/+15 |
| 2016-11-12 | Rollup merge of #37662 - wesleywiser:intrinsics_docs, r=aturon | Eduard-Mihai Burtescu | -0/+418 |
| 2016-11-12 | Fix invalid src url | Guillaume Gomez | -2/+15 |
| 2016-11-11 | Add missing urls for mem module | Guillaume Gomez | -16/+23 |
| 2016-11-10 | Add missing urls for marker's traits | Guillaume Gomez | -21/+21 |
| 2016-11-10 | Add missing urls for FusedIterator and TrustedLen traits | Guillaume Gomez | -7/+15 |
| 2016-11-09 | Rollup merge of #37627 - GuillaumeGomez:missing_urls_bis, r=frewsxcv | Eduard-Mihai Burtescu | -54/+92 |
| 2016-11-09 | Rollup merge of #37472 - joshtriplett:doc-fmt-write-io-write, r=brson | Eduard-Mihai Burtescu | -0/+30 |
| 2016-11-08 | Add documentation for some of the add/sub/mul intrinsics | Wesley Wiser | -0/+18 |
| 2016-11-08 | Add documentation for the `volatile_read` and `volatile_write` intrinsics | Wesley Wiser | -0/+4 |
| 2016-11-08 | Add documentation for many of the atomic_* intrinsics | Wesley Wiser | -0/+396 |
| 2016-11-08 | Add missing urls and few local rewrites | Guillaume Gomez | -54/+92 |
| 2016-11-08 | Add missing urls for Sum and Product traits | Guillaume Gomez | -8/+16 |