about summary refs log tree commit diff
path: root/src/libserialize/json.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-5/+5
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-11/+13
2014-09-28Use the same JSON schema for encoding enums in PrettyEncoder as in EncoderBrian Koropoff-8/+16
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-3/+3
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-3/+3
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-11/+11
2014-09-19Add enum variants to the type namespaceNick Cameron-52/+53
2014-09-17rollup merge of #17276 : treeman/json-commaAlex Crichton-2/+10
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-15json: Properly handle trailing comma error in object decoding.Jonas Hietala-2/+10
2014-09-09Decoding json now defaults Option<_> to None.Jonas Hietala-1/+37
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-21Parameterize indent in PrettyEncoderAustin Bonander-18/+85
2014-08-20auto merge of #16621 : tshepang/rust/grammar, r=steveklabnikbors-1/+1
2014-08-20doc: grammar fixesTshepang Lekhonkhobe-1/+1
2014-08-19Don't fail if an object is keyed with a string and we're expecting a numberErick Tryzelaar-2/+24
2014-08-19serialize: add json bounds checks, support for u64s, and testsErick Tryzelaar-142/+266
2014-08-19serialize: add json::{Integer,Floating} to parse large integers properlyErick Tryzelaar-107/+200
2014-08-11Reenable ignored test and add run-pass test.Luqman Aden-1/+0
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