about summary refs log tree commit diff
path: root/src/libextra/json.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-52/+52
2014-02-18auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichtonbors-0/+5
2014-02-18rustdoc: Only inject extern crates if not presentSteven Fackler-0/+5
2014-02-18Spellcheck library docs.Huon Wilson-5/+5
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-1/+1
2014-02-14Fix all code examplesAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-6/+6
2014-02-08extra::json: remove the use of `unsafe` char transmutes.Huon Wilson-139/+139
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-4/+8
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-9/+13
2014-02-03extra: Remove io_error usageAlex Crichton-59/+86
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
2014-01-29Removing do keyword from libextraScott Lawrence-2/+2
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-5/+5
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-11/+11
2014-01-21Remove unnecessary parentheses.Huon Wilson-2/+2
2014-01-19auto merge of #11649 : FlaPer87/rust/pow, r=cmrbors-1/+1
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19extra::json: add documentation and examplesmusitdev-1/+1
2014-01-19Squashed commit of the following:musitdev-1/+222
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+2
2014-01-08Remove the io::Decorator traitAlex Crichton-5/+3
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-2/+1
2013-12-11Make 'self lifetime illegal.Erik Price-44/+44
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-48/+48
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-9/+9
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-50/+50
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-69/+77
2013-11-29Remove some unnecessary impls from jsonErick Tryzelaar-8/+0
2013-11-29Remove @ from json::ErrorErick Tryzelaar-41/+41
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-16/+16
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-3/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-5/+5
2013-11-24extra: improve the errors for the JSON Decoder.Huon Wilson-25/+126
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-61/+54
2013-11-11Move std::rt::io to std::ioAlex Crichton-6/+6
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-2/+1
2013-10-24Remove even more of std::ioAlex Crichton-96/+96
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-5/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-3/+8
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-33/+33
2013-10-01remove the `float` typeDaniel Micay-110/+101
2013-09-30extra: Remove usage of fmt!Alex Crichton-34/+34
2013-09-16extra::json: use a different encoding for enums.Corey Richardson-15/+24
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-4/+3
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
2013-09-04stop treating char as an integer typeDaniel Micay-4/+7