summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
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
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