about summary refs log tree commit diff
path: root/src/libcore/u64.rs
AgeCommit message (Expand)AuthorLines
2012-04-16core: Factor out uint/u8/16/32/64 mods into uint-templateBrian Anderson-87/+0
2012-03-15core: Make some functions pureBrian Anderson-1/+1
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-3/+2
2012-03-09core: Convert to rustdocBrian Anderson-55/+4
2012-03-07add mutability annotations to libcoreNiko Matsakis-5/+5
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-2/+2
2012-02-22Fix uint/u64 confusionMarijn Haverbeke-1/+1
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-9/+7
2012-02-12core: Add compl functions for the rest of the integer typesBrian Anderson-0/+5
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-12core: Formulate all unsigned max_values as 0 - 1 for consistencyBrian Anderson-1/+1
2012-02-11core: Add min/max functions for all int typesBrian Anderson-0/+3
2012-02-11core: Fill out missing functions for basic typesBrian Anderson-1/+1
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-0/+2
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-06libcore: Add binop functions to u32 and u64Erick Tryzelaar-0/+43
2011-12-28libcore: Fix a typo.Erick Tryzelaar-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+88