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
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
2016-10-09
Add or and or_else for ordering.
Marcin Fatyga
-0
/
+70
2016-09-26
Add missing links on cmp module
Guillaume Gomez
-3
/
+6
2016-09-10
Improve `Eq` deriving
Vadim Petrochenkov
-1
/
+12
2016-08-31
Fix typo in PartialOrd docs
Fabian Zaiser
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-8
/
+1
2016-08-19
Remove old stage0 compatibility
Brian Anderson
-27
/
+18
2016-08-13
Rename empty/bang to never
Andrew Cann
-4
/
+4
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-2
/
+2
2016-08-13
implement std::cmp::* traits for `!`
Andrew Cann
-0
/
+33
2016-05-23
Complete `PartialOrd`'s example so it passes make check-docs
Carol (Nichols || Goulding)
-0
/
+21
2016-05-23
Prefer `ClassName` over `Self` in example trait implementations
Carol (Nichols || Goulding)
-8
/
+8
2016-05-23
Use `()` when referring to functions
Carol (Nichols || Goulding)
-4
/
+4
2016-05-23
Add some newlines in some code examples
Carol (Nichols || Goulding)
-0
/
+2
2016-05-23
"non equal" => "not equal"; consistent with the surrounding text
Carol (Nichols || Goulding)
-1
/
+1
2016-05-23
Add an explicit "How can I implement `PartialOrd`" doc section
Carol (Nichols || Goulding)
-2
/
+44
2016-05-23
Add an explicit "How can I implement `Ord`" doc section
Carol (Nichols || Goulding)
-0
/
+40
2016-05-23
Add an explicit "How can I implement `Eq`" doc section
Carol (Nichols || Goulding)
-1
/
+24
2016-05-23
Add an explicit "How can I implement `PartialEq`"? doc section
Carol (Nichols || Goulding)
-4
/
+31
2016-05-23
`derive` explanation for PartialOrd should match that for Ord
Carol (Nichols || Goulding)
-2
/
+2
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-2
/
+7
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-1
/
+1
2016-03-18
Add doc examples
Guillaume Gomez
-0
/
+35
2016-02-09
Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.
Adam Perry
-4
/
+4
2016-01-21
Remove `unsafe` code from `core::cmp`
Andrea Canciani
-13
/
+4
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+8
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-4
/
+0
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-09-30
Clarify logic instead of using 'vice versa'
Steve Klabnik
-1
/
+1
[prev]
[next]