| Age | Commit message (Expand) | Author | Lines |
| 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 | -288/+0 |
| 2014-06-29 | core: optimize {option,result}::collect | Erick Tryzelaar | -10/+22 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -20/+20 |
| 2014-06-17 | change ~[] -> Vec for collect() | Nathan Typanski | -7/+11 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -2/+2 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -0/+14 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -7/+7 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -11/+13 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -9/+16 |
| 2014-05-15 | core: Derive Show impls wherever possible | Alex Crichton | -1/+1 |
| 2014-05-12 | Improved example code in Option | Adolfo Ochagavía | -12/+15 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -9/+9 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -24/+0 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -4/+15 |
| 2014-05-07 | core: Remove generics from Option::expect | Alex Crichton | -3/+1 |
| 2014-05-07 | core: Inherit the option module | Alex Crichton | -0/+881 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -468/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -18/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -7/+7 |
| 2013-05-18 | Use four-space indentation, add trailing commas, and remove unnecessary uses ... | Brendan Zabarauskas | -2/+2 |
| 2013-05-18 | Convert various inner doc-comments to outer doc-comments | Brendan Zabarauskas | -11/+5 |
| 2013-05-15 | rc: fix tests | Daniel Micay | -0/+10 |
| 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/+1 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -0/+18 |
| 2013-05-04 | Register snapshots | Brian Anderson | -104/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -2/+2 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -7/+8 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -9/+9 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -0/+104 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -1/+27 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -8/+8 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -243/+104 |
| 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 | -38/+38 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-21 | librustc: Forbid destructors from being attached to any structs that might co... | Patrick Walton | -0/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -4/+4 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -10/+10 |
| 2013-03-14 | MutableIter impl for Option + use it in treemap | Daniel Micay | -1/+8 |
| 2013-03-12 | auto merge of #5328 : bstrie/rust/optadd, r=graydon | bors | -0/+13 |
| 2013-03-11 | Implement Add on Option types | Ben Striegel | -0/+13 |