| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-08-13 | libcore: rename private cmp macros | Liigo Zhuang | -8/+8 |
| 2014-08-03 | auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton | bors | -0/+34 |
| 2014-08-03 | core: add a reverse method to Ordering. | Huon Wilson | -0/+34 |
| 2014-07-31 | Fix deprecation commment on `core::cmp::lexical_ordering` | Tobias Bucher | -1/+1 |
| 2014-07-18 | core: Stabliize core::cmp | Brian Anderson | -0/+31 |
| 2014-07-06 | Register snapshot. | Luqman Aden | -15/+0 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -9/+72 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -64/+0 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -3/+3 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -23/+0 |
| 2014-06-07 | Clarify restrictions on ne | Steven Fackler | -2/+4 |
| 2014-06-07 | Fix PartialEq documentation with regards to floats | Steven Fackler | -9/+9 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -22/+19 |
| 2014-05-30 | syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} | Alex Crichton | -0/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -33/+31 |
| 2014-05-29 | auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelix | bors | -0/+3 |
| 2014-05-28 | rustc: Accept PartialOrd/PartialOrdEq for Eq/Ord | Alex Crichton | -0/+3 |
| 2014-05-28 | Move trait impls for primitives near trait definition | Piotr Jawniak | -3/+71 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-15 | core: Derive Show impls wherever possible | Alex Crichton | -1/+1 |
| 2014-05-15 | core: Remove the unit module | Brian Anderson | -1/+17 |
| 2014-05-14 | auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton | bors | -1/+33 |
| 2014-05-14 | define Eq,TotalEq,Ord,TotalOrd for &mut T | Daniel Brooks | -1/+33 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -24/+0 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -12/+13 |
| 2014-05-07 | core: Inhert ~/@/& cmp traits, remove old modules | Alex Crichton | -0/+75 |
| 2014-05-07 | core: Inherit the cmp module | Alex Crichton | -0/+244 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -265/+0 |
| 2013-05-18 | Convert various inner doc-comments to outer doc-comments | Brendan Zabarauskas | -2/+1 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -0/+7 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -0/+4 |
| 2013-04-12 | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... | bors | -0/+21 |
| 2013-04-12 | libcore: combine cmp::Ordering instances in lexical order. | Huon Wilson | -0/+27 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -0/+21 |
| 2013-04-07 | cmp: add Ord+TotalOrd impls for Ordering itself | Daniel Micay | -1/+25 |
| 2013-04-07 | cmp: derive Clone for Ordering | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -11/+44 |