summaryrefslogtreecommitdiff
path: root/src/libcore/cmp.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * tidy/features: fix checking of lang featuresTamir Duberstein2016-10-271-4/+4
| * Add missing links on cmp moduleGuillaume Gomez2016-09-261-3/+6
* | Rename ordering chaining functions.Marcin Fatyga2016-10-271-12/+12
* | Actually fix doctests.Marcin Fatyga2016-10-221-1/+5
* | Fix doctestsMarcin Fatyga2016-10-161-4/+4
* | Fix commentsMarcin Fatyga2016-10-101-2/+2
* | Fix trailing whitespace.Marcin Fatyga2016-10-091-4/+4
* | Add or and or_else for ordering.Marcin Fatyga2016-10-091-0/+70
|/
* Improve `Eq` derivingVadim Petrochenkov2016-09-101-1/+12
* Fix typo in PartialOrd docsFabian Zaiser2016-08-311-1/+1
* Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried2016-08-241-8/+1
* Remove old stage0 compatibilityBrian Anderson2016-08-191-27/+18
* Rename empty/bang to neverAndrew Cann2016-08-131-4/+4
* Minor fixups based on @eddyb's feedbackAndrew Cann2016-08-131-2/+2
* implement std::cmp::* traits for `!`Andrew Cann2016-08-131-0/+33
* Complete `PartialOrd`'s example so it passes make check-docsCarol (Nichols || Goulding)2016-05-231-0/+21
* Prefer `ClassName` over `Self` in example trait implementationsCarol (Nichols || Goulding)2016-05-231-8/+8
* Use `()` when referring to functionsCarol (Nichols || Goulding)2016-05-231-4/+4
* Add some newlines in some code examplesCarol (Nichols || Goulding)2016-05-231-0/+2
* "non equal" => "not equal"; consistent with the surrounding textCarol (Nichols || Goulding)2016-05-231-1/+1
* Add an explicit "How can I implement `PartialOrd`" doc sectionCarol (Nichols || Goulding)2016-05-231-2/+44
* Add an explicit "How can I implement `Ord`" doc sectionCarol (Nichols || Goulding)2016-05-231-0/+40
* Add an explicit "How can I implement `Eq`" doc sectionCarol (Nichols || Goulding)2016-05-231-1/+24
* Add an explicit "How can I implement `PartialEq`"? doc sectionCarol (Nichols || Goulding)2016-05-231-4/+31
* `derive` explanation for PartialOrd should match that for OrdCarol (Nichols || Goulding)2016-05-231-2/+2
* Add explanations about what derived trait implementations doCarol (Nichols || Goulding)2016-05-231-2/+7
* Implement `Default` for more types in the standard libraryTobias Bucher2016-04-151-1/+1
* Add doc examplesGuillaume Gomez2016-03-181-0/+35
* Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.Adam Perry2016-02-091-4/+4
* Remove `unsafe` code from `core::cmp`Andrea Canciani2016-01-211-13/+4
* Make note about traits that can be derivedSteve Klabnik2015-11-161-0/+8
* libcore: deny warnings in doctestsKevin Butler2015-11-121-4/+0
* Remove stability annotations from trait impl itemsVadim Petrochenkov2015-11-061-2/+0
* Clarify logic instead of using 'vice versa'Steve Klabnik2015-09-301-1/+1
* Reuse cmp in totally ordered typesAndrea Canciani2015-09-161-3/+1
* Specialize `PartialOrd` for totally ordered primitive typesAndrea Canciani2015-09-161-4/+22
* Remove all unstable deprecated functionalityAlex Crichton2015-08-121-73/+1
* Replace many uses of `mem::transmute` with more specific functionsTobias Bucher2015-08-091-1/+6
* Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik2015-07-291-4/+8
|\
| * Show appropriate feature flags in docsSteve Klabnik2015-07-271-4/+8
* | std: Deprecate a number of unstable featuresAlex Crichton2015-07-271-0/+2
|/
* Make note of Ord's derive orderingSteve Klabnik2015-06-301-0/+2
* Fallout in tests and docs from feature renamingsAlex Crichton2015-06-171-4/+4
* core: Split apart the global `core` featureAlex Crichton2015-06-171-18/+20
* Convert #[lang="..."] to #[lang = "..."]Nick Hamann2015-05-091-2/+2
* remove bad example from PartialEq docsSteve Klabnik2015-04-201-21/+0
* rollup merge of #23288: alexcrichton/issue-19470Alex Crichton2015-03-311-1/+0
|\
| * std: Remove #[old_orphan_check] from PartialEqAlex Crichton2015-03-311-1/+0
* | rollup merge of #23878: Ryman/stable_extremesAlex Crichton2015-03-311-5/+9
|\ \ | |/ |/|
| * libcore: Ensure min and max functions are consistent for equal inputsKevin Butler2015-03-301-5/+9