| Age | Commit message (Expand) | Author | Lines |
| 2015-06-10 | Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichton | bors | -4/+16 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -10/+10 |
| 2015-06-10 | Have std::fmt::Formatter implement std::fmt::Write. | Simon Sapin | -7/+15 |
| 2015-06-10 | core: impl Clone for option::IntoIter and iter::Once | Ulrik Sverdrup | -0/+2 |
| 2015-06-10 | Add a write_char method to std::fmt::Formatter. | Simon Sapin | -4/+8 |
| 2015-06-10 | Improve examples for atomic types. | Johannes Oertel | -54/+71 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+13 |
| 2015-06-09 | Add missing #[inline] to methods related to char. | marcell | -0/+4 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -6/+6 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -4/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -4/+1 |
| 2015-06-07 | Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichton | bors | -19/+4 |
| 2015-06-06 | Remove many unneeded feature annotations in the docs | Steve Klabnik | -19/+4 |
| 2015-06-04 | Doc-comment fix; trait names are capitalized | Corey Farwell | -2/+2 |
| 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 |