rust/src/libstd
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
..
fmt remove the float type 2013-10-01 14:54:10 -04:00
num std: Swap {To,From}Primitive to use the 64bit as the unimplemented version 2013-10-02 07:55:42 -07:00
rand std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
rt auto merge of #9665 : alexcrichton/rust/snapshot, r=brson 2013-10-02 02:31:29 -07:00
str
task auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichton 2013-10-01 02:06:32 -07:00
unstable remove the float type 2013-10-01 14:54:10 -04:00
at_vec.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
bool.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
borrow.rs
c_str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
cast.rs rustdoc: Change all code-blocks with a script 2013-09-25 14:27:42 -07:00
cell.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
char.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
cleanup.rs
clone.rs remove the float type 2013-10-01 14:54:10 -04:00
cmp.rs
comm.rs
condition.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
container.rs
default.rs
either.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
from_str.rs
hash.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
hashmap.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
io.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
iter.rs auto merge of #9665 : alexcrichton/rust/snapshot, r=brson 2013-10-02 02:31:29 -07:00
kinds.rs
libc.rs errfunc ptr is nullable, so use Option as part of interface to glob (#7752). 2013-09-25 23:38:59 +02:00
local_data.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
logging.rs Register new snapshots 2013-09-27 00:44:32 -07:00
macros.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
managed.rs
ops.rs
option.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
os.rs Merge fall out of removing fmt! 2013-10-01 00:06:51 -07:00
owned.rs
path.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
prelude.rs std: Replace num::IntConvertible with {To,From}Primitive 2013-10-02 07:55:41 -07:00
ptr.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
reflect.rs remove the float type 2013-10-01 14:54:10 -04:00
repr.rs remove the float type 2013-10-01 14:54:10 -04:00
result.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
routine.rs libsyntax: Introduce routines and remove all @fns from libsyntax save the old visitor 2013-09-23 18:23:21 -07:00
run.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
select.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
send_str.rs
std.rs remove the float type 2013-10-01 14:54:10 -04:00
str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
sys.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
to_bytes.rs remove the float type 2013-10-01 14:54:10 -04:00
to_str.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
trie.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00
tuple.rs std: Replace CloneableTuple with Tuple, which takes self by-val. 2013-09-25 19:00:08 +10:00
unicode.rs
unit.rs
util.rs auto merge of #9354 : thestinger/rust/cleanup, r=alexcrichton 2013-09-21 01:35:59 -07:00
vec.rs std: Remove usage of fmt! 2013-09-30 23:21:18 -07:00