aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorLines
2015-01-15Fix parsing leading `+` on numbersAlex Crichton-4/+5
2015-01-15Move tests to integration testsAlex Crichton-748/+1
2015-01-09Bump to 0.1.11Alex Crichton-113/+111
2015-01-09Updated serialization traitsValerii Hiora-4/+4
2015-01-08Update to masterValerii Hiora-79/+100
- features - macro reform - String/Show split in formatter - staging
2015-01-06Remove old_orphan_checkAlex Crichton-1/+0
2015-01-06Fallout of serialize traits changesValerii Hiora-9/+13
2015-01-03Update to masterValerii Hiora-43/+45
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes
2015-01-01Update to rust masterAlex Crichton-4/+4
2014-12-23Update to rust masterAlex Crichton-56/+54
2014-12-22Update to rust masterAlex Crichton-3/+3
2014-12-20Update to rust masterAlex Crichton-21/+21
2014-12-20Remove weird 'invalid toml array of tables' printingAlex Crichton-8/+1
Closes #42
2014-12-18Add all now needed ';' after macro invocations.Victor Berger-84/+84
2014-12-18Update to last rust.Victor Berger-93/+100
2014-12-12Handle deserializing empty or missing arraysAlex Crichton-1/+31
2014-12-12Update to rust masterAlex Crichton-16/+16
2014-12-11Fix parsing nested tables in arraysAlex Crichton-12/+69
Closes #36
2014-12-06Update to rust masterAlex Crichton-36/+35
Closes #34
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
It's not needed and no longer supported by rustc anyway.
2014-09-21Update to rust masterAlex Crichton-44/+45
Closes #19
2014-09-18Merge pull request #17 from jroesch/into-iterAlex Crichton-2/+2
Update uses of move_iter() to into_iter()
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
This avoids a conflict with serialization::Error and actually re-exports it from the crate root as intended. It also fixes a build break due to the new import shadowing gate in rustc.
2014-08-03Put documentation on githubAlex Crichton-0/+0
2014-08-01Add required `error` method to `Decoder`Andrew Poelstra-0/+40
Since rustc pull #16130 there has been a new method in the `Decoder` trait for signalling application-specific decode errors.
2014-07-18Don't escape `/` when printing.Alex Crichton-1/+0
It's not necessary and it's a little ugly to look at
2014-07-18Disambiguate "" empty strings from multiline strings properly.Huon Wilson-4/+19
Previously `""` would go into multiline mode and thus *require* a following ".
2014-07-17Remove use of deprecated vector get method.Michael Sproul-1/+1