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-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
2015-03-31
Stabilize std::num
Aaron Turon
-2
/
+0
2015-03-30
libcore: Ensure min and max functions are consistent for equal inputs
Kevin Butler
-5
/
+9
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-1
/
+6
2015-02-18
Audit `core::cmp` for `int/uint`.
Felix S. Klock II
-6
/
+6
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-4
/
+5
2015-02-13
Improve core::cmp docs
Steve Klabnik
-66
/
+206
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-8
/
+8
2015-01-23
grandfathered -> rust1
Brian Anderson
-44
/
+44
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-46
/
+46
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+2
[next]