about summary refs log tree commit diff
path: root/src/libserialize
AgeCommit message (Expand)AuthorLines
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+4
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+4
2014-07-19Implement FromBase64 for &[u8].Simon Sapin-17/+29
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-13/+11
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-20/+20
2014-07-07auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichtonbors-0/+30
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+30
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
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-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-526/+314
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-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