aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2014-11-04Implement the libstd error trait for errorsAlex Crichton-1/+1
2014-10-31Update to rust masterAlex Crichton-2/+2
2014-10-03Export DecodeErrorKind c-tors publicly.Cristian Cobzarenco-0/+3
2014-09-23Allow warnings for nowAlex Crichton-1/+1
2014-09-23Remove allow(visible_private_types)Björn Steinbrink-1/+0
It's not needed and no longer supported by rustc anyway.
2014-09-21Update to rust masterAlex Crichton-7/+8
Closes #19
2014-08-24add crate_nameJulian Orth-0/+1
2014-08-17Rename parser::Error to parser::ParseErrorBrian 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-03Put documentation on githubAlex Crichton-0/+252