Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-03-03 | Add a doc root url | Steven Fackler | -1/+1 | |
2015-02-03 | Bump to 0.1.16 | Alex Crichton | -3/+5 | |
2015-02-02 | Move show.rs to display.rs | Alex Crichton | -1/+1 | |
2015-02-02 | Fix a deprecation warning | Alex Crichton | -2/+2 | |
2015-01-29 | Add some feature gates | Alex Crichton | -1/+1 | |
2015-01-27 | Migrate to as many stable functions as possible | Alex Crichton | -4/+4 | |
2015-01-15 | Move tests to integration tests | Alex Crichton | -1/+1 | |
2015-01-09 | Bump to 0.1.11 | Alex Crichton | -4/+3 | |
2015-01-08 | Update to master | Valerii Hiora | -4/+5 | |
- features - macro reform - String/Show split in formatter - staging | ||||
2015-01-06 | Remove old_orphan_check | Alex Crichton | -1/+0 | |
2015-01-06 | Fallout of serialize traits changes | Valerii Hiora | -0/+1 | |
2015-01-03 | Update to master | Valerii Hiora | -1/+2 | |
- updated `rustc-serialize` dependency, in other case `toml-rs` prohibits `rustc-serialize` update on other crates - updated after syntax and lib changes | ||||
2014-12-23 | Update to rust master | Alex Crichton | -8/+6 | |
2014-12-20 | Update to rust master | Alex Crichton | -4/+4 | |
2014-12-06 | Update to rust master | Alex Crichton | -29/+27 | |
Closes #34 | ||||
2014-12-06 | Update to rust master | Alex Crichton | -2/+5 | |
2014-11-18 | Update to namespaced enum variants. | Victor Berger | -5/+9 | |
2014-11-17 | FromStr fixes | Valerii Hiora | -1/+1 | |
2014-11-06 | fix error on master | Steve Klabnik | -1/+1 | |
2014-11-04 | Implement the libstd error trait for errors | Alex Crichton | -1/+1 | |
2014-10-31 | Update to rust master | Alex Crichton | -2/+2 | |
2014-10-03 | Export DecodeErrorKind c-tors publicly. | Cristian Cobzarenco | -0/+3 | |
2014-09-23 | Allow warnings for now | Alex Crichton | -1/+1 | |
2014-09-23 | Remove allow(visible_private_types) | Björn Steinbrink | -1/+0 | |
It's not needed and no longer supported by rustc anyway. | ||||
2014-09-21 | Update to rust master | Alex Crichton | -7/+8 | |
Closes #19 | ||||
2014-08-24 | add crate_name | Julian Orth | -0/+1 | |
2014-08-17 | Rename parser::Error to parser::ParseError | Brian Koropoff | -1/+1 | |
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-03 | Put documentation on github | Alex Crichton | -0/+252 | |