about summary refs log tree commit diff
path: root/src/libcore/ops/arith.rs
AgeCommit message (Expand)AuthorLines
2020-04-13Remove the last remnant of unsigned NegJosh Stone-17/+4
2020-03-10Make Point `Copy` in arithmetic documentationFlorian Gilcher-5/+5
2019-11-26Format libcore with rustfmtDavid Tolnay-41/+50
2019-06-15Remove the default type of `Rem::Output`Jonas Schievink-1/+1
2019-04-09std::ops::Div examples: correct nominator to numeratorAnders Kaseorg-14/+14
2019-04-02Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviperMazdak Farrokhzad-0/+15
2019-04-01Improved the example with numbers that can be exactly represented as floats a...Christian-2/+3
2019-03-30Added an example that shows how the remainder function on floating point valu...Christian-1/+11
2019-03-29Added documentation on the remainder (Rem) operator for floating points.Christian-0/+4
2019-03-22Rollup merge of #59190 - greg-kargin:master, r=sanxiynMazdak Farrokhzad-27/+27
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-20/+20
2019-03-15consistent naming for Rhs type parameter in libcore/opsGrigorii Kargin-27/+27
2019-02-10libs: doc commentsAlexander Regueiro-2/+2
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+6
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+6
2018-04-21add more aliasesGuillaume Gomez-0/+16
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