| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -45/+75 |
| 2015-05-15 | Fix major compile time regression | Björn Steinbrink | -16/+16 |
| 2015-05-13 | Writer -> Write in macro docs | Steve Klabnik | -1/+1 |
| 2015-05-13 | Remove SNAP comments | Nick Cameron | -18/+18 |
| 2015-05-13 | Rebasing | Nick Cameron | -1/+9 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+88 |
| 2015-05-12 | Rollup merge of #24996 - steveklabnik:gh24163, r=aturon | Manish Goregaokar | -0/+5 |
| 2015-05-12 | TRPL: Borrow and AsRef | Steve Klabnik | -0/+5 |
| 2015-05-12 | Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro | bors | -64/+45 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -19/+19 |
| 2015-05-11 | Reintroduce non-null assumptions in core::slice iterators | Kevin Ballard | -8/+16 |