| Age | Commit message (Expand) | Author | Lines |
| 2016-04-21 | Auto merge of #33079 - bluss:split-iter, r=alexcrichton | bors | -5012/+5113 |
| 2016-04-20 | Auto merge of #32942 - alexcrichton:bootstrap-from-previous, r=brson | bors | -49/+0 |
| 2016-04-19 | Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brson | bors | -20/+32 |
| 2016-04-19 | mk: Bootstrap from stable instead of snapshots | Alex Crichton | -49/+0 |
| 2016-04-18 | core::iter: Move ExactSizeIterator impls to each struct definition | Ulrik Sverdrup | -19/+19 |
| 2016-04-18 | core::iter: break long lines | Ulrik Sverdrup | -2/+5 |
| 2016-04-18 | Split core::iter module implementation into parts | Ulrik Sverdrup | -5012/+5110 |
| 2016-04-17 | Auto merge of #33016 - tbu-:pr_doc_peekable, r=alexcrichton | bors | -2/+7 |
| 2016-04-17 | Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichton | Manish Goregaokar | -1/+15 |
| 2016-04-17 | Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnik | Manish Goregaokar | -0/+52 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -6/+3 |
| 2016-04-16 | Auto merge of #33019 - kamalmarhubi:binary_search_by_key, r=alexcrichton | bors | -1/+1 |
| 2016-04-16 | Implement `Display` and `Hash` for `std::num::Wrapping` | Tobias Bucher | -1/+15 |
| 2016-04-15 | Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton | bors | -2/+9 |
| 2016-04-15 | slice: Add tracking issue for slice_binary_search_by_key | Kamal Marhubi | -1/+1 |
| 2016-04-16 | Add a note about side effects for "peekable" iterators | Tobias Bucher | -2/+7 |
| 2016-04-15 | Implement `Default` for more types in the standard library | Tobias Bucher | -2/+9 |
| 2016-04-14 | Auto merge of #32693 - kamalmarhubi:binary_search_by_key, r=alexcrichton | bors | -0/+13 |
| 2016-04-14 | Rollup merge of #32893 - khernyo:clarify-try-doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-04-14 | Add examples for std::ptr module functions | ggomez | -0/+52 |
| 2016-04-13 | Add a note about overflowing in the `RangeFrom` iterator | Tobias Bucher | -0/+5 |
| 2016-04-12 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+13 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -6/+3 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -51/+84 |
| 2016-04-12 | Clarify try! doc example | Szabolcs Berecz | -1/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -51/+84 |
| 2016-04-11 | Rollup merge of #32873 - jethrogb:patch-2, r=steveklabnik | Steve Klabnik | -41/+53 |
| 2016-04-11 | Rollup merge of #32862 - raphlinus:master, r=bluss | Steve Klabnik | -1/+2 |
| 2016-04-11 | Rollup merge of #32854 - GuillaumeGomez:result_doc, r=steveklabnik | Steve Klabnik | -3/+44 |
| 2016-04-11 | Rollup merge of #32768 - GuillaumeGomez:slice_doc, r=steveklabnik | Steve Klabnik | -0/+81 |
| 2016-04-10 | Match signed/unsigned integer type docs | jethrogb | -41/+53 |
| 2016-04-09 | Bit-magic for faster is_char_boundary | Raph Levien | -1/+2 |
| 2016-04-09 | Add some missing commas and missing titles/formatting | Guillaume Gomez | -3/+44 |
| 2016-04-08 | Add doc example for Iter and IterMut | Guillaume Gomez | -4/+162 |
| 2016-04-07 | Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=bluss | Manish Goregaokar | -39/+35 |
| 2016-04-07 | Rollup merge of #32757 - taralx:patch-1, r=brson | Manish Goregaokar | -12/+12 |
| 2016-04-07 | Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichton | Manish Goregaokar | -38/+143 |
| 2016-04-06 | slice: Use doc(hidden) on private traits | Ulrik Sverdrup | -0/+4 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -2/+2 |
| 2016-04-05 | Fix typos in atomic compare_exchange. | JP Sugarbroad | -12/+12 |
| 2016-04-05 | Specialize equality for [T] and comparison for [u8] | Ulrik Sverdrup | -38/+139 |
| 2016-04-05 | Remove strange names created by lack of privacy-conscious name lookup | Tobias Bucher | -39/+35 |
| 2016-04-03 | Auto merge of #32672 - ollie27:patch-5, r=alexcrichton | bors | -2/+2 |
| 2016-04-01 | Fix a couple of dead links on core::num::ParseFloatError docs | Oliver Middleton | -2/+2 |
| 2016-04-02 | Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton | Manish Goregaokar | -2/+8 |
| 2016-04-01 | Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-03-31 | Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichton | bors | -6/+2 |
| 2016-03-31 | added missing refcell ref/refmut coercions to unsized | Валерий Лашманов | -2/+8 |
| 2016-03-31 | Fix formatting in the documentation for AtomicIsize::compare_exchange_weak | Amanieu d'Antras | -1/+1 |
| 2016-03-30 | Rollup merge of #32580 - durka:patch-17, r=steveklabnik | Steve Klabnik | -10/+10 |