about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-255/+291
2014-05-15Updates with core::fmt changesAlex Crichton-5/+5
2014-05-15auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmrbors-7/+5
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-7/+5
2014-05-13serialize: Broaden ignores of json testsAlex Crichton-2/+2
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-7/+7
2014-05-09auto merge of #14065 : alexcrichton/rust/ignore-flaky-windows-test, r=brsonbors-0/+2
2014-05-09serialize: Ignore two flaky json tests on windowsAlex Crichton-0/+2
2014-05-08Restore Decodable impl for ~[T]Kevin Ballard-0/+15
2014-05-08Handle fallout in documentationKevin Ballard-4/+4
2014-05-08Handle fallout in libserializeKevin Ballard-88/+73
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-11/+10
2014-05-03auto merge of #13773 : brson/rust/boxxy, r=alexcrichtonbors-64/+64
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-64/+64
2014-05-02Implement ToJson for Vec<T>Herman J. Radtke III-0/+4
2014-05-01auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichtonbors-2/+2
2014-05-01Fix a/an typosJorge Aparicio-2/+2
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-20/+20
2014-05-01remove leftover obsolete string literalsDaniel Micay-19/+19
2014-04-30Add serialization support for StrBufHerman J. Radtke III-35/+35
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-1/+1
2014-04-30auto merge of #13648 : gereeter/rust/removed-rev, r=alexcrichtonbors-2/+2
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-2/+2
2014-04-27Fix a code formatting issue in json.rsNicolas Silva-1/+2
2014-04-27Add a streaming parser to serialize::json.Nicolas Silva-261/+1048
2014-04-19serialize: Remove errant println!'s from decodeRicho Healey-3/+0
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-206/+209
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-34/+32
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-2/+2
2014-04-11Decode non-BMP hex escapes in JSONKeegan McAllister-25/+65
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-27/+27
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-12/+16
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+2
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-12/+16
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-9/+9
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+3
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-03serialize: add a few missing pubs to base64Arcterus-3/+3
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-11/+11
2014-03-31serialize: Switch field privacy as necessaryAlex Crichton-19/+19
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-04-01Json doesn't need to depend on IoError to implement Encodable #13230Eunchong Yu-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-4727/+0