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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
/
wrapping.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-4
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+4
2019-11-26
Format libcore with rustfmt
David Tolnay
-8
/
+8
2019-10-18
Fix left/right shift typo in wrapping rotate docs
Tobias Rapp
-2
/
+2
2019-08-20
Test that Wrapping arithmetic ops are implemented for all int types
Ilija Tovilo
-0
/
+8
2019-05-31
Stabilize reverse_bits feature
Lzu Tao
-2
/
+1
2019-05-24
Annotate each `reverse_bits` with `#[must_use]`
Nikolai Vazquez
-0
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+1
2019-02-26
Clarify `rotate_{left,right}` docs
Tobias Bucher
-2
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-15
/
+15
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-1
/
+0
2018-05-15
Separate feature gate for wrapping_next_power_of_two
Clar Charr
-2
/
+3
2018-05-08
Add missing Wrapping methods, use doc_comment!
Clar Charr
-197
/
+461
2018-03-19
Fix trailing whitespace
Phlosioneer
-1
/
+1
2018-03-19
Make Wrapping::pow use wrapping_pow, add example
Phlosioneer
-4
/
+14
2018-03-19
Impl Integer methods for Wrapping
Phlosioneer
-0
/
+299
2017-09-03
Manuall rebase of @Migi pull/41336
Eh2406
-0
/
+12
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-26
/
+26
2017-05-13
libcore: #[allow] some unused macros
est31
-0
/
+1
2017-02-05
Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton
Corey Farwell
-10
/
+20
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-3
/
+1
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-10
/
+20
2016-12-30
Wrapping<i128> and attempt at LLVM 3.7 compat
Simonas Kazlauskas
-0
/
+2
2016-10-23
Implement ops on `&Wrapping<T>`
Cristi Cobzarenco
-0
/
+10
2016-10-12
run rustfmt on libcore/num folder
Srinivas Reddy Thatiparthy
-2
/
+2
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-4
/
+4
2016-05-19
Support 16-bit pointers as well as i/usize
Jake Goulding
-0
/
+6
2016-04-20
Implement negation for wrapping numerals.
Michael Howell
-0
/
+9
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-141
/
+0
2016-03-11
core: Mark Wrapping impls as stable
Alex Crichton
-5
/
+5
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-8
/
+8
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+6
2016-01-05
Fix a breaking change in #30523
Nicholas Mazzuca
-15
/
+15
2016-01-02
Take out Op<T>/OpAssign<T> for Wrapping<T>
Nicholas Mazzuca
-144
/
+1
2016-01-01
In the middle of the implementation
Nicholas Mazzuca
-208
/
+316
2015-12-21
Register new snapshots
Alex Crichton
-180
/
+1
2015-10-31
Check unchecked_div|rem's specialisation
Nicholas Mazzuca
-13
/
+169
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
[next]