| Age | Commit message (Expand) | Author | Lines |
| 2014-05-21 | Add examples for edge cases of str.split/str.splitn | Tobias Bucher | -0/+9 |
| 2014-05-21 | auto merge of #14316 : kballard/rust/range_inclusive_no_toprimitive, r=alexcr... | bors | -1/+1 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -73/+148 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -73/+148 |
| 2014-05-20 | auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brson | bors | -5/+14 |
| 2014-05-20 | Remove useless ToPrimitive bound on range_inclusive() | Kevin Ballard | -1/+1 |
| 2014-05-20 | Address review comments | Brian Anderson | -6/+6 |
| 2014-05-20 | core: Convert TODOs to FIXMEs | Brian Anderson | -5/+5 |
| 2014-05-20 | core: Spruce up the crate description | Brian Anderson | -11/+22 |
| 2014-05-20 | core: More concise description for mod ops | Brian Anderson | -1/+1 |
| 2014-05-20 | core: Improve docs for cell | Brian Anderson | -1/+151 |
| 2014-05-19 | auto merge of #14289 : TyOverby/rust/master, r=alexcrichton | bors | -8/+18 |
| 2014-05-19 | core::iter::order functions now take two types of iterators. | TyOverby | -8/+18 |
| 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-19 | rustc: Add official support for weak failure | Alex Crichton | -5/+14 |
| 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 |