about summary refs log tree commit diff
path: root/src/libcore/cmp.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-12/+12
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-4/+4
2015-01-06FalloutNick Cameron-12/+12
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-4/+4
2015-01-03Remove deprecated functionalityAlex Crichton-10/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+4
2014-12-30Stabilize cmpAaron Turon-57/+91
2014-12-22Remove cmp::Ordering::* public reexportCorey Farwell-1/+1
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-12/+14
2014-12-09Test fixes and rebase conflicts from the rollupAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-3/+4
2014-12-05Utilize fewer reexportsCorey Farwell-4/+6
2014-12-03Deprecate EquivJorge Aparicio-1/+1
2014-12-03Overload the `==` operatorJorge Aparicio-6/+20
2014-12-02libcore: add `Rhs` input parameter to comparison traitsJorge Aparicio-12/+12
2014-11-20libcore: DSTify ops traits, EquivAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-0/+2
2014-11-12Register new snapshotsAlex Crichton-219/+0
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+2
2014-11-05DSTify PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+222
2014-10-31DSTify HashJorge Aparicio-1/+2
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-14/+0
2014-10-18Mark lt as inline in PartialOrdRay Clanan-0/+1
2014-09-25Add partial_min/max to libcore/cmpTill Hoeppner-1/+27
2014-08-26Rebasing changesNick Cameron-2/+3
2014-08-13libcore: rename private cmp macrosLiigo Zhuang-8/+8
2014-08-03auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichtonbors-0/+34
2014-08-03core: add a reverse method to Ordering.Huon Wilson-0/+34
2014-07-31Fix deprecation commment on `core::cmp::lexical_ordering`Tobias Bucher-1/+1
2014-07-18core: Stabliize core::cmpBrian Anderson-0/+31
2014-07-06Register snapshot.Luqman Aden-15/+0
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-9/+72
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-64/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-23/+0
2014-06-07Clarify restrictions on neSteven Fackler-2/+4
2014-06-07Fix PartialEq documentation with regards to floatsSteven Fackler-9/+9
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-22/+19
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-0/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-33/+31
2014-05-29auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-0/+3
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-0/+3