summary refs log tree commit diff
path: root/src/libstd/num/u64.rs
AgeCommit message (Collapse)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
Issue #1457
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-2/+0
This was just waiting for compiler-rt support, which was added in #12027 Closes #8449
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+1
One less trait in std::num, and three less exported in the prelude.
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-3/+10
2013-09-09Fix unused import warnings on 32bit systemsBrendan Zabarauskas-1/+3
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-0/+37
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