about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-4/+5
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-0/+6
2014-06-08Fix spelling errors in comments.Joseph Crail-3/+3
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-19/+11
2014-06-03Implement ToJson for &[T], and add tests. Closes #14619Jorge Aparicio-0/+54
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-8/+8
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-18/+18
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-20/+22
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-29/+20
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-12/+13
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-151/+151
2014-05-27std: Rename strbuf operations to stringRicho Healey-151/+151
2014-05-27serialize: Remove old commented out codeErick Tryzelaar-30/+0
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-64/+64
2014-05-24Removed unnecessary macro declarationAdolfo OchagavĂ­a-4/+0
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+11
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+9
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
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