summaryrefslogtreecommitdiff
path: root/src/libcore/cmp.rs
Commit message (Expand)AuthorAgeFilesLines
* Specify criterion for PartialOrdCzipperz2018-12-291-2/+3
* Make std::cmp::Ord documentation specify what it means to agree with PartialEqCzipperz2018-12-291-3/+4
* Remove licensesMark Rousskov2018-12-251-10/+0
* Use impl_header_lifetime_elision in libcoreScott McMurray2018-09-291-6/+6
* Add another PartialEq exampleGuillaume Gomez2018-08-211-1/+84
* inline some short functionsM Farkas-Dyck2018-08-091-0/+2
* Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber2018-06-191-2/+8
* Add more doc aliasesGuillaume Gomez2018-04-261-0/+12
* Revert stabilization of `feature(never_type)`.Felix S. Klock II2018-04-201-4/+4
* Bump the bootstrap compiler to 1.26.0 betaAlex Crichton2018-04-051-3/+2
* change never_type stabilisation versionAndrew Cann2018-03-141-4/+4
* Fix version numberAndrew Cann2018-03-141-4/+4
* stabilise feature(never_type)Andrew Cann2018-03-141-4/+4
* Produce instead of pointersOliver Schneider2018-03-081-1/+3
* impl Default + Hash for ::core::cmp::ReverseM Farkas-Dyck2018-02-281-1/+1
* Derive std::cmp::Reverse as Copy or CloneDan Aloni2018-01-121-1/+1
* Rename never_type_impls gate to never_typeAndrew Cann2017-12-121-4/+4
* Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors2017-10-051-2/+2
|\
| * address some `FIXME`s whose associated issues were marked as closedNiv Kaminer2017-09-301-2/+2
* | Backport libs stabilizations to 1.21 betaDavid Tolnay2017-09-241-2/+2
|/
* stabilized ord_max_min (fixes #25663)Michal Budzynski2017-09-151-6/+2
* Revert "Add clamp functions"Jacob Kiesel2017-09-081-26/+0
* Revert "Fix documentation and formatting."Jacob Kiesel2017-09-081-7/+9
* Fix documentation and formatting.Jacob Kiesel2017-09-011-9/+7
* Add clamp functionsJacob Kiesel2017-08-261-0/+26
* mark comparison trait methods as #[must_use]Zack M. Davis2017-08-081-0/+7
* std: Cut down #[inline] annotations where not necessaryAlex Crichton2017-07-201-1/+1
* Add a stability marker for core::cmp::Reverse.0Steven Fackler2017-07-031-1/+1
* Rollup merge of #42920 - behnam:cmp, r=BurntSushiAriel Ben-Yehuda2017-06-291-4/+6
|\
| * [libcore/cmp] Expand Ord/PartialOrd Derivable doc for enum typesBehnam Esfahbod2017-06-261-4/+6
* | Stabilize cmp::ReverseSteven Fackler2017-06-241-4/+3
|/
* Alias std::cmp::max/min to Ord::max/minNick Whitney2017-06-061-2/+6
* Add max and min default fns to Ord traitNick Whitney2017-06-061-0/+36
* Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichtonMark Simulacrum2017-05-271-2/+14
|\
| * Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina2017-05-271-2/+14
* | Explicit help message for binop type missmatchEsteban Küber2017-04-101-0/+2
* | cmp: Implement all PartialOrd methods for ReverseUlrik Sverdrup2017-03-301-0/+9
* | Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushiCorey Farwell2017-03-291-0/+35
|\ \
| * | Updated tracking issue for cmp::ReverseArmin Ronacher2017-03-291-3/+3
| * | Changed cmp::Reverse to unstableArmin Ronacher2017-03-291-3/+4
| * | Improved bounds for cmp::ReverseArmin Ronacher2017-03-221-6/+6
| * | Fix the test for cmp::ReverseArmin Ronacher2017-03-221-1/+1
| * | Added core::cmp::Reverse for sort_by_key reverse sortingArmin Ronacher2017-03-221-0/+34
* | | Various fixes to wording consistency in the docsStjepan Glavina2017-03-221-3/+3
|/ /
* | Stabilize ordering_chaining, closes #37053Aaron Turon2017-03-171-6/+2
* | Inline functions Ordering::{then, then_with}Stjepan Glavina2017-03-141-0/+2
|/
* Bump version, upgrade bootstrapAlex Crichton2017-02-031-9/+3
* Such large. Very 128. Much bits.Simonas Kazlauskas2016-12-301-0/+6
* Fix typo in PartialOrd docsLuc Street2016-12-291-1/+1
* Merge branch 'master' of https://github.com/rust-lang/rustMarcin Fatyga2016-11-011-7/+10
|\