| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 | |
| Like next_power_of_two, but returns None on overflow. | ||||
| 2013-09-08 | Moved checked trait impls out of std::num | Brendan Zabarauskas | -0/+69 | |
| This follows the same pattern as the other numeric trait impls, and reduces the clutter in std::num. | ||||
| 2013-08-29 | Remove the iter module. | Jason Fager | -3/+3 | |
| Moves the Times trait to num while the question of whether it should exist at all gets hashed out as a completely separate question. | ||||
| 2013-08-06 | std: Remove uint::iterate, replaced by `range` | blake2-ppc | -24/+0 | |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -7/+6 | |
| Change the former repetition:: for 5.times { } to:: do 5.times { } .times() cannot be broken with `break` or `return` anymore; for those cases, use a numerical range loop instead. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -2/+2 | |
| 2013-05-24 | Remove usage of the #[merge] hack with int modules | Alex Crichton | -0/+195 | |
