aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-06Update to rust masterAlex Crichton-36/+35
2014-12-06Update to rust masterAlex Crichton-2/+5
2014-12-02Update to rust masterAlex Crichton-12/+12
2014-11-22Fixing test json::List -> json::ArrayMarkus Kobler-1/+1
2014-11-22Fixing build errors with latest rustMarkus Kobler-18/+22
2014-11-18Update to namespaced enum variants.Victor Berger-35/+51
2014-11-17FromStr fixesValerii Hiora-1/+1
2014-11-08Fix a deprecation in the documentationAlex Crichton-1/+1
2014-11-06Update to rust masterAlex Crichton-7/+7
2014-11-06fix error on masterSteve Klabnik-1/+1
2014-11-04Implement the libstd error trait for errorsAlex Crichton-2/+41
2014-11-03Update to rust masterMike Dilger-3/+10
2014-10-31Update to rust masterAlex Crichton-4/+4
2014-10-30Fix \r\n on multiline strings and add commentsAdolfo Ochagavía-1/+19
2014-10-29fail -> panicSteve Klabnik-10/+10
2014-10-11Fix deprecation warnings: push_char => pushLouis Morgan-9/+9
2014-10-03Export DecodeErrorKind c-tors publicly.Cristian Cobzarenco-0/+3
2014-09-23Allow warnings for nowAlex Crichton-1/+1
2014-09-23Remove allow(visible_private_types)Björn Steinbrink-1/+0
2014-09-21Update to rust masterAlex Crichton-44/+45
2014-09-18Merge pull request #17 from jroesch/into-iterAlex Crichton-2/+2
2014-09-17Update show to print an error instead of failingJared Roesch-3/+3
2014-09-17Update uses of move_iter() to into_iter()Jared Roesch-2/+2
2014-09-17Updated to _mut conventionsValerii Hiora-2/+2
2014-08-28Fix build break due to generalized type parameter boundsBrian Koropoff-1/+1
2014-08-24add crate_nameJulian Orth-0/+1
2014-08-17Rename parser::Error to parser::ParseErrorBrian Koropoff-29/+29
2014-08-03Put documentation on githubAlex Crichton-0/+0
2014-08-01Add required `error` method to `Decoder`Andrew Poelstra-0/+40
2014-07-18Don't escape `/` when printing.Alex Crichton-1/+0
2014-07-18Disambiguate "" empty strings from multiline strings properly.Huon Wilson-4/+19
2014-07-17Remove use of deprecated vector get method.Michael Sproul-1/+1
2014-07-15Update an error message with \U supportAlex Crichton-1/+1
2014-07-15Fix doc testsAlex Crichton-1/+1
2014-07-15Implement multiline string literalsAlex Crichton-5/+125
2014-07-15Support \U escapes in stringsAlex Crichton-10/+20
2014-07-15Migrate to a TreeMap for determinismAlex Crichton-26/+26
2014-07-09ToStr::to_str -> ToString::to_stringMichael Gehring-26/+26
2014-07-02Add a test for _ => - translationAlex Crichton-6/+15
2014-07-02Decodes `foo-bar` into a field named `foo_bar`Yehuda Katz + Carl Lerche-1/+9
2014-07-01Fix tests on masterAlex Crichton-2/+2
2014-06-28Remove stray println!()Alex Crichton-2/+0
2014-06-28Be more resilient about unused values in arrayAlex Crichton-1/+42
2014-06-28Always remove Array values from the DecoderAlex Crichton-5/+15
2014-06-28Prune more unused fieldsAlex Crichton-2/+40
2014-06-28Don't leave empty tables lying aroundAlex Crichton-1/+27
2014-06-27Merge pull request #1 from vhbit/lookupsAlex Crichton-2/+103
2014-06-27Fixed tests, merged lookup functionsValerii Hiora-15/+4
2014-06-26Document a new public fieldAlex Crichton-0/+2
2014-06-26Leave unused keys in TOML while decodingAlex Crichton-13/+71