rust/src/libstd/num
Erick Tryzelaar 9de7ad2d8c std: Swap {To,From}Primitive to use the 64bit as the unimplemented version
One downside with this current implementation is that since BigInt's
default is now 64 bit, we can convert larger BigInt's to a primitive,
however the current implementation on 32 bit architectures does not
take advantage of this fact.
2013-10-02 07:55:42 -07:00
..
cmath.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
f32.rs auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-statics-in-match-patterns, r=alexcrichton 2013-10-02 01:16:31 -07:00
f64.rs auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-statics-in-match-patterns, r=alexcrichton 2013-10-02 01:16:31 -07:00
i8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
int.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
int_macros.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
num.rs std: Swap {To,From}Primitive to use the 64bit as the unimplemented version 2013-10-02 07:55:42 -07:00
strconv.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
u8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
uint.rs std::num: Add uint::next_power_of_two_opt 2013-09-16 15:04:48 +02:00
uint_macros.rs Implement a web backend for rustdoc_ng 2013-09-20 22:49:03 -07:00