summary refs log tree commit diff
path: root/src/libcore/ops/arith.rs
AgeCommit message (Expand)AuthorLines
2018-02-10fix typo: substract -> subtract.Matthias Krüger-2/+2
2018-02-01Remove cast suggestionsEsteban Küber-72/+0
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-6/+3
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-10/+105
2017-09-03Manuall rebase of @Migi pull/41336Eh2406-0/+10
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-6/+8
2017-08-07Revise documentation in core::ops::arithlukaramu-182/+118
2017-07-22Add generic example of std::ops::Sub in doc commentsmandeep-0/+36
2017-06-09Move arithmetic ops to module.Clar Charr-0/+873