| Age | Commit message (Expand) | Author | Lines |
| 2015-06-03 | Improve `try!` docs to make clearer it returns `Result`. | Carol Nichols | -1/+3 |
| 2015-06-02 | Auto merge of #25867 - petrochenkov:ucellv, r=alexcrichton | bors | -1/+8 |
| 2015-06-02 | Rollup merge of #25920 - tshepang:option-map-example, r=Gankro | Manish Goregaokar | -3/+5 |
| 2015-06-01 | doc: improve Option::map example | Tshepang Lekhonkhobe | -3/+5 |
| 2015-06-01 | Auto merge of #25923 - tshepang:patch-1, r=Gankro | bors | -1/+1 |
| 2015-05-31 | doc: fix displayed message | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-31 | doc: improve map_or and map_or_else | Tshepang Lekhonkhobe | -6/+8 |
| 2015-05-30 | Deprecate UnsafeCell::value | petrochenkov | -1/+8 |
| 2015-05-30 | Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton | bors | -0/+94 |
| 2015-05-29 | Rollup merge of #25861 - tringenbach:master, r=steveklabnik | Steve Klabnik | -6/+48 |
| 2015-05-29 | Implement RFC 771: std::iter::once | Nathaniel Theis | -0/+94 |
| 2015-05-29 | Improve mem::forget documentation | Tim Ringenbach | -6/+48 |
| 2015-05-29 | Auto merge of #25830 - steveklabnik:debug_docs, r=alexcrichton | bors | -0/+44 |
| 2015-05-29 | Auto merge of #25747 - SimonSapin:map_ref, r=alexcrichton | bors | -4/+152 |
| 2015-05-29 | Add map and filter_map associated functions to std::cell::Ref and RefMut | Simon Sapin | -1/+132 |
| 2015-05-28 | Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton | bors | -2/+8 |
| 2015-05-28 | Move std::cell::clone_ref to a clone associated function on std::cell::Ref | Simon Sapin | -3/+20 |
| 2015-05-28 | Improve Debug documentation | Steve Klabnik | -0/+44 |
| 2015-05-28 | Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonw | bors | -8/+0 |
| 2015-05-27 | Remove mentions of int / uint from the isize / usize docs | Jake Goulding | -8/+0 |
| 2015-05-28 | Rollup merge of #25726 - nham:cell_docs, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -30/+24 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -81/+6 |
| 2015-05-25 | Auto merge of #25698 - mdinger:flat_map, r=steveklabnik | bors | -10/+9 |
| 2015-05-25 | Auto merge of #25756 - tshepang:needless-cloned, r=steveklabnik | bors | -1/+1 |
| 2015-05-25 | doc: add example for Iterator::cloned() | Tshepang Lekhonkhobe | -2/+13 |
| 2015-05-24 | doc: cloned() and mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-24 | Implement Eq for Cell and RefCell. | Simon Sapin | -2/+8 |
| 2015-05-23 | Rollup merge of #25687 - tamird:num-self-cleanup, r=Gankro | Oliver Schneider | -114/+114 |
| 2015-05-23 | Auto merge of #24847 - sfackler:debug-builders-stability, r=aturon | bors | -23/+23 |
| 2015-05-22 | Simplify flat_map example | mdinger | -10/+9 |
| 2015-05-22 | docs: Improve descriptions for some methods in core::cell. | Nick Hamann | -4/+4 |
| 2015-05-21 | Standardize on `$t:ty` | Tamir Duberstein | -5/+5 |
| 2015-05-21 | Use `Self` to simplify | Tamir Duberstein | -109/+109 |
| 2015-05-20 | doc: that did not render well, so make it fit in one line | Tshepang Lekhonkhobe | -3/+2 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -23/+23 |
| 2015-05-19 | Fix for https://github.com/rust-lang/rust/pull/25583 | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2015-05-19 | Rollup merge of #25591 - rick68:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichton | bors | -25/+50 |
| 2015-05-19 | Update iter.rs | Wei-Ming Yang | -1/+1 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-19 | Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon | bors | -1/+1 |
| 2015-05-19 | Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturon | bors | -3/+12 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+12 |
| 2015-05-18 | Add example for from_str_radix | Steve Klabnik | -8/+4 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+45 |
| 2015-05-16 | Auto merge of #25434 - dotdash:gep, r=alexcrichton | bors | -45/+75 |
| 2015-05-16 | std: Fix missing stability on iter::Cloned | Alex Crichton | -1/+1 |