summary refs log tree commit diff
path: root/src/libcore/num/wrapping.rs
AgeCommit message (Expand)AuthorLines
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-07-08Use wrapping_div call and correct the feature nameMathijs van de Nes-2/+2
2015-07-08Implement Div for Wrapping<T>Mathijs van de Nes-0/+10
2015-06-17core: Split apart the global `core` featureAlex Crichton-1/+1
2015-05-06Add missing inline attribute to Not impl for Wrapping<T>inrustwetrust-0/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-31/+0
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