| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+2 |
| 2024-02-05 | Rollup merge of #115386 - RalfJung:partial-eq-chain, r=dtolnay | Matthias Krüger | -8/+52 |
| 2024-02-02 | fix typo | Ralf Jung | -2/+2 |
| 2024-01-22 | Rollup merge of #118714 - The-Ludwig:explain_ord_derive_enum_field, r=Nilstrieb | Matthias Krüger | -2/+4 |
| 2023-12-26 | explain what crates should do when adding comparison with foreign types | Ralf Jung | -0/+38 |
| 2023-12-26 | PartialOrd: transitivity and duality are required only if the corresponding i... | Ralf Jung | -6/+10 |
| 2023-12-26 | PartialEq: handle longer transitive chains | Ralf Jung | -2/+4 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -13/+3 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+2 |
| 2023-12-10 | Restore `const PartialEq` | Deadbeef | -0/+12 |
| 2023-12-07 | Introduce explanation about fields being used in ordering | Ludwig Neste | -2/+4 |
| 2023-12-02 | Add diagnostic item to PartialEq::{eq,ne} | Urgau | -0/+2 |
| 2023-11-01 | fixes: typo in `std::cmp::Ord` trait docs | massivebird | -1/+1 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -4/+2 |
| 2023-10-08 | Bump to latest beta | Mark Rousskov | -4/+2 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+1 |
| 2023-10-05 | docs: Correct terminology in std::cmp | Jan Behrens | -17/+50 |
| 2023-09-28 | Rollup merge of #115888 - RalfJung:assert_receiver_is_total_eq, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-09-18 | Rollup merge of #109409 - WaffleLapkin:progamer, r=dtolnay | Matthias Krüger | -0/+85 |
| 2023-09-18 | Fill-in tracking issue for `feature(cmp_minmax)` | Maybe Waffle | -3/+3 |
| 2023-09-18 | Add `minmax*` functions to `core::cmp` | Maybe Waffle | -0/+85 |
| 2023-09-16 | Rollup merge of #115607 - RalfJung:safe-traits-unsafe-code, r=dtolnay | Matthias Krüger | -0/+20 |
| 2023-09-16 | fix a comment about assert_receiver_is_total_eq | Ralf Jung | -3/+3 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -2/+5 |
| 2023-09-06 | clarify that unsafe code must not rely on our safe traits | Ralf Jung | -0/+20 |
| 2023-08-10 | Optimized implementations of max, min, and clamp for bool | danflapjax | -0/+16 |
| 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 |