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
/
saturating.rs
Age
Commit message (
Expand
)
Author
Lines
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
-2
/
+29
2021-10-09
Add #[must_use] to math and bit manipulation methods
John Kugelman
-2
/
+29
2021-10-09
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+3
2021-08-28
Unimpl Shl{Assign} for signed Saturating types until the correct impl is clear
Michael Watzko
-59
/
+63
2021-08-28
Fix mentions of wrapping operations
Michael Watzko
-2
/
+2
2021-08-28
Use wrapping shift for unsigned types
Michael Watzko
-2
/
+2
2021-08-19
Simplify Div impl for Saturating by using saturating_div
Michael Watzko
-37
/
+31
2021-08-19
Add and use saturating_div instead of impl inside Saturating
Michael Watzko
-10
/
+1
2021-08-19
Saturate negative division
Michael Watzko
-13
/
+46
2021-08-12
Implement Neg only for signed Saturating types
Michael Watzko
-11
/
+11
2021-08-12
Add naive remainder impl to Saturating
Michael Watzko
-1
/
+22
2021-08-12
Add naive shift implementation to Saturating
Michael Watzko
-1
/
+158
2021-08-12
Replace doc test with doc macro call
Michael Watzko
-1
/
+1
2021-08-12
Like in Wrapping use shift in doctest
Michael Watzko
-2
/
+2
2021-08-12
Remove mentioning of modular arithmetic
Michael Watzko
-3
/
+2
2021-08-12
Make all the impls for Staturating unstable saturating_int_impl
Michael Watzko
-33
/
+33
2021-08-10
Fix missed tests
Michael Watzko
-10
/
+7
2021-08-10
Rustfmt
Michael Watzko
-1
/
+0
2021-08-10
Remove unused macros
Michael Watzko
-33
/
+0
2021-08-10
Add Saturating type (based on Wrapping type)
Michael Watzko
-0
/
+814