about summary refs log tree commit diff
path: root/src/libcore/cmp.rs
AgeCommit message (Expand)AuthorLines
2019-01-05Cleanup PartialEq docs.Corey Farwell-47/+9
2018-12-29Specify criterion for PartialOrdCzipperz-2/+3
2018-12-29Make std::cmp::Ord documentation specify what it means to agree with PartialEqCzipperz-3/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-6/+6
2018-08-21Add another PartialEq exampleGuillaume Gomez-1/+84
2018-08-09inline some short functionsM Farkas-Dyck-0/+2
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+8
2018-04-26Add more doc aliasesGuillaume Gomez-0/+12
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-4/+4
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-3/+2
2018-03-14change never_type stabilisation versionAndrew Cann-4/+4
2018-03-14Fix version numberAndrew Cann-4/+4
2018-03-14stabilise feature(never_type)Andrew Cann-4/+4
2018-03-08Produce instead of pointersOliver Schneider-1/+3
2018-02-28impl Default + Hash for ::core::cmp::ReverseM Farkas-Dyck-1/+1
2018-01-12Derive std::cmp::Reverse as Copy or CloneDan Aloni-1/+1
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-4/+4
2017-10-05Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors-2/+2
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-2/+2
2017-09-24Backport libs stabilizations to 1.21 betaDavid Tolnay-2/+2
2017-09-15stabilized ord_max_min (fixes #25663)Michal Budzynski-6/+2
2017-09-08Revert "Add clamp functions"Jacob Kiesel-26/+0
2017-09-08Revert "Fix documentation and formatting."Jacob Kiesel-7/+9
2017-09-01Fix documentation and formatting.Jacob Kiesel-9/+7
2017-08-26Add clamp functionsJacob Kiesel-0/+26
2017-08-08mark comparison trait methods as #[must_use]Zack M. Davis-0/+7
2017-07-20std: Cut down #[inline] annotations where not necessaryAlex Crichton-1/+1
2017-07-03Add a stability marker for core::cmp::Reverse.0Steven Fackler-1/+1
2017-06-29Rollup merge of #42920 - behnam:cmp, r=BurntSushiAriel Ben-Yehuda-4/+6
2017-06-26[libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum typesBehnam Esfahbod-4/+6
2017-06-24Stabilize cmp::ReverseSteven Fackler-4/+3
2017-06-06Alias std::cmp::max/min to Ord::max/minNick Whitney-2/+6
2017-06-06Add max and min default fns to Ord traitNick Whitney-0/+36
2017-05-27Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichtonMark Simulacrum-2/+14
2017-05-27Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina-2/+14
2017-04-10Explicit help message for binop type missmatchEsteban Küber-0/+2
2017-03-30cmp: Implement all PartialOrd methods for ReverseUlrik Sverdrup-0/+9
2017-03-29Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushiCorey Farwell-0/+35
2017-03-29Updated tracking issue for cmp::ReverseArmin Ronacher-3/+3
2017-03-29Changed cmp::Reverse to unstableArmin Ronacher-3/+4
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-3/+3
2017-03-22Improved bounds for cmp::ReverseArmin Ronacher-6/+6
2017-03-22Fix the test for cmp::ReverseArmin Ronacher-1/+1
2017-03-22Added core::cmp::Reverse for sort_by_key reverse sortingArmin Ronacher-0/+34
2017-03-17Stabilize ordering_chaining, closes #37053Aaron Turon-6/+2
2017-03-14Inline functions Ordering::{then, then_with}Stjepan Glavina-0/+2
2017-02-03Bump version, upgrade bootstrapAlex Crichton-9/+3
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+6
2016-12-29Fix typo in PartialOrd docsLuc Street-1/+1