about summary refs log tree commit diff
path: root/src/libcore/u32.rs
AgeCommit message (Expand)AuthorLines
2012-04-16core: Factor out uint/u8/16/32/64 mods into uint-templateBrian Anderson-41/+0
2012-03-15core: Make some functions pureBrian Anderson-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-40/+1
2012-03-07add mutability annotations to libcoreNiko Matsakis-1/+1
2012-02-12core: Add compl functions for the rest of the integer typesBrian Anderson-0/+5
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-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+27