| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -3/+3 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -4/+4 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -12/+12 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -5/+5 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -5/+5 |
| 2013-01-29 | libcore: De-export libcore. rs=deexporting | Patrick Walton | -12/+10 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+3 |
| 2012-12-20 | Fix Option::unwrap_err. | Erick Tryzelaar | -1/+1 |
| 2012-12-18 | core: use movable self to clean up option/result. | Erick Tryzelaar | -44/+43 |