| Age | Commit message (Expand) | Author | Lines |
| 2014-06-30 | Fix JSON documentation | Adolfo Ochagavía | -127/+40 |
| 2014-06-30 | Implement FromStr for Json | Adolfo Ochagavía | -3/+13 |
| 2014-06-30 | Add `encode` and `decode` shortcut functions | Adolfo Ochagavía | -61/+49 |
| 2014-06-30 | Removed unnecessary Box | Adolfo Ochagavía | -7/+7 |
| 2014-06-30 | JSON cleanup | Adolfo Ochagavía | -263/+184 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -57/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -3/+3 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | json: Fix handling of NaN/Infinity | mrec | -6/+51 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -14/+14 |
| 2014-06-21 | serialize: Simplify the json docs | Erick Tryzelaar | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -8/+8 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -1/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+1 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -7/+14 |
| 2014-06-16 | Update "use" to "uses" ln186 | theptrk | -1/+1 |
| 2014-06-16 | auto merge of #14932 : Sawyer47/rust/json-smallfix, r=huonw | bors | -5/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -68/+0 |
| 2014-06-15 | Small improvement for json PrettyEncoder | Piotr Jawniak | -5/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+68 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+68 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -117/+89 |
| 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 |