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-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
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
[next]