| Age | Commit message (Expand) | Author | Lines |
| 2016-05-07 | Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnik | Steve Klabnik | -0/+11 |
| 2016-05-07 | Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -1/+1 |
| 2016-05-06 | Add `get_mut` methods to the `RefCell` and `Cell` | Tobias Bucher | -0/+24 |
| 2016-05-05 | Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichton | bors | -0/+9 |
| 2016-05-05 | Add an example to Wrapping's documentation. | Philipp Matthias Schaefer | -0/+11 |
| 2016-05-04 | Update iterator.rs | Kaiyin Zhong | -1/+1 |
| 2016-05-04 | errors in the doc | Kaiyin Zhong | -2/+2 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -1/+1 |
| 2016-05-03 | Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brson | Manish Goregaokar | -0/+1 |
| 2016-05-03 | Rollup merge of #33335 - cramertj:master, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2016-05-02 | libcore: Inline `mem::forget()`. | Patrick Walton | -0/+1 |
| 2016-05-02 | Auto merge of #33289 - birkenfeld:chain-find, r=bluss | bors | -0/+17 |
| 2016-05-01 | docs: Changed docs for `size_of` to describe size as a stride offset | Taylor Cramer | -5/+5 |
| 2016-04-30 | Implement find() on Chain iterators | Georg Brandl | -0/+17 |
| 2016-04-30 | Impl int/uint::MIN/MAX in terms of min/max_value | Simonas Kazlauskas | -0/+26 |
| 2016-04-28 | Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnik | Steve Klabnik | -0/+3 |
| 2016-04-26 | Auto merge of #31414 - durka:clone-copy, r=alexcrichton | bors | -0/+11 |
| 2016-04-26 | shallow Clone for #[derive(Copy,Clone)] | Alex Burka | -0/+11 |
| 2016-04-22 | Make the `Iterator::enumerate` doc example more clear | Nick Fitzgerald | -5/+4 |
| 2016-04-21 | Auto merge of #33079 - bluss:split-iter, r=alexcrichton | bors | -5012/+5113 |
| 2016-04-20 | Implement negation for wrapping numerals. | Michael Howell | -0/+9 |
| 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 | Improve as_mut ptr method example | Guillaume Gomez | -0/+3 |
| 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 |