about summary refs log tree commit diff
path: root/src/libnum/lib.rs
AgeCommit message (Collapse)AuthorLines
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-0/+400
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+22
Removed use of globs present in earlier versions of modules. Fix tutorial.md to reflect `extra::rational` ==> `num::rational`.