| Age | Commit message (Expand) | Author | Lines |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -4/+5 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -0/+6 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -3/+3 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -19/+11 |
| 2014-06-03 | Implement ToJson for &[T], and add tests. Closes #14619 | Jorge Aparicio | -0/+54 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -18/+18 |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -20/+22 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -29/+20 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -12/+13 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -151/+151 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -151/+151 |
| 2014-05-27 | serialize: Remove old commented out code | Erick Tryzelaar | -30/+0 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -64/+64 |
| 2014-05-24 | Removed unnecessary macro declaration | Adolfo OchagavĂa | -4/+0 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -3/+11 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -3/+9 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -255/+291 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -5/+5 |
| 2014-05-15 | auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmr | bors | -7/+5 |
| 2014-05-14 | Change StrBuf::from_utf8() to return Result | Kevin Ballard | -7/+5 |
| 2014-05-13 | serialize: Broaden ignores of json tests | Alex Crichton | -2/+2 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -7/+7 |
| 2014-05-09 | auto merge of #14065 : alexcrichton/rust/ignore-flaky-windows-test, r=brson | bors | -0/+2 |
| 2014-05-09 | serialize: Ignore two flaky json tests on windows | Alex Crichton | -0/+2 |
| 2014-05-08 | Restore Decodable impl for ~[T] | Kevin Ballard | -0/+15 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -4/+4 |
| 2014-05-08 | Handle fallout in libserialize | Kevin Ballard | -88/+73 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -11/+10 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -64/+64 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -64/+64 |
| 2014-05-02 | Implement ToJson for Vec<T> | Herman J. Radtke III | -0/+4 |
| 2014-05-01 | auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichton | bors | -2/+2 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -2/+2 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -20/+20 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -19/+19 |
| 2014-04-30 | Add serialization support for StrBuf | Herman J. Radtke III | -35/+35 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -1/+1 |
| 2014-04-30 | auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichton | bors | -2/+2 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -2/+2 |
| 2014-04-27 | Fix a code formatting issue in json.rs | Nicolas Silva | -1/+2 |
| 2014-04-27 | Add a streaming parser to serialize::json. | Nicolas Silva | -261/+1048 |
| 2014-04-19 | serialize: Remove errant println!'s from decode | Richo Healey | -3/+0 |