| Age | Commit message (Expand) | Author | Lines |
| 2014-08-04 | Clarify Argument docs. | Steve Klabnik | -3/+3 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -2/+4 |
| 2014-07-26 | auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+1 |
| 2014-07-25 | rustdoc: Hide impls for #[doc(hidden)] traits | Alex Crichton | -0/+1 |
| 2014-07-25 | Fix assert message | Randati | -1/+1 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -4/+12 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -305/+0 |
| 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 | -7/+7 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -29/+29 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -131/+12 |
| 2014-06-12 | auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichton | bors | -1/+14 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -131/+12 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -6/+0 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -3/+0 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -1/+14 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -3/+3 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -6/+0 |
| 2014-06-01 | rustdoc: Fix some more broken links | Alex Crichton | -3/+27 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -7/+7 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -14/+13 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 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 | -118/+120 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-18 | auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr | bors | -4/+32 |
| 2014-05-17 | core: Document FormatWriter and allow `write!` | Alex Crichton | -4/+32 |
| 2014-05-17 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -32/+57 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -27/+1 |
| 2014-05-15 | core: Implement f32/f64 formatting | Alex Crichton | -0/+362 |
| 2014-05-15 | core: Inherit the std::fmt module | Alex Crichton | -0/+1404 |