| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -206/+209 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -34/+32 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-11 | Decode non-BMP hex escapes in JSON | Keegan McAllister | -25/+65 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -27/+27 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -12/+16 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -3/+2 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -12/+16 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -9/+9 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -3/+3 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | serialize: add a few missing pubs to base64 | Arcterus | -3/+3 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -11/+11 |
| 2014-03-31 | serialize: Switch field privacy as necessary | Alex Crichton | -19/+19 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-04-01 | Json doesn't need to depend on IoError to implement Encodable #13230 | Eunchong Yu | -2/+2 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -4727/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -4727/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1068/+5867 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-23 | auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonw | bors | -140/+30 |
| 2014-03-23 | serialize: Read/emit tuples with {read,emit}_tuple | Alex Crichton | -140/+30 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -4/+4 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -6/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -16/+16 |