Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-07-01 | Fix tests on master | Alex Crichton | -2/+2 |
2014-06-28 | Remove stray println!() | Alex Crichton | -2/+0 |
2014-06-28 | Be more resilient about unused values in array | Alex Crichton | -1/+42 |
2014-06-28 | Always remove Array values from the Decoder | Alex Crichton | -5/+15 |
2014-06-28 | Prune more unused fields | Alex Crichton | -2/+40 |
2014-06-28 | Don't leave empty tables lying around | Alex Crichton | -1/+27 |
2014-06-27 | Merge pull request #1 from vhbit/lookups | Alex Crichton | -2/+103 |
2014-06-27 | Fixed tests, merged lookup functions | Valerii Hiora | -15/+4 |
2014-06-26 | Document a new public field | Alex Crichton | -0/+2 |
2014-06-26 | Leave unused keys in TOML while decoding | Alex Crichton | -13/+71 |
2014-06-26 | Make some makefile variables overridable | Alex Crichton | -3/+3 |
2014-06-26 | Add a CRLF test | Alex Crichton | -0/+17 |
2014-06-25 | Merge pull request #2 from dtrebbien/patch-integer-suffix-fix | Alex Crichton | -3/+3 |
2014-06-25 | Added separate tests, moved comments | Valerii Hiora | -32/+76 |
2014-06-25 | Fix "error: cannot determine the type of this integer" | Daniel Trebbien | -3/+3 |
2014-06-25 | Path lookups | Valerii Hiora | -0/+68 |
2014-06-23 | Handle \r\n | Alex Crichton | -3/+7 |
2014-06-23 | Fix a test | Alex Crichton | -1/+1 |
2014-06-23 | Expose kinds of errors | Alex Crichton | -56/+103 |
2014-06-23 | Add Encodable/Decodable support for enums | Alex Crichton | -13/+66 |
2014-06-23 | Add a method for converting to (line, column) | Alex Crichton | -0/+30 |
2014-06-23 | Add a test for a missing field | Alex Crichton | -1/+19 |
2014-06-23 | Improve decoder errors | Alex Crichton | -89/+174 |
2014-06-22 | Clean up warnings and documentation | Alex Crichton | -20/+51 |
2014-06-22 | Implement Encoder/Decoder for libserialize traits | Alex Crichton | -4/+929 |
2014-06-20 | Add documentation and examples | Alex Crichton | -3/+123 |
2014-06-20 | Add a Cargo.toml | Alex Crichton | -0/+9 |
2014-06-20 | Add a travis yml | Alex Crichton | -0/+8 |
2014-06-20 | Ignore some directories | Alex Crichton | -0/+2 |
2014-06-20 | Add a makefile | Alex Crichton | -0/+22 |
2014-06-20 | Initial commit | Alex Crichton | -0/+1404 |