about summary refs log tree commit diff
path: root/src/libcore/int.rs
AgeCommit message (Collapse)AuthorLines
2012-04-16core: Factor out int/i8/16/32/64 mods into int-templateBrian Anderson-196/+0
2012-04-04Tidy up predicate names in libcore. Should close #1431.Graydon Hoare-5/+5
2012-03-19core: Remove a FIXME. Closes #2002Brian Anderson-3/+0
It works for negative integers
2012-03-15Comments only: associate FIXMEs with issue numbers in int libraryTim Chevalier-0/+2
2012-03-15core: Make some functions pureBrian Anderson-2/+2
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-3/+2
And remove spurious fails/unreachable() calls.
2012-03-09core: Convert to rustdocBrian Anderson-78/+11
2012-03-07add mutability annotations to libcoreNiko Matsakis-8/+8
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-76/+42
So that they can be used with user input without causing task failures. Closes #1335
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-10/+10
2012-02-11core: Add modules for remaining scalar typesBrian Anderson-0/+2
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+95
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+189