| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Reinstate AsSlice impls for Option and Result | Nick Cameron | -0/+16 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -16/+0 |
| 2014-09-28 | Defailbloat fail!(&'static str) | Tobba | -1/+1 |
| 2014-09-26 | Add Option::{ok_or, ok_or_else} | Steven Fackler | -1/+44 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -1/+1 |
| 2014-09-17 | doc: Methods for option::Option | Jonas Hietala | -1/+217 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -2/+14 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -2/+2 |
| 2014-08-28 | stabilize core::option | Aaron Turon | -43/+104 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -1/+4 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -2/+8 |
| 2014-08-18 | Improve text of Option.unwrap() | Steve Klabnik | -1/+1 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -2/+2 |
| 2014-07-31 | Implement slice::Vector for Option<T> and CVec<T> | Derek Harland | -9/+12 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -1/+6 |
| 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 |