about summary refs log tree commit diff
path: root/src/libcore/cmp.rs
AgeCommit message (Expand)AuthorLines
2017-05-27Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina-2/+14
2017-04-10Explicit help message for binop type missmatchEsteban Küber-0/+2
2017-03-30cmp: Implement all PartialOrd methods for ReverseUlrik Sverdrup-0/+9
2017-03-29Rollup merge of #40720 - mitsuhiko:feature/rev-key, r=BurntSushiCorey Farwell-0/+35
2017-03-29Updated tracking issue for cmp::ReverseArmin Ronacher-3/+3
2017-03-29Changed cmp::Reverse to unstableArmin Ronacher-3/+4
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-3/+3
2017-03-22Improved bounds for cmp::ReverseArmin Ronacher-6/+6
2017-03-22Fix the test for cmp::ReverseArmin Ronacher-1/+1
2017-03-22Added core::cmp::Reverse for sort_by_key reverse sortingArmin Ronacher-0/+34
2017-03-17Stabilize ordering_chaining, closes #37053Aaron Turon-6/+2
2017-03-14Inline functions Ordering::{then, then_with}Stjepan Glavina-0/+2
2017-02-03Bump version, upgrade bootstrapAlex Crichton-9/+3
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+6
2016-12-29Fix typo in PartialOrd docsLuc Street-1/+1
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