aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-30Fix up CI, test no_std.Andrew Gallant
2016-12-30Prepare for 1.0, switch to docs.rs.Andrew Gallant
2016-05-30Replacing std size_of with core size_of.David Tulig
2016-05-21Fixes undefined behavior reported in #47.Andrew Gallant
2016-05-02Enable usage in no_std contextsCorey Richardson
2016-03-24Add NetworkEndian aliasBrian Campbell
2016-03-11remove unnecessary write_all implementationLuke Steensen
2016-03-11remove custom error type and read_fullLuke Steensen
2015-11-07Fix bug.Andrew Gallant
2015-11-07Add write_{int,uint} to WriteBytesExt trait.Andrew Gallant
2015-11-07Add write_{int,uint}.Andrew Gallant
2015-11-06Allow builds without std dependencyƁukasz Jan Niemier
2015-07-05Add #[inline] to allow for cross-crate inliningCesar Eduardo Barros
2015-05-20Move benchmarks to separate directory.Andrew Gallant
2015-05-20Change "Task failure occurs when" to "Panics when"Geoffrey Thomas
2015-04-24Improvements after being poked by @joshtriplett. Thanks!Andrew Gallant
2015-04-22Fix weird ARM bug for @romanb.Andrew Gallant
2015-04-02Update for stabilized io::ErrorAnders Kaseorg
2015-04-02Replace FromError with FromAnders Kaseorg
2015-04-01rustupAndrew Gallant
2015-03-25rustup. Unfortunately, revert the dependency on bswap becauseAndrew Gallant
2015-03-24Fix quickcheck ranges.Andrew Gallant
2015-03-19Add NativeEndian typeZachary Dremann
2015-03-15rustupAndrew Gallant
2015-03-14Expand impl for unsized readers and writersrkjnsn
2015-03-10rustup and 80 colsAndrew Gallant
2015-03-08rustupAndrew Gallant
2015-03-07Merge remote-tracking branch 'andydude/master'Andrew Gallant
2015-03-06MergedAndrew Robbins
2015-03-06Retry on interrupt.Steven Allen
2015-02-28Remove Sized bound. Close #13blackbeam
2015-02-26Removed Sized requirementAndrew Robbins
2015-02-26Fixed tests for strict assertionsAndrew Robbins
2015-02-26Merge branch 'rust-22776' of git://github.com/romanb/byteorderAndrew Gallant
2015-02-26rustupAndrew Gallant
2015-02-25Unintrusive workaround for rust-lang/rust#22776.Roman S. Borschel
2015-02-25Replaced read_num_bytes!/write_num_bytes! with rust-bswap decode/encode funct...Andrew Robbins
2015-02-23Implement `std::error::FromError<byteorder::Error>` for `std::io::Error`blackbeam
2015-02-22Update crate documentationFenhl
2015-02-21Adds an `Error` type for handling unexpected EOF.Andrew Gallant
2015-02-20Hint at which trait is which.Andrew Gallant
2015-02-20Support std::io.Andrew Gallant
2015-02-20Add feature old_io to silence warningsCody P Schafer
2015-02-20mark ByteOrder trait with MarkerTraitCody P Schafer
2015-02-20The "us" suffix was changed to "usize"Cody P Schafer
2015-02-19rustupAndrew Gallant
2015-02-15Add `read_uint` and `read_int`blackbeam
2015-02-05slight style tweakAndrew Gallant
2015-02-05remove 'rand' featureAndrew Gallant
2015-02-05Floating point, docs and more tests.Andrew Gallant