| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -51/+111 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -2/+1 |
| 2025-08-19 | Merge remote-tracking branch 'upstream/master' | Michael Rieder | -27/+35 |
| 2025-08-19 | Remove
hs_abs_cmp examples | Michael Rieder | -14/+0 |
| 2025-08-06 | tidy | Boxy | -4/+4 |
| 2025-07-20 | Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee | Guillaume Gomez | -2/+3 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -2/+3 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -1/+2 |
| 2025-07-11 | fix PartialEq const feature name and const_cmp tracking issue | Ralf Jung | -6/+6 |
| 2025-07-03 | remove redundant #[must_use] | Marijn Schouten | -4/+0 |
| 2025-06-23 | Make `PartialEq` a `const_trait` | Oli Scherer | -9/+16 |
| 2025-06-16 | library/compiler: add `PointeeSized` bounds | David Wood | -16/+19 |
| 2025-05-05 | Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::... | Michael Rieder | -3/+26 |
| 2025-04-12 | Extend the chaining logic to slices too | Scott McMurray | -0/+32 |
| 2025-03-25 | Override PartialOrd methods for bool | DaniPopes | -27/+23 |
| 2025-03-23 | Stop using specialization for this | Scott McMurray | -75/+87 |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -0/+84 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -2/+2 |
| 2025-03-05 | Make `is_le` and friends work like clang's | Scott McMurray | -6/+16 |
| 2025-02-17 | Update some comparison tests now that they pass in LLVM20 | Scott McMurray | -4/+4 |
| 2025-01-31 | implement all min/max fns in terms of `<`/`is_lt` | Waffle Lapkin | -15/+9 |
| 2025-01-31 | improve doc tests for (min/max/minmax).* functions | Waffle Lapkin | -18/+128 |
| 2024-12-31 | Remove qualification of `std::cmp::Ordering` in `Ord` doc | Michael Sloan | -1/+1 |
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl... | Zalathar | -1/+1 |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -1/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-09-29 | Remove duplicate section | Lukas Bergdoll | -13/+1 |
| 2024-09-27 | Apply review feedback | Lukas Bergdoll | -13/+16 |
| 2024-09-27 | Apply round 1 of review comments | Lukas Bergdoll | -16/+15 |
| 2024-09-27 | Fix mistake in example | Lukas Bergdoll | -1/+1 |
| 2024-09-27 | Improve Ord docs | Lukas Bergdoll | -95/+263 |
| 2024-09-17 | Remove uneeded PartialOrd bound in cmp::Ord::clamp | Arthur Carcano | -1/+0 |
| 2024-07-26 | Fix doc nits | John Arundel | -10/+10 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -3/+1 |
| 2024-05-23 | Make clamp inline | blyxyas | -0/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -28/+10 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-04-10 | Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))" | Trevor Gross | -8/+2 |
| 2024-04-03 | Auto merge of #123390 - tgross35:f16-f128-libs-basic-impls-bootstrap, r=jhpratt | bors | -2/+8 |
| 2024-04-02 | Put basic impls for f16 and f128 behind cfg(not(bootstrap)) | Trevor Gross | -2/+8 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -6/+24 |
| 2024-03-30 | Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieu | bors | -2/+2 |
| 2024-03-29 | Add diagnostic items for Ord and PartialOrd methods | Urgau | -0/+7 |
| 2024-03-28 | Add basic trait impls for `f16` and `f128` | Trevor Gross | -2/+2 |
| 2024-03-24 | Address PR feedback | Scott McMurray | -0/+3 |
| 2024-03-24 | Slightly simplify the `iN::partial_cmp` MIR | Scott McMurray | -7/+14 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+8 |
| 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 |