Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-03-25 | Bump to 0.1.19 | Alex Crichton | -3/+2 |
2015-03-09 | Reduce usage of unstable features | Alex Crichton | -2/+2 |
2015-01-27 | Migrate to as many stable functions as possible | Alex Crichton | -11/+12 |
2015-01-23 | Bump to 0.1.15 | Alex Crichton | -54/+41 |
2015-01-09 | Bump to 0.1.11 | Alex Crichton | -62/+72 |
2015-01-09 | Updated serialization traits | Valerii Hiora | -4/+4 |
2015-01-08 | Update to master | Valerii Hiora | -57/+59 |
2015-01-06 | Fallout of serialize traits changes | Valerii Hiora | -9/+12 |
2015-01-03 | Update to master | Valerii Hiora | -36/+37 |
2014-12-23 | Update to rust master | Alex Crichton | -45/+45 |
2014-12-20 | Update to rust master | Alex Crichton | -8/+8 |
2014-12-18 | Add all now needed ';' after macro invocations. | Victor Berger | -4/+4 |
2014-12-18 | Update to last rust. | Victor Berger | -86/+93 |
2014-12-12 | Handle deserializing empty or missing arrays | Alex Crichton | -1/+31 |
2014-12-11 | Fix parsing nested tables in arrays | Alex Crichton | -0/+1 |
2014-12-06 | Update to rust master | Alex Crichton | -3/+4 |
2014-11-18 | Update to namespaced enum variants. | Victor Berger | -21/+28 |
2014-11-08 | Fix a deprecation in the documentation | Alex Crichton | -1/+1 |
2014-11-06 | Update to rust master | Alex Crichton | -2/+2 |
2014-11-04 | Implement the libstd error trait for errors | Alex Crichton | -1/+34 |
2014-11-03 | Update to rust master | Mike Dilger | -3/+10 |
2014-10-31 | Update to rust master | Alex Crichton | -2/+2 |
2014-10-29 | fail -> panic | Steve Klabnik | -9/+9 |
2014-09-21 | Update to rust master | Alex Crichton | -19/+19 |
2014-08-01 | Add required `error` method to `Decoder` | Andrew Poelstra | -0/+40 |
2014-07-15 | Fix doc tests | Alex Crichton | -1/+1 |
2014-07-15 | Migrate to a TreeMap for determinism | Alex Crichton | -13/+13 |
2014-07-09 | ToStr::to_str -> ToString::to_string | Michael Gehring | -7/+7 |
2014-07-02 | Add a test for _ => - translation | Alex Crichton | -6/+15 |
2014-07-02 | Decodes `foo-bar` into a field named `foo_bar` | Yehuda Katz + Carl Lerche | -1/+9 |
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-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-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 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 | -19/+50 |
2014-06-22 | Implement Encoder/Decoder for libserialize traits | Alex Crichton | -0/+726 |