| Age | Commit message (Expand) | Author | Lines |
| 2014-08-29 | Register new snapshots | Alex Crichton | -20/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+20 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -5/+5 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -5/+82 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -3/+21 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -129/+0 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -13/+13 |
| 2014-06-24 | core: Add stability attributes to Clone | Brian Anderson | -0/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -0/+17 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -5/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-28 | Silence warning in RefCell test suite | Keegan McAllister | -0/+1 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -14/+18 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -14/+18 |
| 2014-05-23 | auto merge of #14359 : brson/rust/minordoc, r=alexcrichton | bors | -2/+1 |
| 2014-05-23 | Minor library doc copyediting | Brian Anderson | -2/+1 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+3 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -2/+2 |
| 2014-05-20 | Address review comments | Brian Anderson | -4/+4 |
| 2014-05-20 | core: Convert TODOs to FIXMEs | Brian Anderson | -4/+4 |
| 2014-05-20 | core: Improve docs for cell | Brian Anderson | -1/+151 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -1/+1 |
| 2014-05-15 | Implement cell::clone_ref | Keegan McAllister | -0/+34 |
| 2014-05-07 | std: Small doc tweaks | Brian Anderson | -1/+1 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -7/+7 |
| 2014-05-07 | core: Inherit the cell module | Alex Crichton | -0/+310 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -136/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -2/+2 |
| 2013-05-15 | rc: fix tests | Daniel Micay | -0/+7 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -6/+6 |
| 2013-05-10 | Stop using the '<->' operator | Alex Crichton | -3/+2 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -0/+1 |
| 2013-05-05 | mark Cell as non-Const with #[mutable] | Daniel Micay | -0/+1 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -2/+2 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -1/+1 |
| 2013-04-22 | cell: public field is unsafe | Daniel Micay | -1/+1 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-04 | Add cell#with_mut_ref for handling mutable references to the content. | Jack Moffitt | -0/+26 |
| 2013-04-03 | Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs. | Matthijs Hofstra | -7/+5 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -2/+1 |
| 2013-03-26 | core: Make sure every module at least has a one-line description | Brian Anderson | -3/+7 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -4/+4 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -1/+12 |