| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Reinstate AsSlice impls for Option and Result | Nick Cameron | -0/+21 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -21/+0 |
| 2014-09-17 | doc: Methods for result::Result. | Jonas Hietala | -28/+228 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -27/+27 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -2/+14 |
| 2014-08-28 | stabilize core::result | Aaron Turon | -41/+173 |
| 2014-07-14 | Document that Result.unwrap prints the Err's value | masklinn | -2/+8 |
| 2014-07-04 | Fixed Result type parameters in doc comment. | Zbigniew Siciarz | -1/+1 |
| 2014-06-30 | auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton | bors | -10/+22 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -163/+0 |
| 2014-06-29 | core: optimize {option,result}::collect | Erick Tryzelaar | -10/+22 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -13/+13 |
| 2014-06-17 | change ~[] -> Vec for collect() | Nathan Typanski | -7/+11 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-06-01 | auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri... | bors | -1/+3 |
| 2014-06-01 | Fix docs for `core::result::Result::map`. | Utkarsh Kukreti | -1/+3 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -52/+61 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-19 | Rename Result.unwrap_or_handle() to .unwrap_or_else() | Kevin Ballard | -4/+11 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -21/+19 |
| 2014-05-15 | core: Derive Show impls wherever possible | Alex Crichton | -1/+1 |
| 2014-05-15 | core: Implement unwrap()/unwrap_err() on Result | Alex Crichton | -0/+29 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -1/+1 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -7/+7 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -5/+3 |
| 2014-05-07 | core: Inherit the result module | Alex Crichton | -0/+754 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -456/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -7/+7 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -5/+5 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+2 |
| 2013-05-09 | libcore: rename vec::each(variable) to variable.each | Youngmin Yoo | -1/+1 |
| 2013-05-04 | Register snapshots | Brian Anderson | -7/+0 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -1/+1 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -0/+7 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -4/+2 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -14/+14 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-23 | core: derive Clone for core types | Andrew Paseltiner | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -27/+27 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -16/+16 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 |