about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2014-07-31libserialize: add `error()` to `Decoder`Andrew Poelstra-0/+5
2014-07-29serialize: fix a warningErick Tryzelaar-1/+1
2014-07-18Ignore one test.Luqman Aden-0/+1
2014-07-17auto merge of #15675 : errordeveloper/rust/json_docs, r=steveklabnikbors-16/+71
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-16Improve docs on JSON.Ilya Dmitrichenko-16/+71
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-11/+9
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-20/+20
2014-07-05auto merge of #15419 : erickt/rust/json, r=pcwaltonbors-37/+87
2014-07-04serialize: speed up json pretty printing by batch writing spacesErick Tryzelaar-4/+13
2014-07-04serialize: escaping json strings should write in batches.Erick Tryzelaar-15/+31
2014-07-04serialize: Remove allocations from escaping strs and indenting spacesErick Tryzelaar-38/+63
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-1/+1
2014-06-30Implement ToJson for all tuplesAdolfo Ochagavía-14/+26
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-1/+1
2014-06-26json: Fix handling of NaN/Infinitymrec-6/+51
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-10/+10
2014-06-21serialize: Simplify the json docsErick Tryzelaar-1/+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-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-91/+89
2014-06-08Fix spelling errors in comments.Joseph Crail-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-14/+8
2014-06-03Implement ToJson for &[T], and add tests. Closes #14619Jorge Aparicio-0/+54
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-12/+12
2014-05-28std: Remove format_strbuf!()Alex Crichton-7/+7
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-5/+5
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-135/+135
2014-05-27std: Rename strbuf operations to stringRicho Healey-135/+135
2014-05-27serialize: Remove old commented out codeErick Tryzelaar-30/+0
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-48/+48
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+9
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-204/+232
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-13serialize: Broaden ignores of json testsAlex Crichton-2/+2
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-08Handle fallout in documentationKevin Ballard-4/+4