Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-01-03 | Update to master | Valerii Hiora | -1/+1 | |
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes | ||||
2015-01-01 | Update to rust master | Alex Crichton | -2/+2 | |
2014-12-20 | Update to rust master | Alex Crichton | -2/+2 | |
2014-12-20 | Remove weird 'invalid toml array of tables' printing | Alex Crichton | -8/+1 | |
Closes #42 | ||||
2014-12-18 | Add all now needed ';' after macro invocations. | Victor Berger | -14/+14 | |
2014-12-12 | Update to rust master | Alex Crichton | -7/+7 | |
2014-12-06 | Update to rust master | Alex Crichton | -2/+2 | |
Closes #34 | ||||
2014-11-18 | Update to namespaced enum variants. | Victor Berger | -2/+4 | |
2014-10-29 | fail -> panic | Steve Klabnik | -1/+1 | |
2014-09-21 | Update to rust master | Alex Crichton | -2/+2 | |
Closes #19 | ||||
2014-09-17 | Update show to print an error instead of failing | Jared Roesch | -3/+3 | |
2014-08-28 | Fix build break due to generalized type parameter bounds | Brian Koropoff | -1/+1 | |
2014-07-18 | Don't escape `/` when printing. | Alex Crichton | -1/+0 | |
It's not necessary and it's a little ugly to look at | ||||
2014-07-15 | Migrate to a TreeMap for determinism | Alex Crichton | -2/+2 | |
2014-07-09 | ToStr::to_str -> ToString::to_string | Michael Gehring | -17/+17 | |
2014-06-22 | Implement Encoder/Decoder for libserialize traits | Alex Crichton | -0/+170 | |