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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-07
Add `#[inline]` to functions that are never called
Gary Guo
-0
/
+3
2023-04-27
`inline(always)` for `lt`/`le`/`ge`/`gt` on integers and floats
Scott McMurray
-8
/
+8
2023-04-20
Rollup merge of #110448 - ripytide:master, r=cuviper
Yuki Okushi
-45
/
+46
2023-04-17
cmp doc examples consistency improvements
ripytide
-45
/
+46
2023-04-16
core is now compilable
Deadbeef
-18
/
+6
2023-04-16
rm const traits in libcore
Deadbeef
-65
/
+29
2023-04-04
Add links from `core::cmp` derives to their traits
clubby789
-4
/
+7
2023-03-01
Merge two different equality specialization traits in `core`
Scott McMurray
-0
/
+3
2023-02-15
Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`.
onestacked
-2
/
+3
2023-02-03
Replace `ConstFnMutClosure` with const closures
Deadbeef
-12
/
+1
2023-01-30
stage-step cfgs
Mark Rousskov
-37
/
+3
2023-01-12
test use in libcore
Deadbeef
-10
/
+16
2022-12-30
Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi...
bors
-6
/
+12
2022-12-28
Update bootstrap cfg
Pietro Albini
-37
/
+1
2022-12-28
Allow trait method paths to satisfy const Fn bounds
Deadbeef
-6
/
+12
2022-11-25
PERs are homogeneous
Ralf Jung
-2
/
+3
2022-11-12
Use `derive_const` and rm manual StructuralEq impl
Deadbeef
-0
/
+6
2022-09-24
Constify cmp_min_max_by
onestacked
-6
/
+49
2022-09-16
append_const_msg for std traits
Deadbeef
-28
/
+8
2022-09-14
Constify `PartialEq` for Ordering.
raldone01
-1
/
+14
2022-08-20
Improve primitive/std docs separation and headers
Cameron Steffen
-2
/
+2
2022-08-18
Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnay
bors
-3
/
+6
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-5
/
+1
2022-08-01
Don't derive `PartialEq::ne`.
Nicholas Nethercote
-3
/
+6
2022-07-26
Add `Self: ~const Trait` to traits with `#[const_trait]`
Deadbeef
-2
/
+3
2022-07-24
add const hack comment
Deadbeef
-0
/
+6
2022-07-24
Add issue numbers
Deadbeef
-17
/
+17
2022-07-24
Constify a few const `(Partial)Ord` impls
Deadbeef
-19
/
+49
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-7
/
+2
2022-06-12
Rollup merge of #97950 - eggyal:issue-97945, r=Dylan-DPC
Michael Goulet
-2
/
+2
2022-06-11
Update cmp.rs
Warrenren
-1
/
+1
2022-06-10
Clarify `#[derive(PartialEq)]` on enums
Alan Egerton
-2
/
+2
2022-06-10
line 1352, change self to (*self), other to (*other)
Warrenren
-1
/
+1
2022-05-30
Remove `#[default..]` and add `#[const_trait]`
Deadbeef
-5
/
+7
2022-03-16
Derive Eq for std::cmp::Ordering, instead of using manual impl.
Zachary S
-4
/
+1
2022-03-04
Edit docs on consistency of `PartialOrd` and `PartialEq`
pierwill
-13
/
+12
2022-01-28
Edit docs introduction for `std::cmp::PartialOrd`
pierwill
-1
/
+1
2022-01-26
Add a minimal working `append_const_msg` argument
Deadbeef
-6
/
+28
2022-01-15
Touch up stray comment in PR 92953
David Tolnay
-2
/
+2
2022-01-15
Clear up discriminants with more examples
Ariel Davis
-18
/
+52
2022-01-15
Copy an example to PartialOrd as well
Ariel Davis
-3
/
+15
2021-12-16
Mark defaulted `PartialEq`/`PartialOrd` methods as const
Dylan MacKenzie
-0
/
+5
2021-10-03
Add `#[repr(i8)]` to `Ordering`
Ryan Lopopolo
-0
/
+1
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
[next]