summary refs log tree commit diff
path: root/src/libcore/i16.rs
AgeCommit message (Expand)AuthorLines
2012-03-15core: Make some functions pureBrian Anderson-2/+2
2012-03-07add mutability annotations to libcoreNiko Matsakis-1/+1
2012-02-12core: Add abs functions for signed integer typesBrian Anderson-0/+5
2012-02-12core: Add compl functions for the rest of the integer typesBrian Anderson-0/+5
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/+28
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-0/+1