about summary refs log tree commit diff
path: root/src/libstd/num/uint.rs
AgeCommit message (Expand)AuthorLines
2014-02-01Move int and uint overflow tests into macrosBrendan Zabarauskas-8/+0
2014-02-01Remove free-standing div functions in std::uintBrendan Zabarauskas-60/+0
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-65/+0
2014-01-30Remove Times traitBrendan Zabarauskas-31/+0
2014-01-25Uppercase numeric constantsChris Wong-5/+5
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-11-29Removed module macro workaround for signed and unsigned integersMarvin Löbel-4/+11
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-3/+3
2013-09-16std::num: Add uint::next_power_of_two_optblake2-ppc-1/+11
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-0/+69
2013-08-29Remove the iter module.Jason Fager-3/+3
2013-08-06std: Remove uint::iterate, replaced by `range`blake2-ppc-24/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-7/+6
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-2/+2
2013-05-24Remove usage of the #[merge] hack with int modulesAlex Crichton-0/+195