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
/
src
/
libcore
/
cmp.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-2
/
+2
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-4
/
+0
2019-09-23
Move `--cfg bootstrap` out of `rustc.rs`
Alex Crichton
-4
/
+4
2019-09-14
Add cmp::{min_by, min_by_key, max_by, max_by_key}
Tim Vermeulen
-2
/
+88
2019-09-04
Fix doc links in `std::cmp` module
Lzu Tao
-6
/
+14
2019-08-29
Small improvement for Ord implementation of integers
Lzu Tao
-2
/
+2
2019-08-21
Add comment to avoid accidentally remove the changes.
Lzu Tao
-0
/
+2
2019-08-21
Use more optimal Ord implementation for integers
Lzu Tao
-3
/
+3
2019-08-17
Make built-in derives opaque macros
Matthew Jasper
-4
/
+4
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-4
/
+0
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-0
/
+32
2019-07-26
Remove redundant `mut` from variable declaration.
Tomasz Różański
-1
/
+1
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
2019-04-09
Remove strange formatting in `Ordering` docs.
Eric Huss
-3
/
+3
2019-03-25
Clarify `{Ord,f32,f64}::clamp` docs a little
Tobias Bucher
-4
/
+9
2019-03-18
Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...
Vincent Esche
-7
/
+7
2019-03-15
Auto merge of #58710 - EdorianDark:master, r=sfackler
bors
-0
/
+26
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-24
/
+24
2019-03-09
Revert "Revert "Add clamp functions""
Dirk Leifeld
-0
/
+26
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-18
Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus
Mazdak Farrokhzad
-16
/
+22
2019-01-15
demonstrate symmetry
Corey Farwell
-1
/
+1
2019-01-12
whitespace
Corey Farwell
-6
/
+6
2019-01-12
bring back the example i removed, also add symmetry and simplify impl
Corey Farwell
-0
/
+42
2019-01-12
add comment explaining what the derive does
Corey Farwell
-0
/
+1
2019-01-11
re-do docs for core::cmp
Steve Klabnik
-20
/
+15
2019-01-06
Update cmp.rs
Corey Farwell
-1
/
+1
2019-01-06
add missing derive to fix compile error
Corey Farwell
-0
/
+1
2019-01-05
Fix compile error
Corey Farwell
-1
/
+1
2019-01-05
Cleanup PartialEq docs.
Corey Farwell
-47
/
+9
2018-12-29
Specify criterion for PartialOrd
Czipperz
-2
/
+3
2018-12-29
Make std::cmp::Ord documentation specify what it means to agree with PartialEq
Czipperz
-3
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-6
/
+6
2018-08-21
Add another PartialEq example
Guillaume Gomez
-1
/
+84
2018-08-09
inline some short functions
M Farkas-Dyck
-0
/
+2
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-2
/
+8
2018-04-26
Add more doc aliases
Guillaume Gomez
-0
/
+12
2018-04-20
Revert stabilization of `feature(never_type)`.
Felix S. Klock II
-4
/
+4
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-3
/
+2
2018-03-14
change never_type stabilisation version
Andrew Cann
-4
/
+4
2018-03-14
Fix version number
Andrew Cann
-4
/
+4
2018-03-14
stabilise feature(never_type)
Andrew Cann
-4
/
+4
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+3
2018-02-28
impl Default + Hash for ::core::cmp::Reverse
M Farkas-Dyck
-1
/
+1
2018-01-12
Derive std::cmp::Reverse as Copy or Clone
Dan Aloni
-1
/
+1
2017-12-12
Rename never_type_impls gate to never_type
Andrew Cann
-4
/
+4
2017-10-05
Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay
bors
-2
/
+2
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-2
/
+2
2017-09-24
Backport libs stabilizations to 1.21 beta
David Tolnay
-2
/
+2
[next]