summary refs log tree commit diff
path: root/src/libstd/num/u8.rs
AgeCommit message (Collapse)AuthorLines
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
This commit uniforms the short title of modules provided by libstd, in order to make their roles more explicit when glancing at the index. Signed-off-by: Luca Bruno <lucab@debian.org>
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-2/+9
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-0/+35
This follows the same pattern as the other numeric trait impls, and reduces the clutter in std::num.
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+14