summary refs log tree commit diff
path: root/src/libcore/num.rs
AgeCommit message (Collapse)AuthorLines
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-1/+2
But, one change in io to implement a TODO suggestion (using a const u8)
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-06-14Comments only: annotate FIXMEsTim Chevalier-2/+2
2012-06-07Add neg() to the num ifacePatrick Walton-0/+1
2012-06-07libcore: Add a num typeclassPatrick Walton-0/+15