index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
/
wrapping.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+0
2015-07-08
Use wrapping_div call and correct the feature name
Mathijs van de Nes
-2
/
+2
2015-07-08
Implement Div for Wrapping<T>
Mathijs van de Nes
-0
/
+10
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-05-06
Add missing inline attribute to Not impl for Wrapping<T>
inrustwetrust
-0
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-31
/
+0
2015-04-14
Fix bug in `wrapping_div`
Felix S. Klock II
-1
/
+1
2015-04-14
Remaining API additions for int overflow:
Felix S. Klock II
-0
/
+35
2015-04-01
Fix bug in `OverflowOps` impl for unsigned integers.
Felix S. Klock II
-3
/
+49
2015-04-01
Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps.
Felix S. Klock II
-0
/
+130
2015-03-31
Stabilize std::num
Aaron Turon
-72
/
+106
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-5
/
+5
2015-03-27
num: Derive Debug for Wrapping
Ruud van Asseldonk
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-08
Register new snapshots (270a677)
Manish Goregaokar
-22
/
+0
2015-03-03
Added `OverflowingOps` trait to core::num::wrapping.
Felix S. Klock II
-0
/
+147
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-0
/
+153