| Age | Commit message (Expand) | Author | Lines |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -73/+148 |
| 2014-05-19 | auto merge of #14294 : kballard/rust/result_unwrap_or_else, r=alexcrichton | bors | -4/+11 |
| 2014-05-19 | Rename Result.unwrap_or_handle() to .unwrap_or_else() | Kevin Ballard | -4/+11 |
| 2014-05-19 | auto merge of #14292 : limeburst/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-05-20 | Fix typo in libcore | Jihyeok Seo | -1/+1 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -18/+25 |
| 2014-05-18 | auto merge of #14276 : aochagavia/rust/pr, r=alexcrichton | bors | -2/+2 |
| 2014-05-18 | Removed unnecessary transmute | Adolfo OchagavĂa | -2/+2 |
| 2014-05-18 | auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr | bors | -4/+32 |
| 2014-05-17 | auto merge of #14249 : alexcrichton/rust/issue-14246, r=huonw | bors | -1/+17 |
| 2014-05-17 | core: Document FormatWriter and allow `write!` | Alex Crichton | -4/+32 |
| 2014-05-17 | core: Clarify the documentation on core's prelude | Alex Crichton | -1/+17 |
| 2014-05-17 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-05-16 | auto merge of #14135 : gereeter/rust/two-way-search, r=brson | bors | -26/+206 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -132/+219 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -27/+1 |
| 2014-05-15 | core: Implement f32/f64 formatting | Alex Crichton | -0/+362 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | core: Derive Show impls wherever possible | Alex Crichton | -6/+6 |
| 2014-05-15 | core: Implement and export the try! macro | Alex Crichton | -0/+6 |
| 2014-05-15 | core: Allow formatted failure and assert in core | Alex Crichton | -2/+25 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -18/+61 |
| 2014-05-15 | core: Inherit the std::fmt module | Alex Crichton | -0/+1407 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -2/+699 |
| 2014-05-15 | Implement cell::clone_ref | Keegan McAllister | -0/+34 |
| 2014-05-15 | core: Remove the unit module | Brian Anderson | -47/+22 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -0/+3 |
| 2014-05-15 | Register new snapshots | Alex Crichton | -104/+0 |
| 2014-05-14 | auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton | bors | -1/+33 |
| 2014-05-14 | Switched to the two-way algorithm for string searching | Jonathan S | -26/+206 |
| 2014-05-14 | define Eq,TotalEq,Ord,TotalOrd for &mut T | Daniel Brooks | -1/+33 |
| 2014-05-13 | core: Allow using failure outside of libcore | Alex Crichton | -4/+7 |
| 2014-05-13 | core: Document should_not_exist's existence | Alex Crichton | -0/+16 |
| 2014-05-13 | core: Add a crate doc block | Alex Crichton | -0/+21 |
| 2014-05-13 | core: Inherit the atomics module | Alex Crichton | -0/+792 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -0/+1 |
| 2014-05-13 | std: Rename str::Normalizations to str::Decompositions | Florian Zeitz | -3/+3 |
| 2014-05-13 | core: Move Hangul decomposition into unicode.rs | Florian Zeitz | -50/+52 |
| 2014-05-13 | core: Use appropriately sized integers for codepoints and bytes | Florian Zeitz | -50/+45 |
| 2014-05-13 | std, core: Generate unicode.rs using unicode.py | Florian Zeitz | -4/+7 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -93/+95 |
| 2014-05-12 | Improved example code in Option | Adolfo OchagavĂa | -12/+15 |
| 2014-05-12 | libcore: remove fails from slice.rs and remove duplicated length checking | Kevin Butler | -24/+35 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | register snapshots | Daniel Micay | -16/+0 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -189/+165 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -3/+5 |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -5/+21 |
| 2014-05-10 | auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw | bors | -2/+2 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -1/+1 |