| Age | Commit message (Expand) | Author | Lines |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -2/+2 |
| 2014-11-20 | Implement BorrowFrom<&'a T> for T (with mutable variants) | Jonathan S | -2/+10 |
| 2014-11-20 | Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>. | Simon Sapin | -3/+25 |
| 2014-11-20 | Add comment on why `RefCell::unwrap` is safe | Tobias Bucher | -0/+3 |
| 2014-11-20 | libcore: DSTify ops traits, Equiv | Aaron Turon | -20/+20 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -5/+15 |
| 2014-11-20 | Removed unneeded conversion to a slice. | Davis Silverman | -1/+0 |
| 2014-11-20 | auto merge of #18999 : aturon/rust/stab-floats, r=alexcrichton,alexcrichton | bors | -30/+102 |
| 2014-11-19 | rollup merge of #19108: steveklabnik/doc_atomic_bool | Jakub Bukaj | -98/+296 |
| 2014-11-19 | rollup merge of #19040: alexcrichton/issue-18904 | Jakub Bukaj | -95/+76 |
| 2014-11-19 | rollup merge of #18903: steveklabnik/error_handling_guide | Jakub Bukaj | -46/+0 |
| 2014-11-19 | Document almost all of atomics. | Steve Klabnik | -98/+296 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -95/+76 |
| 2014-11-18 | Fallout from deprecation | Aaron Turon | -7/+9 |
| 2014-11-18 | libs: stabilize most numerics after RFC changes | Aaron Turon | -23/+93 |
| 2014-11-18 | Error handling guide | Steve Klabnik | -46/+0 |
| 2014-11-18 | auto merge of #19060 : Gankro/rust/super-cloned, r=aturon | bors | -4/+45 |
| 2014-11-18 | auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz | bors | -21/+26 |
| 2014-11-18 | add Cloned iterator adaptor | Alexis Beingessner | -1/+40 |
| 2014-11-18 | make cloned generic over deref... and have its tests actually run | Alexis Beingessner | -3/+5 |
| 2014-11-18 | libcore: add num::Int::pow() and deprecate num::pow(). | NODA, Kai | -21/+26 |
| 2014-11-18 | Fix compilation and tests after the roll-up | Jakub Bukaj | -0/+1 |
| 2014-11-18 | rollup merge of #19041: japaric/clone | Jakub Bukaj | -13/+3 |
| 2014-11-18 | rollup merge of #19015: alex/libcore-typos | Jakub Bukaj | -3/+3 |
| 2014-11-18 | rollup merge of #18951: tbu-/pr_array_cloneshow | Jakub Bukaj | -8/+22 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -20/+20 |
| 2014-11-17 | DSTify `impl Clone for &T` | Jorge Aparicio | -13/+3 |
| 2014-11-17 | Further DSTify Index traits | Aaron Turon | -2/+2 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -0/+127 |
| 2014-11-17 | auto merge of #18973 : sfackler/rust/enum-namespace-pt2, r=pcwalton | bors | -15/+46 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -15/+46 |
| 2014-11-17 | auto merge of #19007 : huonw/rust/more-marker-impls, r=alexcrichton | bors | -10/+10 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -16/+16 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -16/+16 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -20/+20 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -0/+9 |
| 2014-11-17 | auto merge of #18927 : areski/rust/pr-improve-option-match-readl, r=jakub- | bors | -5/+20 |
| 2014-11-16 | Fixed a few typos in libcore | Alex Gaynor | -3/+3 |
| 2014-11-17 | Implement more basic traits for the marker types. | Huon Wilson | -10/+10 |
| 2014-11-16 | implement cloned for Option | Alexis Beingessner | -0/+9 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -5/+343 |
| 2014-11-16 | rollup merge of #18970: aturon/fixup-stable | Jakub Bukaj | -11/+61 |
| 2014-11-16 | rollup merge of #18960: stepancheg/cell-default | Jakub Bukaj | -0/+15 |
| 2014-11-16 | Remove core::num::strconv | Brendan Zabarauskas | -411/+282 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+469 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -11/+61 |
| 2014-11-14 | auto merge of #18894 : ArtemGr/rust/patch-1, r=pnkfelix | bors | -1/+1 |
| 2014-11-14 | impl Default for Cell and RefCell | Stepan Koltsov | -0/+15 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -65/+65 |
| 2014-11-14 | Add `Show` and `Clone` trait to arrays | Tobias Bucher | -8/+22 |