1. fd3fb62 doc: list alternatives, as Rust 1.32 by Jack O'Connor · 5 years ago
  2. 8188942 io: add read_i8_into to ReadBytesExt by Jim Turner · 5 years ago
  3. 43c4377 test: check examples in README by Guillaume Gomez · 5 years ago
  4. c25f0f9 doc: fix overflowing literals in doc tests by Andrew Gallant · 5 years ago
  5. a7dcbd8 api: deprecate ByteOrder::read_{f32,f64}_into_unchecked by Andrew Gallant · 5 years ago
  6. 7dab8dd doc: remove overflowing literals by Andrew Gallant · 5 years ago
  7. 5b3ffee i128: enable support for 128-bit integers automatically by Andrew Gallant · 5 years ago
  8. ce4489f deps: update quickcheck and rand by Andrew Gallant · 5 years ago
  9. b22bff6 deps: more updates in test code for rand 0.4 -> 0.5 by Andrew Gallant · 6 years ago
  10. 1ae9a1b deps: update to quickcheck 0.7 by Andrew Gallant · 6 years ago
  11. ed8985c byteorder: fix typos in ReadBytesExt docs by fpgaminer · 6 years ago
  12. 3c69cfd byteorder: add doc tests for WriteBytesExt methods by fpgaminer · 6 years ago
  13. 5bdd271 byteorder: add {u,i}48 methods by fpgaminer · 6 years ago
  14. 965103b i128: get rid of i128 Rust feature by Lee Bousfield · 6 years ago
  15. f7cd70a remove unnecessary cfg in examples by Trevor Spiteri · 6 years ago
  16. f2f7b44 doc: miscellaneous improvements by Bruce Mitchener · 6 years ago
  17. deb5886 style: remove all uses of transmute by Andrew Gallant · 6 years ago
  18. e00c233 style: remove unnecessary mut by Andrew Gallant · 6 years ago
  19. 46f1664 clippy: fix a couple of markdown warnings by Bruce Mitchener · 6 years ago
  20. e81c405 Use depcrated tag instead of pure documentation by Marcel Hellwig · 6 years ago
  21. 610bf24 1.2.1 by Andrew Gallant · 7 years ago
  22. 27b9144 remove more unsafe by Andrew Gallant · 7 years ago
  23. cd29ade 1.2.0 by Andrew Gallant · 7 years ago
  24. 1163111 remove unnecessary unsafe by Andrew Gallant · 7 years ago
  25. fde8463 remove now-irrelevant snan test by Alexis Beingessner · 7 years ago
  26. 1b1f206 make int->float conversion a transmute by Alexis Beingessner · 7 years ago
  27. 098064b Fix prop_ext_[u]int_*::native_endian on BE targets by Josh Stone · 7 years ago
  28. ef7f257 slices: add slice methods for ReadBytesExt by Andrew Gallant · 7 years ago
  29. 3477a8c rename new.rs to io.rs by Andrew Gallant · 7 years ago
  30. f3433f4 add slice methods by Andrew Gallant · 7 years ago
  31. f1df84c add BE and LE type aliases by Andrew Gallant · 7 years ago
  32. ef6d19e fix formatting by Andrew Gallant · 7 years ago
  33. 39aee20 Slice methods addition by Artyom Pavlov · 7 years ago
  34. ee399d5 floats: remove unnecessary transmute by Andrew Gallant · 7 years ago
  35. 6136293 floats: make reading floats safe by Sam Whited · 7 years ago
  36. 9a09b5e Add more examples for {u,i}128 methods by Sam Whited · 7 years ago
  37. d36d4ce Fix some typos in the docs by Sebastian Dröge · 7 years ago
  38. 30b20c0 Add 24 bit integer read/write functions by Sebastian Dröge · 7 years ago
  39. f8e7685 Add examples for {u,i}128 methods by Sam Whited · 7 years ago
  40. cac7fc4 Add i128 support by quininer kel · 7 years ago
  41. 6dd2f2d Add example to Read methods by Sam Whited · 7 years ago
  42. aab9955 Add examples to most methods by Sam Whited · 7 years ago
  43. 3ec105c Seal ByteOrder trait against external implementations by Sam Whited · 7 years ago
  44. ea9fbbc Add 'Errors' headers. Fixes #72 by Brian Anderson · 7 years ago
  45. 1f23c0b Add html_root_url to lib.rs. Fixes #77 by Brian Anderson · 7 years ago
  46. 0856113 Add 'Panics' headers. Fixes #72 by Brian Anderson · 7 years ago
  47. 6eb15de Panic in default methods. Fixes #68 by Brian Anderson · 7 years ago
  48. d942689 fix tests again by Andrew Gallant · 7 years ago
  49. d9b9537 Require impls for all derive-able traits for ByteOrder by Nick Fitzgerald · 8 years ago
  50. a2efdd9 fix tests by Andrew Gallant · 7 years ago
  51. 1a92393 Fix up CI, test no_std. by Andrew Gallant · 7 years ago
  52. 1ee962d Prepare for 1.0, switch to docs.rs. by Andrew Gallant · 7 years ago
  53. cfdedf1 Replacing std size_of with core size_of. by David Tulig · 8 years ago
  54. f863c9e Fixes undefined behavior reported in #47. by Andrew Gallant · 8 years ago
  55. 0eeafb2 Enable usage in no_std contexts by Corey Richardson · 8 years ago
  56. 49f5882 Add NetworkEndian alias by Brian Campbell · 8 years ago
  57. e8e4c87 remove unnecessary write_all implementation by Luke Steensen · 8 years ago
  58. e429dfb remove custom error type and read_full by Luke Steensen · 8 years ago
  59. 4eccab0 Fix bug. by Andrew Gallant · 9 years ago
  60. 7f30baf Add write_{int,uint} to WriteBytesExt trait. by Andrew Gallant · 9 years ago
  61. 75d33fe Add write_{int,uint}. by Andrew Gallant · 9 years ago
  62. 52520a2 Allow builds without std dependency by Łukasz Jan Niemier · 9 years ago
  63. 1cbf90d Add #[inline] to allow for cross-crate inlining by Cesar Eduardo Barros · 9 years ago
  64. 49c107d Move benchmarks to separate directory. by Andrew Gallant · 9 years ago
  65. 303c86d Change "Task failure occurs when" to "Panics when" by Geoffrey Thomas · 9 years ago
  66. d9c9ee3 Improvements after being poked by @joshtriplett. Thanks! by Andrew Gallant · 9 years ago
  67. b8d1224 Fix weird ARM bug for @romanb. by Andrew Gallant · 9 years ago
  68. a9328f3 Update for stabilized io::Error by Anders Kaseorg · 9 years ago
  69. 331cfa6 Replace FromError with From by Anders Kaseorg · 9 years ago
  70. 95a217b rustup by Andrew Gallant · 9 years ago
  71. 14b1b08 rustup. Unfortunately, revert the dependency on bswap because by Andrew Gallant · 9 years ago
  72. 6807c32 Fix quickcheck ranges. by Andrew Gallant · 9 years ago
  73. 0aa9ca4 Add NativeEndian type by Zachary Dremann · 9 years ago
  74. c94cdb1 rustup by Andrew Gallant · 9 years ago
  75. f22289d Expand impl for unsized readers and writers by rkjnsn · 9 years ago
  76. 0f6d142 rustup and 80 cols by Andrew Gallant · 9 years ago
  77. 38b7e8b rustup by Andrew Gallant · 9 years ago
  78. f4d373e Merge remote-tracking branch 'andydude/master' by Andrew Gallant · 9 years ago
  79. b4ddabb Merged by Andrew Robbins · 9 years ago
  80. 3e12a23 Retry on interrupt. by Steven Allen · 9 years ago
  81. 4f79af1 Remove Sized bound. Close #13 by blackbeam · 9 years ago
  82. dc28fbd Removed Sized requirement by Andrew Robbins · 9 years ago
  83. 6f77df5 Fixed tests for strict assertions by Andrew Robbins · 9 years ago
  84. 63a6c97 Merge branch 'rust-22776' of git://github.com/romanb/byteorder by Andrew Gallant · 9 years ago
  85. 2f16ac8 rustup by Andrew Gallant · 9 years ago
  86. 23294d5 Unintrusive workaround for rust-lang/rust#22776. by Roman S. Borschel · 9 years ago
  87. 718f3a8 Replaced read_num_bytes!/write_num_bytes! with rust-bswap decode/encode functions. by Andrew Robbins · 9 years ago
  88. dc6a867 Implement `std::error::FromError<byteorder::Error>` for `std::io::Error` by blackbeam · 9 years ago
  89. ea6b269 Update crate documentation by Fenhl · 9 years ago
  90. c35fc7c Adds an `Error` type for handling unexpected EOF. by Andrew Gallant · 9 years ago
  91. 001a41a Hint at which trait is which. by Andrew Gallant · 9 years ago
  92. d3f22dc Support std::io. by Andrew Gallant · 9 years ago
  93. 973fbea Add feature old_io to silence warnings by Cody P Schafer · 9 years ago
  94. eeb9b67 mark ByteOrder trait with MarkerTrait by Cody P Schafer · 9 years ago
  95. 6dc1d33 The "us" suffix was changed to "usize" by Cody P Schafer · 9 years ago
  96. e8b570a rustup by Andrew Gallant · 9 years ago
  97. c9e4e31 Add `read_uint` and `read_int` by blackbeam · 9 years ago
  98. 4119281 slight style tweak by Andrew Gallant · 9 years ago
  99. d3f5180 remove 'rand' feature by Andrew Gallant · 9 years ago
  100. 24d51df Floating point, docs and more tests. by Andrew Gallant · 9 years ago