about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-06-30Fix JSON documentationAdolfo Ochagavía-127/+40
2014-06-30Implement FromStr for JsonAdolfo Ochagavía-3/+13
2014-06-30Add `encode` and `decode` shortcut functionsAdolfo Ochagavía-61/+49
2014-06-30Removed unnecessary BoxAdolfo Ochagavía-7/+7
2014-06-30JSON cleanupAdolfo Ochagavía-263/+184
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-57/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26json: Fix handling of NaN/Infinitymrec-6/+51
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-14/+14
2014-06-21serialize: Simplify the json docsErick Tryzelaar-1/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-8/+8
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-1/+1
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+1
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-18Remove TraitStore from ty_traitNick Cameron-7/+14
2014-06-16Update "use" to "uses" ln186theptrk-1/+1
2014-06-16auto merge of #14932 : Sawyer47/rust/json-smallfix, r=huonwbors-5/+1
2014-06-15Register new snapshotsAlex Crichton-68/+0
2014-06-15Small improvement for json PrettyEncoderPiotr Jawniak-5/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-14Register new snapshotsAlex Crichton-5/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-0/+68
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+68
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-117/+89
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