| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -4/+0 | |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -4/+4 | |
| Instead let's do this via `RUSTFLAGS` in `builder.rs`. Currently requires a submodule update of `stdarch` to fix a problem with previous compilers. | ||||
| 2019-09-14 | Add cmp::{min_by, min_by_key, max_by, max_by_key} | Tim Vermeulen | -2/+88 | |
| 2019-09-04 | Fix doc links in `std::cmp` module | Lzu Tao | -6/+14 | |
| These links are rendered in `core::cmp` but not in `std::cmp`. | ||||
| 2019-08-29 | Small improvement for Ord implementation of integers | Lzu Tao | -2/+2 | |
| 2019-08-21 | Add comment to avoid accidentally remove the changes. | Lzu Tao | -0/+2 | |
| 2019-08-21 | Use more optimal Ord implementation for integers | Lzu Tao | -3/+3 | |
| 2019-08-17 | Make built-in derives opaque macros | Matthew Jasper | -4/+4 | |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -4/+0 | |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -0/+32 | |
| 2019-07-26 | Remove redundant `mut` from variable declaration. | Tomasz Różański | -1/+1 | |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -2/+2 | |
| 2019-04-09 | Remove strange formatting in `Ordering` docs. | Eric Huss | -3/+3 | |
| 2019-03-25 | Clarify `{Ord,f32,f64}::clamp` docs a little | Tobias Bucher | -4/+9 | |
| Explicitly call out when it returns NaN, adhere to the panic doc guidelines. | ||||
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` ↵ | Vincent Esche | -7/+7 | |
| in stdlib docs | ||||
| 2019-03-15 | Auto merge of #58710 - EdorianDark:master, r=sfackler | bors | -0/+26 | |
| Add clamp for ranges. Implements #44095 Ready for merge | ||||
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -24/+24 | |
| 2019-03-09 | Revert "Revert "Add clamp functions"" | Dirk Leifeld | -0/+26 | |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 | |
| 2019-01-18 | Rollup merge of #57357 - frewsxcv:frewsxcv-partial-eq, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+22 | |
| Cleanup PartialEq docs. - Cleanup the `impl PartialEq<BookFormat> for Book` implementation - Implement `impl PartialEq<Book> for BookFormat` so it’s symmetric - Fixes https://github.com/rust-lang/rust/issues/53844. - Removes the last example since it appears to be redundant with the previous two examples. | ||||
| 2019-01-15 | demonstrate symmetry | Corey Farwell | -1/+1 | |
| 2019-01-12 | whitespace | Corey Farwell | -6/+6 | |
| 2019-01-12 | bring back the example i removed, also add symmetry and simplify impl | Corey Farwell | -0/+42 | |
| 2019-01-12 | add comment explaining what the derive does | Corey Farwell | -0/+1 | |
| 2019-01-11 | re-do docs for core::cmp | Steve Klabnik | -20/+15 | |
| Fixes #32934 | ||||
| 2019-01-06 | Update cmp.rs | Corey Farwell | -1/+1 | |
| 2019-01-06 | add missing derive to fix compile error | Corey Farwell | -0/+1 | |
| 2019-01-05 | Fix compile error | Corey Farwell | -1/+1 | |
| 2019-01-05 | Cleanup PartialEq docs. | Corey Farwell | -47/+9 | |
| - Cleanup the `impl PartialEq<BookFormat> for Book` implementation - Implement `impl PartialEq<Book> for BookFormat` so it’s symmetric - Fixes https://github.com/rust-lang/rust/issues/53844. - Removes the last example since it appears to be redundant with the previous two examples. | ||||
| 2018-12-29 | Specify criterion for PartialOrd | Czipperz | -2/+3 | |
| 2018-12-29 | Make std::cmp::Ord documentation specify what it means to agree with PartialEq | Czipperz | -3/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -6/+6 | |
| 2018-08-21 | Add another PartialEq example | Guillaume Gomez | -1/+84 | |
| 2018-08-09 | inline some short functions | M Farkas-Dyck | -0/+2 | |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -2/+8 | |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+12 | |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -4/+4 | |
| This commit is just covering the feature gate itself and the tests that made direct use of `!` and thus need to opt back into the feature. A follow on commit brings back the other change that motivates the revert: Namely, going back to the old rules for falling back to `()`. | ||||
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -3/+2 | |
| Holy cow that's a lot of `cfg(stage0)` removed and a lot of new stable language features! | ||||
| 2018-03-14 | change never_type stabilisation version | Andrew Cann | -4/+4 | |
| 2018-03-14 | Fix version number | Andrew Cann | -4/+4 | |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -4/+4 | |
| Replace feature(never_type) with feature(exhaustive_patterns). feature(exhaustive_patterns) only covers the pattern-exhaustives checks that used to be covered by feature(never_type) | ||||
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -1/+3 | |
| 2018-02-28 | impl Default + Hash for ::core::cmp::Reverse | M Farkas-Dyck | -1/+1 | |
| 2018-01-12 | Derive std::cmp::Reverse as Copy or Clone | Dan Aloni | -1/+1 | |
| If the type parameter is Copy or Clone, then `Reverse` should be too. | ||||
| 2017-12-12 | Rename never_type_impls gate to never_type | Andrew Cann | -4/+4 | |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -2/+2 | |
| address some FIXME whose associated issues were marked as closed part of #44366 | ||||
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+2 | |
| remove FIXME(#13101) since `assert_receiver_is_total_eq` stays. remove FIXME(#19649) now that stability markers render. remove FIXME(#13642) now the benchmarks were moved. remove FIXME(#6220) now that floating points can be formatted. remove FIXME(#18248) and write tests for `Rc<str>` and `Rc<[u8]>` remove reference to irelevent issues in FIXME(#1697, #2178...) update FIXME(#5516) to point to getopts issue 7 update FIXME(#7771) to point to RFC 628 update FIXME(#19839) to point to issue 26925 | ||||
| 2017-09-24 | Backport libs stabilizations to 1.21 beta | David Tolnay | -2/+2 | |
| This includes the following stabilizations: - tcpstream_connect_timeout https://github.com/rust-lang/rust/pull/44563 - iterator_for_each https://github.com/rust-lang/rust/pull/44567 - ord_max_min https://github.com/rust-lang/rust/pull/44593 - compiler_fences https://github.com/rust-lang/rust/pull/44595 - needs_drop https://github.com/rust-lang/rust/pull/44639 - vec_splice https://github.com/rust-lang/rust/pull/44640 | ||||
| 2017-09-15 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -6/+2 | |
