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
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
2017-09-15
stabilized ord_max_min (fixes #25663)
Michal Budzynski
-6
/
+2
2017-09-08
Revert "Add clamp functions"
Jacob Kiesel
-26
/
+0
2017-09-08
Revert "Fix documentation and formatting."
Jacob Kiesel
-7
/
+9
2017-09-01
Fix documentation and formatting.
Jacob Kiesel
-9
/
+7
2017-08-26
Add clamp functions
Jacob Kiesel
-0
/
+26
2017-08-08
mark comparison trait methods as #[must_use]
Zack M. Davis
-0
/
+7
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-1
/
+1
2017-07-03
Add a stability marker for core::cmp::Reverse.0
Steven Fackler
-1
/
+1
2017-06-29
Rollup merge of #42920 - behnam:cmp, r=BurntSushi
Ariel Ben-Yehuda
-4
/
+6
2017-06-26
[libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum types
Behnam Esfahbod
-4
/
+6
2017-06-24
Stabilize cmp::Reverse
Steven Fackler
-4
/
+3
2017-06-06
Alias std::cmp::max/min to Ord::max/min
Nick Whitney
-2
/
+6
2017-06-06
Add max and min default fns to Ord trait
Nick Whitney
-0
/
+36
2017-05-27
Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichton
Mark Simulacrum
-2
/
+14
2017-05-27
Docs: impls of PartialEq/PartialOrd/Ord must agree
Stjepan Glavina
-2
/
+14
2017-04-10
Explicit help message for binop type missmatch
Esteban Küber
-0
/
+2
2017-03-30
cmp: Implement all PartialOrd methods for Reverse
Ulrik Sverdrup
-0
/
+9
2017-03-29
Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushi
Corey Farwell
-0
/
+35
2017-03-29
Updated tracking issue for cmp::Reverse
Armin Ronacher
-3
/
+3
2017-03-29
Changed cmp::Reverse to unstable
Armin Ronacher
-3
/
+4
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-3
/
+3
2017-03-22
Improved bounds for cmp::Reverse
Armin Ronacher
-6
/
+6
2017-03-22
Fix the test for cmp::Reverse
Armin Ronacher
-1
/
+1
2017-03-22
Added core::cmp::Reverse for sort_by_key reverse sorting
Armin Ronacher
-0
/
+34
2017-03-17
Stabilize ordering_chaining, closes #37053
Aaron Turon
-6
/
+2
2017-03-14
Inline functions Ordering::{then, then_with}
Stjepan Glavina
-0
/
+2
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-9
/
+3
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+6
2016-12-29
Fix typo in PartialOrd docs
Luc Street
-1
/
+1
2016-11-01
Merge branch 'master' of https://github.com/rust-lang/rust
Marcin Fatyga
-7
/
+10
2016-10-27
tidy/features: fix checking of lang features
Tamir Duberstein
-4
/
+4
2016-10-27
Rename ordering chaining functions.
Marcin Fatyga
-12
/
+12
2016-10-22
Actually fix doctests.
Marcin Fatyga
-1
/
+5
2016-10-16
Fix doctests
Marcin Fatyga
-4
/
+4
2016-10-10
Fix comments
Marcin Fatyga
-2
/
+2
2016-10-09
Fix trailing whitespace.
Marcin Fatyga
-4
/
+4
[next]