rust/src/libserialize
Huon Wilson 54ec04f1c1 Use the unsigned integer types for bitwise intrinsics.
Exposing ctpop, ctlz, cttz and bswap as taking signed i8/i16/... is just
exposing the internal LLVM names pointlessly (LLVM doesn't have "signed
integers" or "unsigned integers", it just has sized integer types
with (un)signed *operations*).

These operations are semantically working with raw bytes, which the
unsigned types model better.
2014-04-15 19:45:00 -07:00
..
base64.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
collection_impls.rs serialize: use Result 2014-03-27 17:41:55 -07:00
ebml.rs Use the unsigned integer types for bitwise intrinsics. 2014-04-15 19:45:00 -07:00
hex.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
json.rs Decode non-BMP hex escapes in JSON 2014-04-11 15:54:46 -07:00
lib.rs Bump version to 0.11-pre 2014-04-03 16:28:46 -07:00
serialize.rs serialize: use Result 2014-03-27 17:41:55 -07:00