about summary refs log tree commit diff
path: root/src/libstd/num/usize.rs
AgeCommit message (Collapse)AuthorLines
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-0/+22
This PR introduces `isize` and `usize` modules to `core` and `std`, and deprecates the existing `int` and `uint` modules. The rustdoc primitive type links now point to these new modules. Due to deprecation this is a: [breaking-change]