about summary refs log tree commit diff
path: root/src/libcore/cmp.rs
AgeCommit message (Expand)AuthorLines
2015-11-16Make note about traits that can be derivedSteve Klabnik-0/+8
2015-11-12libcore: deny warnings in doctestsKevin Butler-4/+0
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-09-30Clarify logic instead of using 'vice versa'Steve Klabnik-1/+1
2015-09-16Reuse cmp in totally ordered typesAndrea Canciani-3/+1
2015-09-16Specialize `PartialOrd` for totally ordered primitive typesAndrea Canciani-4/+22
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-73/+1
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-1/+6
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-4/+8
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-4/+8
2015-06-30Make note of Ord's derive orderingSteve Klabnik-0/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-4/+4
2015-06-17core: Split apart the global `core` featureAlex Crichton-18/+20
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-2/+2
2015-04-20remove bad example from PartialEq docsSteve Klabnik-21/+0
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+0
2015-03-31rollup merge of #23878: Ryman/stable_extremesAlex Crichton-5/+9
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+0
2015-03-31Stabilize std::numAaron Turon-2/+0
2015-03-30libcore: Ensure min and max functions are consistent for equal inputsKevin Butler-5/+9
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+6
2015-02-18Audit `core::cmp` for `int/uint`.Felix S. Klock II-6/+6
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+5
2015-02-13Improve core::cmp docsSteve Klabnik-66/+206
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-8/+8
2015-01-23grandfathered -> rust1Brian Anderson-44/+44
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-46/+46
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