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
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
2015-09-16
Reuse cmp in totally ordered types
Andrea Canciani
-3
/
+1
2015-09-16
Specialize `PartialOrd` for totally ordered primitive types
Andrea Canciani
-4
/
+22
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-73
/
+1
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+6
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-4
/
+8
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-4
/
+8
2015-06-30
Make note of Ord's derive ordering
Steve Klabnik
-0
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-4
/
+4
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-18
/
+20
2015-05-09
Convert #[lang="..."] to #[lang = "..."]
Nick Hamann
-2
/
+2
2015-04-20
remove bad example from PartialEq docs
Steve Klabnik
-21
/
+0
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23878: Ryman/stable_extremes
Alex Crichton
-5
/
+9
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+0
[prev]
[next]