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
/
library
/
core
/
src
/
num
/
wrapping.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-07
Stabilize wrapping_int_assign_impl in 1.60.0.
Mara Bos
-8
/
+8
2022-01-25
Impl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}Assign<$t> for Wrapping<$t>
Michael Watzko
-0
/
+80
2021-10-22
Added const versions of common numeric operations
AlexApps99
-51
/
+77
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+2
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+2
2021-10-10
Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett
Matthias Krüger
-1
/
+30
2021-10-09
Add #[must_use] to math and bit manipulation methods
John Kugelman
-1
/
+30
2021-10-09
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+3
2021-09-13
`Wrapping<T>` has the same layout and ABI as `T`
Joshua Liebow-Feeser
-0
/
+4
2021-05-11
add BITS associated constant to core::num::Wrapping
Trevor Spiteri
-0
/
+15
2020-12-30
Remove all doc_comment!{} hacks by using #[doc = expr] where needed.
Mara Bos
-402
/
+365
2020-12-17
Add `popcount` and `popcnt` as doc aliases for `count_ones` methods.
Simon Sapin
-0
/
+2
2020-09-19
Move Wrapping<T> definition to wrapping mod
Lzu Tao
-2
/
+79
2020-07-27
mv std libs to library/
mark
-0
/
+922