summary refs log tree commit diff
path: root/library/core/src/cmp.rs
AgeCommit message (Expand)AuthorLines
2021-02-08Added #[repr(transparent)] to core::cmp::ReverseJad Ghalayini-0/+1
2021-01-19Remove requirement that forces symmetric and transitive PartialEq impls to existDavid Tolnay-6/+10
2021-01-17Update cmp.rsMarvin Huber-1/+1
2021-01-09fix broken link in PartialEq docEric Seppanen-1/+1
2020-12-14Optimization for bool's PartialOrd implChayim Refael Friedman-1/+1
2020-12-10Add some core::cmp::Ordering helpersLyndon Brown-0/+114
2020-11-22Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcmbors-3/+1
2020-11-20We missed 1.49.0, so bump version to 1.50.0Jacob Kiesel-1/+1
2020-11-07Convert a bunch of intra-doc linksCamelid-1/+1
2020-10-26Add lexicographical comparison docRustin-Liu-1/+11
2020-10-12Stabilize clampJacob Kiesel-3/+1
2020-09-22Use Self more in core/src/cmp.rsAlexis Bourget-3/+3
2020-09-01Make some Ordering methods constCDirkx-2/+4
2020-08-31Revert #75463Dylan MacKenzie-4/+2
2020-08-31Auto merge of #75463 - CDirkx:ordering-const, r=CDirkxbors-2/+4
2020-08-30Update `since` to correct releaseCDirkx-2/+2
2020-08-30Stabilize feature `const_ordering`CDirkx-2/+2
2020-08-30Add unstable `const_ordering` feature, and some tests.CDirkx-0/+2
2020-08-24Rollup merge of #75831 - lzutao:https, r=Dylan-DPCYuki Okushi-1/+1
2020-08-23Misleading documentation for derived Ord/PartialOrd implementation for enums ...Ayush Kumar Mishra-2/+2
2020-08-23Prefer https link for wikipedia URLsLzu Tao-1/+1
2020-08-12Make some Ordering methods constCDirkx-2/+2
2020-08-10Use intra-doc linksDenis Vasilik-2/+2
2020-08-10Remove links that are in scopeDenis Vasilik-6/+0
2020-07-27mv std libs to library/mark-0/+1349