aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-01Upgrade rust/crates/byteorder to 1.4.3android-s-beta-2android-s-beta-1Joel Galenson
2021-02-25Update to 1.4.2Yi Kong
2019-06-09doc: list alternatives, as Rust 1.32Jack O'Connor
2019-06-09io: add read_i8_into to ReadBytesExtJim Turner
2019-05-01test: check examples in READMEGuillaume Gomez
2019-03-04doc: fix overflowing literals in doc testsAndrew Gallant
2019-01-19api: deprecate ByteOrder::read_{f32,f64}_into_uncheckedAndrew Gallant
2019-01-19doc: remove overflowing literalsAndrew Gallant
2019-01-19i128: enable support for 128-bit integers automaticallyAndrew Gallant
2019-01-19deps: update quickcheck and randAndrew Gallant
2018-08-25deps: more updates in test code for rand 0.4 -> 0.5Andrew Gallant
2018-08-25deps: update to quickcheck 0.7Andrew Gallant
2018-07-31byteorder: fix typos in ReadBytesExt docsfpgaminer
2018-07-31byteorder: add doc tests for WriteBytesExt methodsfpgaminer
2018-07-30byteorder: add {u,i}48 methodsfpgaminer
2018-05-12i128: get rid of i128 Rust featureLee Bousfield
2018-04-04remove unnecessary cfg in examplesTrevor Spiteri
2018-04-01doc: miscellaneous improvementsBruce Mitchener
2018-04-01style: remove all uses of transmuteAndrew Gallant
2018-04-01style: remove unnecessary mutAndrew Gallant
2018-03-22clippy: fix a couple of markdown warningsBruce Mitchener
2017-12-08Use depcrated tag instead of pure documentationMarcel Hellwig
2017-11-291.2.1Andrew Gallant
2017-11-29remove more unsafeAndrew Gallant
2017-11-291.2.0Andrew Gallant
2017-11-29remove unnecessary unsafeAndrew Gallant
2017-11-29remove now-irrelevant snan testAlexis Beingessner
2017-11-29make int->float conversion a transmuteAlexis Beingessner
2017-11-29Fix prop_ext_[u]int_*::native_endian on BE targetsJosh Stone
2017-07-09slices: add slice methods for ReadBytesExtAndrew Gallant
2017-07-09rename new.rs to io.rsAndrew Gallant
2017-07-09add slice methodsAndrew Gallant
2017-07-09add BE and LE type aliasesAndrew Gallant
2017-07-09fix formattingAndrew Gallant
2017-07-09Slice methods additionArtyom Pavlov
2017-07-08floats: remove unnecessary transmuteAndrew Gallant
2017-07-08floats: make reading floats safeSam Whited
2017-07-08Add more examples for {u,i}128 methodsSam Whited
2017-07-08Fix some typos in the docsSebastian Dröge
2017-07-08Add 24 bit integer read/write functionsSebastian Dröge
2017-03-29Add examples for {u,i}128 methodsSam Whited
2017-03-29Add i128 supportquininer kel
2017-03-28Add example to Read methodsSam Whited
2017-03-28Add examples to most methodsSam Whited
2017-03-28Seal ByteOrder trait against external implementationsSam Whited
2017-03-28Add 'Errors' headers. Fixes #72Brian Anderson
2017-03-28Add html_root_url to lib.rs. Fixes #77Brian Anderson
2017-03-28Add 'Panics' headers. Fixes #72Brian Anderson
2017-03-28Panic in default methods. Fixes #68Brian Anderson
2016-12-30fix tests againAndrew Gallant