aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-12-30Require impls for all derive-able traits for ByteOrderNick Fitzgerald
2016-12-30fix testsAndrew Gallant
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