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