about summary refs log tree commit diff
path: root/src/libcore/cmp.rs
AgeCommit message (Expand)AuthorLines
2016-11-01Merge branch 'master' of https://github.com/rust-lang/rustMarcin Fatyga-7/+10
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-4/+4
2016-10-27Rename ordering chaining functions.Marcin Fatyga-12/+12
2016-10-22Actually fix doctests.Marcin Fatyga-1/+5
2016-10-16Fix doctestsMarcin Fatyga-4/+4
2016-10-10Fix commentsMarcin Fatyga-2/+2
2016-10-09Fix trailing whitespace.Marcin Fatyga-4/+4
2016-10-09Add or and or_else for ordering.Marcin Fatyga-0/+70
2016-09-26Add missing links on cmp moduleGuillaume Gomez-3/+6
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+12
2016-08-31Fix typo in PartialOrd docsFabian Zaiser-1/+1
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-8/+1
2016-08-19Remove old stage0 compatibilityBrian Anderson-27/+18
2016-08-13Rename empty/bang to neverAndrew Cann-4/+4
2016-08-13Minor fixups based on @eddyb's feedbackAndrew Cann-2/+2
2016-08-13implement std::cmp::* traits for `!`Andrew Cann-0/+33
2016-05-23Complete `PartialOrd`'s example so it passes make check-docsCarol (Nichols || Goulding)-0/+21
2016-05-23Prefer `ClassName` over `Self` in example trait implementationsCarol (Nichols || Goulding)-8/+8
2016-05-23Use `()` when referring to functionsCarol (Nichols || Goulding)-4/+4
2016-05-23Add some newlines in some code examplesCarol (Nichols || Goulding)-0/+2
2016-05-23"non equal" => "not equal"; consistent with the surrounding textCarol (Nichols || Goulding)-1/+1
2016-05-23Add an explicit "How can I implement `PartialOrd`" doc sectionCarol (Nichols || Goulding)-2/+44
2016-05-23Add an explicit "How can I implement `Ord`" doc sectionCarol (Nichols || Goulding)-0/+40
2016-05-23Add an explicit "How can I implement `Eq`" doc sectionCarol (Nichols || Goulding)-1/+24
2016-05-23Add an explicit "How can I implement `PartialEq`"? doc sectionCarol (Nichols || Goulding)-4/+31
2016-05-23`derive` explanation for PartialOrd should match that for OrdCarol (Nichols || Goulding)-2/+2
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-2/+7
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-1/+1
2016-03-18Add doc examplesGuillaume Gomez-0/+35
2016-02-09Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.Adam Perry-4/+4
2016-01-21Remove `unsafe` code from `core::cmp`Andrea Canciani-13/+4
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