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
/
ops
/
arith.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-13
Remove the last remnant of unsigned Neg
Josh Stone
-17
/
+4
2020-03-10
Make Point `Copy` in arithmetic documentation
Florian Gilcher
-5
/
+5
2019-11-26
Format libcore with rustfmt
David Tolnay
-41
/
+50
2019-06-15
Remove the default type of `Rem::Output`
Jonas Schievink
-1
/
+1
2019-04-09
std::ops::Div examples: correct nominator to numerator
Anders Kaseorg
-14
/
+14
2019-04-02
Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviper
Mazdak Farrokhzad
-0
/
+15
2019-04-01
Improved the example with numbers that can be exactly represented as floats a...
Christian
-2
/
+3
2019-03-30
Added an example that shows how the remainder function on floating point valu...
Christian
-1
/
+11
2019-03-29
Added documentation on the remainder (Rem) operator for floating points.
Christian
-0
/
+4
2019-03-22
Rollup merge of #59190 - greg-kargin:master, r=sanxiyn
Mazdak Farrokhzad
-27
/
+27
2019-03-18
Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...
Vincent Esche
-20
/
+20
2019-03-15
consistent naming for Rhs type parameter in libcore/ops
Grigorii Kargin
-27
/
+27
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-04-28
Auto merge of #50149 - aaronaaeng:master, r=estebank
bors
-0
/
+6
2018-04-22
Make must_use lint cover all binary/unary operators
Aaron Aaeng
-0
/
+6
2018-04-21
add more aliases
Guillaume Gomez
-0
/
+16
2018-02-10
fix typo: substract -> subtract.
Matthias Krüger
-2
/
+2
2018-02-01
Remove cast suggestions
Esteban Küber
-72
/
+0
2018-02-01
Change rustc_on_unimplemented for Iterator and binops
Esteban Küber
-6
/
+3
2018-02-01
Add filtering options to `rustc_on_unimplemented`
Esteban Küber
-10
/
+105
2017-09-03
Manuall rebase of @Migi pull/41336
Eh2406
-0
/
+10
2017-08-12
std::ops docs: incorporated changes suggested in review
lukaramu
-6
/
+8
2017-08-07
Revise documentation in core::ops::arith
lukaramu
-182
/
+118
2017-07-22
Add generic example of std::ops::Sub in doc comments
mandeep
-0
/
+36
2017-06-09
Move arithmetic ops to module.
Clar Charr
-0
/
+873