aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2014-09-03Add a dual MIT/Apache licenseAlex Crichton-0/+233
2014-08-29Merge pull request #15 from bkoropoff/fix-lifetimesAlex Crichton-1/+1
2014-08-28Fix build break due to generalized type parameter boundsBrian Koropoff-1/+1
2014-08-24Merge pull request #13 from mahkoh/nameAlex Crichton-0/+1
2014-08-24add crate_nameJulian Orth-0/+1
2014-08-17Merge pull request #12 from bkoropoff/build-fixAlex Crichton-29/+29
2014-08-17Rename parser::Error to parser::ParseErrorBrian Koropoff-29/+29
2014-08-07Cargo now runs doc testsAlex Crichton-1/+0
2014-08-03Put documentation on githubAlex Crichton-12/+28
2014-08-03Remove MakefileAlex Crichton-28/+2
2014-08-01Merge pull request #10 from apoelstra/apperrorAlex Crichton-0/+40
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-18Merge pull request #8 from huonw/fixitAlex Crichton-4/+19
2014-07-18Disambiguate "" empty strings from multiline strings properly.Huon Wilson-4/+19
2014-07-17Merge pull request #6 from michaelsproul/vec-getAlex Crichton-1/+1
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-14Update travis configAlex Crichton-2/+0
2014-07-10Update travis configAlex Crichton-4/+7
2014-07-09Merge pull request #4 from ebfe/fix-build-masterAlex Crichton-26/+26
2014-07-09ToStr::to_str -> ToString::to_stringMichael Gehring-26/+26
2014-07-07--crate-file-name => --print-file-nameAlex Crichton-1/+1
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
2014-06-26Make some makefile variables overridableAlex Crichton-3/+3
2014-06-26Add a CRLF testAlex Crichton-0/+17
2014-06-25Merge pull request #2 from dtrebbien/patch-integer-suffix-fixAlex Crichton-3/+3
2014-06-25Added separate tests, moved commentsValerii Hiora-32/+76
2014-06-25Fix "error: cannot determine the type of this integer"Daniel Trebbien-3/+3
2014-06-25Path lookupsValerii Hiora-0/+68
2014-06-23Handle \r\nAlex Crichton-3/+7
2014-06-23Fix a testAlex Crichton-1/+1
2014-06-23Expose kinds of errorsAlex Crichton-56/+103
2014-06-23Add Encodable/Decodable support for enumsAlex Crichton-13/+66
2014-06-23Add a method for converting to (line, column)Alex Crichton-0/+30