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
/
library
/
core
/
src
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-06
Suggest deriving traits if possible
Paul Trojahn
-0
/
+4
2021-08-20
Add an example for deriving PartialOrd on enums
Ariel Davis
-0
/
+12
2021-07-15
Added diagnostic items to functions for Clippy
xFrednet
-0
/
+2
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
2021-06-21
Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-se
Yuki Okushi
-25
/
+64
2021-06-15
wording
Ralf Jung
-1
/
+1
2021-05-27
make Ord doc style consistent with the other two; explain which properties ar...
Ralf Jung
-17
/
+26
2021-05-24
document PartialEq, PartialOrd, Ord requirements more explicitly
Ralf Jung
-23
/
+53
2021-05-24
remove cfg(bootstrap)
Pietro Albini
-1
/
+1
2021-05-11
Override `clone_from` for some types
BenoƮt du Garreau
-1
/
+14
2021-05-05
Disallows `#![feature(no_coverage)]` on stable and beta
Rich Kadel
-3
/
+2
2021-04-27
adds feature gating of `no_coverage` at either crate- or function-level
Rich Kadel
-0
/
+1
2021-04-27
Derived Eq no longer shows uncovered
Rich Kadel
-0
/
+1
2021-04-24
Stabilize ordering_helpers.
Mara Bos
-12
/
+12
2021-04-10
Add note about reverting a workaround in the future
LingMan
-0
/
+3
2021-04-07
Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus
bors
-12
/
+4
2021-04-07
Stabilize cmp_min_max_by
Griffin Smith
-12
/
+4
2021-04-04
Optimize PartialOrd le
AngelicosPhosphoros
-1
/
+2
2021-02-08
Added #[repr(transparent)] to core::cmp::Reverse
Jad Ghalayini
-0
/
+1
2021-01-19
Remove requirement that forces symmetric and transitive PartialEq impls to exist
David Tolnay
-6
/
+10
2021-01-17
Update cmp.rs
Marvin Huber
-1
/
+1
2021-01-09
fix broken link in PartialEq doc
Eric Seppanen
-1
/
+1
2020-12-14
Optimization for bool's PartialOrd impl
Chayim Refael Friedman
-1
/
+1
2020-12-10
Add some core::cmp::Ordering helpers
Lyndon Brown
-0
/
+114
2020-11-22
Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcm
bors
-3
/
+1
2020-11-20
We missed 1.49.0, so bump version to 1.50.0
Jacob Kiesel
-1
/
+1
2020-11-07
Convert a bunch of intra-doc links
Camelid
-1
/
+1
2020-10-26
Add lexicographical comparison doc
Rustin-Liu
-1
/
+11
2020-10-12
Stabilize clamp
Jacob Kiesel
-3
/
+1
2020-09-22
Use Self more in core/src/cmp.rs
Alexis Bourget
-3
/
+3
2020-09-01
Make some Ordering methods const
CDirkx
-2
/
+4
2020-08-31
Revert #75463
Dylan MacKenzie
-4
/
+2
2020-08-31
Auto merge of #75463 - CDirkx:ordering-const, r=CDirkx
bors
-2
/
+4
2020-08-30
Update `since` to correct release
CDirkx
-2
/
+2
2020-08-30
Stabilize feature `const_ordering`
CDirkx
-2
/
+2
2020-08-30
Add unstable `const_ordering` feature, and some tests.
CDirkx
-0
/
+2
2020-08-24
Rollup merge of #75831 - lzutao:https, r=Dylan-DPC
Yuki Okushi
-1
/
+1
2020-08-23
Misleading documentation for derived Ord/PartialOrd implementation for enums ...
Ayush Kumar Mishra
-2
/
+2
2020-08-23
Prefer https link for wikipedia URLs
Lzu Tao
-1
/
+1
2020-08-12
Make some Ordering methods const
CDirkx
-2
/
+2
2020-08-10
Use intra-doc links
Denis Vasilik
-2
/
+2
2020-08-10
Remove links that are in scope
Denis Vasilik
-6
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+1349