about summary refs log tree commit diff
path: root/src/libcore/num/wrapping.rs
AgeCommit message (Expand)AuthorLines
2015-04-14Fix bug in `wrapping_div`Felix S. Klock II-1/+1
2015-04-14Remaining API additions for int overflow:Felix S. Klock II-0/+35
2015-04-01Fix bug in `OverflowOps` impl for unsigned integers.Felix S. Klock II-3/+49
2015-04-01Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps.Felix S. Klock II-0/+130
2015-03-31Stabilize std::numAaron Turon-72/+106
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-5/+5
2015-03-27num: Derive Debug for WrappingRuud van Asseldonk-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-08Register new snapshots (270a677)Manish Goregaokar-22/+0
2015-03-03Added `OverflowingOps` trait to core::num::wrapping.Felix S. Klock II-0/+147
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+153