rust/src/librustc/util
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
..
common.rs Register new snapshots 2014-04-08 00:03:11 -07:00
fs.rs rustc: Add a realpath utility function 2014-04-10 15:22:00 -07:00
nodemap.rs use TotalEq for HashMap 2014-03-23 01:59:11 -04:00
ppaux.rs auto merge of #13480 : edwardw/rust/vtable-ice, r=alexcrichton 2014-04-14 11:00:20 -07:00
sha2.rs Use the unsigned integer types for bitwise intrinsics. 2014-04-15 19:45:00 -07:00