| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-09 | auto merge of #14053 : FlaPer87/rust/master, r=huonw | bors | -0/+1 |
| 2014-05-08 | auto merge of #14019 : brson/rust/docs, r=alexcrichton | bors | -44/+24 |
| 2014-05-09 | core: Allow kinds derivings | Flavio Percoco | -0/+1 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -3/+33 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -55/+56 |
| 2014-05-08 | Handle fallout for vector addition | Kevin Ballard | -17/+0 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -50/+51 |
| 2014-05-08 | Remove FromIterator impl for ~[T] | Kevin Ballard | -33/+0 |
| 2014-05-07 | std: Small doc tweaks | Brian Anderson | -1/+3 |
| 2014-05-07 | std: Change names of transmute's type parameters | Brian Anderson | -1/+1 |
| 2014-05-07 | std: Reorder definitions in cast | Brian Anderson | -19/+19 |
| 2014-05-07 | std: Remove bump_box_refcount. Deprecated and unused. Deprecused. | Brian Anderson | -23/+1 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -25/+59 |