Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |