rust/src/libnative
bors ee634e3ac4 auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichton
This patchset adds intrinsics similar to the to_[be|le][16|32|64] intrinsics but for going in the reverse direction, e.g. from big/little endian to host endian. Implementation wise they do exactly the same as the corresponding to_* functions but I think it anyway make sense to have them since using the to_* functions in the reverse direction is not entirely intuitive.

The first patch adds the intrinsics and the two following changes instances of bswap* to use the [to|from]_* intrinsics instead.
2014-01-02 00:51:51 -08:00
..
io libnative: Use [from|to]_be16 instead of bswap16 2014-01-01 22:27:49 +01:00
bookeeping.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00
lib.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00
task.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00