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
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
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-12
/
+12
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-4
/
+4
2015-01-06
Fallout
Nick Cameron
-12
/
+12
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-0
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-10
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+4
2014-12-30
Stabilize cmp
Aaron Turon
-57
/
+91
2014-12-22
Remove cmp::Ordering::* public reexport
Corey Farwell
-1
/
+1
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-12
/
+14
2014-12-09
Test fixes and rebase conflicts from the rollup
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-3
/
+4
2014-12-05
Utilize fewer reexports
Corey Farwell
-4
/
+6
2014-12-03
Deprecate Equiv
Jorge Aparicio
-1
/
+1
2014-12-03
Overload the `==` operator
Jorge Aparicio
-6
/
+20
2014-12-02
libcore: add `Rhs` input parameter to comparison traits
Jorge Aparicio
-12
/
+12
2014-11-20
libcore: DSTify ops traits, Equiv
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-0
/
+2
2014-11-12
Register new snapshots
Alex Crichton
-219
/
+0
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-0
/
+2
2014-11-05
DSTify PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+222
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-14
/
+0
2014-10-18
Mark lt as inline in PartialOrd
Ray Clanan
-0
/
+1
2014-09-25
Add partial_min/max to libcore/cmp
Till Hoeppner
-1
/
+27
2014-08-26
Rebasing changes
Nick Cameron
-2
/
+3
[next]