aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-070.4.2Andrew Gallant
2015-11-07Fix bug.Andrew Gallant
2015-11-070.4.1Andrew Gallant
2015-11-07Add write_{int,uint} to WriteBytesExt trait.Andrew Gallant
2015-11-070.4.0Andrew Gallant
2015-11-070.4Andrew Gallant
2015-11-07Add write_{int,uint}.Andrew Gallant
2015-11-06Merge pull request #39 from libOctavo/no-stdAndrew Gallant
2015-11-06Allow builds without std dependencyƁukasz Jan Niemier
2015-09-09update readmeAndrew Gallant
2015-08-300.3.13Andrew Gallant
2015-08-30Merge branch 'master' of github.com:BurntSushi/byteorderAndrew Gallant
2015-08-300.3.12Andrew Gallant
2015-08-30remove * depsAndrew Gallant
2015-08-24Merge pull request #36 from pshendry/masterAndrew Gallant
2015-08-24Change README version pattern from * to 0.3Paul Hendry
2015-07-050.3.11Andrew Gallant
2015-07-05Merge pull request #33 from cesarb/masterAndrew Gallant
2015-07-05Add #[inline] to allow for cross-crate inliningCesar Eduardo Barros
2015-05-200.3.10Andrew Gallant
2015-05-20Remove old message about old_io.Andrew Gallant
2015-05-20Add 'binary' keyword.Andrew Gallant
2015-05-20Move benchmarks to separate directory.Andrew Gallant
2015-05-20Update travis to test nightly, beta and stable.Andrew Gallant
2015-05-20Merge pull request #32 from geofft/masterAndrew Gallant
2015-05-20Change "Task failure occurs when" to "Panics when"Geoffrey Thomas
2015-04-240.3.9Andrew Gallant
2015-04-24Improvements after being poked by @joshtriplett. Thanks!Andrew Gallant
2015-04-220.3.8Andrew Gallant
2015-04-22Fix weird ARM bug for @romanb.Andrew Gallant
2015-04-16crates.io merit badgeAndrew Gallant
2015-04-150.3.7Andrew Gallant
2015-04-15Merge branch 'master' of github.com:BurntSushi/byteorderAndrew Gallant
2015-04-150.3.6Andrew Gallant
2015-04-15dual licensed under MIT and UNLICENSEAndrew Gallant
2015-04-10Merge pull request #25 from apoelstra/patch-1Andrew Gallant
2015-04-10Update README.mdAndrew Poelstra
2015-04-020.3.5Andrew Gallant
2015-04-02Merge pull request #24 from andersk/io-errorAndrew Gallant
2015-04-02Update for stabilized io::ErrorAnders Kaseorg
2015-04-02Replace FromError with FromAnders Kaseorg
2015-04-010.3.4Andrew Gallant
2015-04-01rustupAndrew Gallant
2015-03-250.3.3Andrew Gallant
2015-03-25rustup. Unfortunately, revert the dependency on bswap becauseAndrew Gallant
2015-03-240.3.2Andrew Gallant
2015-03-24Fix quickcheck ranges.Andrew Gallant
2015-03-190.3.1Andrew Gallant
2015-03-19Merge pull request #19 from Dr-Emann/native-endianAndrew Gallant
2015-03-19Add NativeEndian typeZachary Dremann